Hello,

I'm using an Apache Tomcat version 5.5.2 on a Windows XP Pro SP2.

I'm trying to redirect applications directory on a network drive mounted with Windows "net use" command.

To do this I've made the following modifications into the server.xml file:
<Host name="localhost" debug="0" appBase="webapps" npackWARs="true" toDeploy="true">
changed to
<Host name="localhost" debug="0" appBase="H:\Tomcat" unpackWARs="true" autoDeploy="true"> The webapps directory content has been copied into H:\Tomcat (H: is a network drive).

That doesn't work, "http:\\127.0.0.1:8080\" leads to "nowhere". I've done the same operation on a local drive and it worked fine.

Does anybody has an idea about this problem ?

Thanks a lot,
Regards,

Didier Croutz.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to