Hi,
I just got a short question.
In the context of an actual project it would be helpful to change the path
of the webapps directory to some other location, e.g. network drive Z:\.
We are currently using the Apache Tomcat version 6 on Windows XP.
We already changed the appBase in server.xml to this drive and restarted the
Tomcat, but this didn't work.
Here an short excerpt of the server.xml:
<Host name="localhost" appBase="Z:\webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="false" xmlNamespaceAware="false">
kind regards
Tobias Meißer