Re: appBase & docBase in element in server.xml

2006-12-14 Thread Martin Gainty
Good Morning Wang the answer depends on the value of your autodeploy ths is straight from the doc http://tomcat.apache.org/tomcat-5.5-doc/config/host.html appBase "The Application Base directory for this virtual host. This is the pathname of a directory that may contain web applications to be

RE: appBase & docBase in element in server.xml

2006-12-13 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Wang Penghui > Subject: Re: appBase & docBase in element in server.xml > > And i got a question here, is the docBase must be a > subdirectory in the webapps? No - for examples of where the specified docBase is not a

Re: appBase & docBase in element in server.xml

2006-12-13 Thread Wang Penghui
Caldarale, Charles R 写道: From: news [mailto:[EMAIL PROTECTED] On Behalf Of Wang Penghui Subject: appBase & docBase in element in server.xml An empty docBase is never correct - if it "works", it's just dumb luck. 1. appbase = "/home/test/wwwroot" docbase = "". and the default path of docba

RE: appBase & docBase in element in server.xml

2006-12-13 Thread Caldarale, Charles R
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Wang Penghui > Subject: appBase & docBase in element in server.xml > > > An empty docBase is never correct - if it "works", it's just dumb luck. > 1. appbase = "/home/test/wwwroot" docbase = "". > and the default path of docbase should be ap