AW: deploying war files

2005-06-27 Thread Bernhard Slominski
ht- > Von: Darren Carman [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 27. Juni 2005 15:39 > An: tomcat-user@jakarta.apache.org > Betreff: deploying war files > > > Hi, > > I have a project which generates log files within the project > area. When I deploy a w

RE: deploying war files

2005-06-27 Thread Phillip Qin
Move your log file out of your context. -Original Message- From: Darren Carman [mailto:[EMAIL PROTECTED] Sent: June 27, 2005 9:39 AM To: tomcat-user@jakarta.apache.org Subject: deploying war files Hi, I have a project which generates log files within the project area. When I deploy a

deploying war files

2005-06-27 Thread Darren Carman
Hi, I have a project which generates log files within the project area. When I deploy a war file to a running tomcat instance the project appears to be deleted and re-created. Is there anyway to deploy automatically without deleting these files (or any files that exist in the project area that

Re: DEPLOYING WAR FILES / MOD_WEBAPP

2001-11-27 Thread jean-frederic clere
Alec Bickerton wrote: > > Hi all, > > Still having the proble where TC4 refuses to install a WAR file, claiming file does >not exist, > The manager app reports the file does not exit. > however when I login as Tomcat4 and extract the file using : jar xf myapp.war > > the directory gets created

DEPLOYING WAR FILES / MOD_WEBAPP

2001-11-27 Thread Alec Bickerton
Hi all, Still having the proble where TC4 refuses to install a WAR file, claiming file does not exist, The manager app reports the file does not exit. however when I login as Tomcat4 and extract the file using : jar xf myapp.war the directory gets created and I can install fine. How can I mak