Re: problems with unpacking ROOT.war

2006-11-09 Thread andrew . w . cooke
Subject Re: problems with unpacking ROOT.war

Re: problems with unpacking ROOT.war

2006-11-08 Thread Chris Halstead
Hi Andy, Perhaps I'm missing a key point about what you're trying to achieve, but if you simply put your ROOT.war file *outside* of ${CATALINA_HOME}/webapps and update your ROOT.xml file with an appropriate docBase element you'll find that it unpacks just fine. To wit, this works on

Re: problems with unpacking ROOT.war

2006-11-07 Thread andrew . w . cooke
Subject Re: problems with unpacking ROOT.war

RE: problems with unpacking ROOT.war

2006-11-03 Thread andrew . w . cooke
with unpacking ROOT.war Maybe a stupid clue but instead of Context path= debug=1 /Context What happen if u try Context path=/ debug=1 /Context Neither one is correct. You must NOT use the path attribute in a Context element unless the Context is defined in server.xml. The URI path to the app

Re: problems with unpacking ROOT.war

2006-11-03 Thread Martin Gainty
contents - Original Message - From: [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, November 03, 2006 8:04 AM Subject: RE: problems with unpacking ROOT.war Hi there, I've been having trouble persuading tomcat 5.5 to expand ROOT.war when it is dropped

RE: problems with unpacking ROOT.war

2006-10-24 Thread Rizalino DeVilleres
List Subject: RE: problems with unpacking ROOT.war From: Rizalino DeVilleres [mailto:[EMAIL PROTECTED] Subject: RE: problems with unpacking ROOT.war Is there another work around to get them both working? I believe, this is the same setup we've had on the previous versions of Tomcat, we simply

RE: problems with unpacking ROOT.war

2006-10-24 Thread Caldarale, Charles R
From: Rizalino DeVilleres [mailto:[EMAIL PROTECTED] Subject: RE: problems with unpacking ROOT.war To follow up on this thread, is it possible for the appBase and the docBase to be set the same? No, they're different concepts. The appBase attribute defines the default location for your

RE: problems with unpacking ROOT.war

2006-10-19 Thread Caldarale, Charles R
From: Rizalino DeVilleres [mailto:[EMAIL PROTECTED] Subject: RE: problems with unpacking ROOT.war Is there another work around to get them both working? I believe, this is the same setup we've had on the previous versions of Tomcat, we simply want to place all the war/JSPs files

RE: problems with unpacking ROOT.war

2006-10-18 Thread andrew . w . cooke
From: Michael Courcy [mailto:[EMAIL PROTECTED] Subject: Re: problems with unpacking ROOT.war Maybe a stupid clue but instead of Context path= debug=1 /Context What happen if u try Context path=/ debug=1

Re: problems with unpacking ROOT.war

2006-10-17 Thread Michael Courcy
Maybe a stupid clue but instead of Context path= debug=1 /Context What happen if u try Context path=/ debug=1 /Context [EMAIL PROTECTED] a écrit : Hi again, OK - here are some steps you can try out to reproduce the problem I am experiencing - I'm hoping this will tempt someone into

Re: problems with unpacking ROOT.war

2006-10-17 Thread andrew . w . cooke
cc Please respond to Subject Tomcat Users Re: problems with unpacking List ROOT.war

RE: problems with unpacking ROOT.war

2006-10-17 Thread Caldarale, Charles R
From: Michael Courcy [mailto:[EMAIL PROTECTED] Subject: Re: problems with unpacking ROOT.war Maybe a stupid clue but instead of Context path= debug=1 /Context What happen if u try Context path=/ debug=1 /Context Neither one is correct. You must NOT use the path attribute

problems with unpacking ROOT.war

2006-10-13 Thread andrew . w . cooke
Hi there, We have been finding it difficult to persuade tomcat (5.5.12 and 5.5.17) to unpack a ROOT.war file, either when starting up tomcat from scratch, or hot-deploying. We *were* able to get tomcat to expand the war file if it contains a META-INF directory containing a context.xml file.