Re: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-02 Thread Peter Rossbach
Hello Remy, ok, when we not want that Context placed at server.xml than we remove the configuration elements at Catalina.createStartDigester. We can also removed the DefaultContext digester configuration. -- :L 320ff // TODO Delete this DefaultContext Handling Class not existing at

Re: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-02 Thread Remy Maucherat
On Thu, 02 Sep 2004 10:04:13 +0200, Peter Rossbach [EMAIL PROTECTED] wrote: Hello Remy, ok, when we not want that Context placed at server.xml than we remove the configuration elements at Catalina.createStartDigester. Ok, but: - the webapp will not be handled by hot deployment at all -

Re: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-02 Thread Peter Rossbach
Remy Maucherat schrieb: On Thu, 02 Sep 2004 10:04:13 +0200, Peter Rossbach [EMAIL PROTECTED] wrote: Hello Remy, ok, when we not want that Context placed at server.xml than we remove the configuration elements at Catalina.createStartDigester. Ok, but: - the webapp will not be handled by

Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Jonathan Eric Miller
In Tomcat 4.0 and 5.0, I had the following in my server.xml file. Context path= docBase=ROOT debug=0 reloadable=true/ However, if I try to use this in Tomcat 5.5, I receive the following error in catalina.out. Does anyone know if I need to change something to get it to work with Tomcat 5.5, or,

RE: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Shapira, Yoav
Hi, Is there another context configured for the path? Yoav Shapira Millennium Research Informatics -Original Message- From: Jonathan Eric Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:20 PM To: Tomcat User List Subject: Context path= docBase=ROOT... fails

Re: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Jonathan Eric Miller
Nope. The same server.xml works fine in Tomcat 5.0.25. Jon - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 1:29 PM Subject: RE: Context path= docBase=ROOT... fails in Tomcat 5.5? Hi, Is there another

RE: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Shapira, Yoav
Miller [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:37 PM To: Tomcat Users List Subject: Re: Context path= docBase=ROOT... fails in Tomcat 5.5? Nope. The same server.xml works fine in Tomcat 5.0.25. Jon - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat

Re: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Jonathan Eric Miller
, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 2:16 PM Subject: RE: Context path= docBase=ROOT... fails in Tomcat 5.5? Hi, Try removing the debug attribute, as that's not in the standard Context in 5.5.0 (Loggers are gone). In general, if you copy

RE: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Mark Thomas
, 2004 10:19 PM To: Tomcat Users List Subject: Re: Context path= docBase=ROOT... fails in Tomcat 5.5? I tried it without the debug attribute and the result is the same. Actually, the server.xml file that comes with Tomcat 5.5 has a lot of debug attributes in it. One thing that I've

Re: Context path= docBase=ROOT... fails in Tomcat 5.5?

2004-09-01 Thread Remy Maucherat
On Wed, 1 Sep 2004 13:19:48 -0500, Jonathan Eric Miller [EMAIL PROTECTED] wrote: In Tomcat 4.0 and 5.0, I had the following in my server.xml file. Context path= docBase=ROOT debug=0 reloadable=true/ However, if I try to use this in Tomcat 5.5, I receive the following error in catalina.out.