RE: tomcat 6 and docBase problem

2008-07-07 Thread Angelo Chen
exist or is not a readable directory looks like not the allowLinking problem as program runs despite that error, any idea? Thanks Caldarale, Charles R wrote: > >> From: Angelo Chen [mailto:[EMAIL PROTECTED] >> Subject: RE: tomcat 6 and docBase problem >> >> I updated

RE: tomcat 6 and docBase problem

2008-07-07 Thread Caldarale, Charles R
> From: Angelo Chen [mailto:[EMAIL PROTECTED] > Subject: RE: tomcat 6 and docBase problem > > I updated context.xml to be like this : > > > The above is flawed, regardless of which context.xml you're referring to. In the first place, a path attribute of "/"

RE: tomcat 6 and docBase problem

2008-07-06 Thread Angelo Chen
hi, Thanks for the response, i did not set 'allowLinking', but the app still runs ok, the only problem is the error in Error starting static Resources. I updated context.xml to be like this : the error still there, forgive my ignorance, what's the use of Document base really? Thanks, Angel

RE: tomcat 6 and docBase problem

2008-07-06 Thread Caldarale, Charles R
> From: Angelo Chen [mailto:[EMAIL PROTECTED] > Subject: tomcat 6 and docBase problem > > java.lang.IllegalArgumentException: Document base > /usr/local/apache-tomcat-6.0.16/webapps/abc does not > exist or is not a readable directory at > org.apache.naming.resources.FileDirContext.setDocBase(FileDi