each machine needs to install its own copy of tomcat and have its own copy of 
server.xml configured for that machine and not to other tomcat machines
consequent browser resolutions need to point to the specific tomcat installed 
machine e.g.
http://machine1:Port/manager
http://machine2:Port/manager

Martin --
This e-mail communication and any attachments may contain confidential and 
privileged information for the use of the 
designated recipients named above. If you are not the intended recipient, you 
are hereby notified that you have received
this communication in error and that any review, disclosure, dissemination, 
distribution or copying of it or its 
contents
----- Original Message ----- 
From: "Didier CROUTZ" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Tuesday, October 31, 2006 6:26 PM
Subject: Problem redirecting appbase on a network drive


> 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