RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread raiden
INF for production. > > > > Anyone know why it works this way, though? > > > > Thank you, > > -Raiden > > > > > > > > On Mon, 11 Oct 2004, D'Alessandro, Arthur wrote: > > > > > You only need to get rid of the cached

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread raiden
> > > Thank you very much for your help! > > > > -Raiden Johnson > > > > > > On Mon, 11 Oct 2004, D'Alessandro, Arthur wrote: > > > > > Try changing the docbase from ROOT TO ROOT.war. > > > > > > -Original Message- >

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread raiden
2004 > To: Tomcat Users List > Subject: RE: [Possible bug?] Context configurations and .WAR deployment > > Bingo! That worked. Thank you! > > However, you brought up something that makes a lot more sense to me. I > always thought it was strange that I had to have a ROOT.xm

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread D'Alessandro, Arthur
You only need to get rid of the cached version if you made changes to it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon Oct 11 14:05:58 2004 To: Tomcat Users List Subject:RE: [Possible bug?] Context configurations and .WAR deployment

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread raiden
> To: Tomcat Users List > Subject: RE: [Possible bug?] Context configurations and .WAR deployment > > Hello, > > I will try including what I have in ROOT.xml as context.xml in META-INF, > and then remove the ROOT.xml each time I remove the webapps/ROOT tree to > copy in

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread D'Alessandro, Arthur
Try changing the docbase from ROOT TO ROOT.war. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon Oct 11 13:39:17 2004 To: Tomcat Users List Subject:RE: [Possible bug?] Context configurations and .WAR deployment Hello, I will try including

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-11 Thread raiden
gt; Sent: Saturday, October 09, 2004 3:33 AM > To: [EMAIL PROTECTED] > Subject: [Possible bug?] Context configurations and .WAR deployment > > Hello, > > I recently upgraded from Tomcat 5.0.19 to Tomcat 5.0.28. > > I am now running into a conflict between ROOT.xml and ROOT.

RE: [Possible bug?] Context configurations and .WAR deployment

2004-10-09 Thread D'Alessandro, Arthur
PROTECTED] Sent: Saturday, October 09, 2004 3:33 AM To: [EMAIL PROTECTED] Subject: [Possible bug?] Context configurations and .WAR deployment Hello, I recently upgraded from Tomcat 5.0.19 to Tomcat 5.0.28. I am now running into a conflict between ROOT.xml and ROOT.war. This happens when I

[Possible bug?] Context configurations and .WAR deployment

2004-10-09 Thread raiden
Hello, I recently upgraded from Tomcat 5.0.19 to Tomcat 5.0.28. I am now running into a conflict between ROOT.xml and ROOT.war. This happens when I deploy to production: 1. I delete the ROOT.war and ROOT directory from /usr/local/tomcat/webapps 2. I delete the ROOT.xml context configuration file