RE: Unable to unpack war under webapps

2014-05-06 Thread Jeffrey Janner
> -Original Message- > From: Rahul R [mailto:rahul.ra...@gmail.com] > Sent: Tuesday, May 06, 2014 8:25 AM > To: users@tomcat.apache.org > Subject: Unable to unpack war under webapps > > Hi > > I have put ROOT.war under webapps folder of tomcat. When I start

RE: Unable to unpack war under webapps

2014-05-06 Thread Caldarale, Charles R
> From: Rahul R [mailto:rahul.ra...@gmail.com] > Subject: Re: Unable to unpack war under webapps > tomcat was running as a different user and I tried to start using root. Do not *ever* run Tomcat as root. Read this: http://wiki.apache.org/tomcat/HowTo#How_to_run_Tomcat_without_root_p

Re: Unable to unpack war under webapps

2014-05-06 Thread Rahul R
Thanks Daniel.. That clue helped... tomcat was running as a different user and I tried to start using root. On Tue, May 6, 2014 at 7:38 PM, Daniel Mikusa wrote: > On May 6, 2014, at 9:25 AM, Rahul R wrote: > > > Hi > > > > I have put ROOT.war under webapps folder of tomcat. When I start the >

Re: Unable to unpack war under webapps

2014-05-06 Thread Daniel Mikusa
On May 6, 2014, at 9:25 AM, Rahul R wrote: > Hi > > I have put ROOT.war under webapps folder of tomcat. When I start the > instance I am getting the below error on catalina.out. > > INFO: Deploying web application archive /opt/tomcat-proxy/webapps/ROOT.war > May 06, 2014 6:28:22 PM org.apache.c

Unable to unpack war under webapps

2014-05-06 Thread Rahul R
Hi I have put ROOT.war under webapps folder of tomcat. When I start the instance I am getting the below error on catalina.out. INFO: Deploying web application archive /opt/tomcat-proxy/webapps/ROOT.war May 06, 2014 6:28:22 PM org.apache.catalina.startup.ContextConfig beforeStart SEVERE: Exception

Re: RE: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-25 Thread sam wun
well? Thanks Sam > - Original Message - > From: Martin Gainty > Sent: 24/08/08 06:49 am > To: Tomcat Users List > Subject: RE: Tomcat does not unpack WAR file (Tomcat 5.5.20) > > > check your unpackWARS and autoDeploy parameters are both set to &

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread H. Hall
er. If set to true, I believe that Tomcat will automatically use URL rewrite if a browser does not accept cookies. Just to re-iterate, I am runningTomcat 5..5.20 Thanks Pete Johnny Kewl wrote: - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday,

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Mark Thomas
Peter wrote: > I may be going slightly off-topic for this thread, but I have 2 > questions regarding the ROOT.xml ROOT.xml fragment file... http://tomcat.apache.org/tomcat-5.5-doc/config/context.html should provide answers to your questions. Mark

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat unpacks it on startup. When I do the sam

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-24 Thread Peter
-user&m=116107471021645&w=2 http://marc.info/?l=tomcat-user&m=116302992202121&w=2 Is this a known issue / 'bug' with Tomcat 5? :) Pete Johnny Kewl wrote: - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
e: Sat, 23 Aug 2008 23:40:06 +0300 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Tomcat does not unpack WAR file (Tomcat 5.5.20) Thanks Johnny On the production server, Tomcat is actually being started up by another 'parent' application. Since this does not appear to

RE: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Martin Gainty
check your unpackWARS and autoDeploy parameters are both set to 'true' e.g. $TOMCAT_HOME/conf/server.xml Date: Sat, 23 Aug 2008 23:40:06 +0300 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Tomcat does not unpack WAR file (Tomcat 5.5.20) > >

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-23 Thread Peter
y Kewl wrote: - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat

Re: Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-22 Thread Johnny Kewl
- Original Message - From: "Peter" <[EMAIL PROTECTED]> To: Sent: Friday, August 22, 2008 4:07 PM Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20) Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat unpac

Tomcat does not unpack WAR file (Tomcat 5.5.20)

2008-08-22 Thread Peter
Hi When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat unpacks it on startup. When I do the same on the production box - running Tomcat 5.5.20 - nothing happens. The WAR file that I am deploying is ROOT.war; there is a corresponding ROOT.xml un

Re: unpack war

2006-01-17 Thread David Delbecq
Try either of those: - docBase="Upload-C.war" manually extract the .war to Upload-C/ Le Mardi 17 Janvier 2006 12:56, [EMAIL PROTECTED] a écrit : > hi, > I'm using tomcat-4.1.29 on windows 2000 > I'm trying to change the server.xml to add logging for a context. > when i add a logger to the context,

Re: unpack war

2006-01-17 Thread mbhandare
cc: Subject: Re: unpack war 01/17/2006

Re: unpack war

2006-01-17 Thread Philipp Jäggi
Hi Mahesha You can post this message as often as you like but without the containing output of catalina.out you will never get an answer. bye Philipp [EMAIL PROTECTED] 01/17/2006 12:56 PM Please respond to "Tomcat Users List" To users@tomcat.apache.org cc Subject unpack wa

unpack war

2006-01-17 Thread mbhandare
hi, I'm using tomcat-4.1.29 on windows 2000 I'm trying to change the server.xml to add logging for a context. when i add a logger to the context, the war file for the context is not getting extracted. if i remove this context tag from server.xml the war gets extracted successfully so there's no pro

unpack war

2006-01-17 Thread mbhandare
hi, I'm using tomcat-4.1.29 on windows 2000 I'm trying to change the server.xml to add logging for a context. when i add a logger to the context, the war file for the context is not getting extracted. if i remove this context tag from server.xml the war gets extracted successfully so there's no pro

TC 5.0.30 on FC4 - how to unpack WAR files

2005-10-27 Thread Rob Hills
Hi All, I have been using Tomcat on Windows for some time but I'm now trying to get a server running the way I want it to on Fedora Core 4. My problem is that I can't get Tomcat to unpack WAR files. I have installed Tomcat 5.0.30 and have it running OK. As it will be hosting a