DO NOT REPLY [Bug 32002] New: - null page in deploy

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32002. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
dear tomcat-developers, i installed the latest tomcat-5.5.4. when i try to start a webapp that runs without problems on tomcat 5.5.3, i get the following error: INFO: Starting Servlet Engine: Apache Tomcat/5.5.4 Nov 1, 2004 10:24:46 AM org.apache.catalina.core.StandardHost

RE: contrib directory

2004-11-01 Thread Garrison, Meg
Hi Leslie, I'm also willing to maintain the HP OpenVMS scripts. Rather than create a whole new project (tomcat-contrib) maybe it would be possible for the Tomcat folks to grant us commit access to a single module/folder in their CVS library (a contrib folder of some sort). Then they wouldn't

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
hello, that was only half of the story. what i forgot to mention: the web.xml contains a listener-entry for a class, that initializes log4j with a specified log4j.xml (here log4j.mescalin.xml). when i remove the entry for the listener in the web.xml, tomcat starts without any error... regards,

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: dear tomcat-developers, i installed the latest tomcat-5.5.4. when i try to start a webapp that runs without problems on tomcat 5.5.3, i get the following error: It works for me. I d/led the distribution, as packaging problems are always a possibility.

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: hello, that was only half of the story. what i forgot to mention: the web.xml contains a listener-entry for a class, that initializes log4j with a specified log4j.xml (here log4j.mescalin.xml). when i remove the entry for the listener in the web.xml, tomcat starts without any

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
On Mon, 2004-11-01 at 13:26, Remy Maucherat wrote: Martin Grotzke wrote: one problem is that the webapp does not start, but another problem is that tomcat fails to start if one context is not starting correctly. my system: fedora core 2 sun jdk 1.5 (jpackage.org) tomcat 5.5.4 alpha

RE: contrib directory

2004-11-01 Thread Shapira, Yoav
Hi, That actually gave me an idea: why not put it in the NetBeans repository where you're already setup? In Apache, there needs to be a long-demonstrated background of contributions before getting commit privileges. We have different processes in this area than NetBeans and some of the other

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: what's bogus there? The report. i only wanted to let you know that there were changes from tc-5.5.3 to 5.5.4 that make the described error possible. if i've choses wrong words for this, then i'm sorry about that. There are no relevant changes between 5.5.3 and 5.5.4. if

DO NOT REPLY [Bug 31132] - startup scripts on the 400 fail to start

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31132. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31132] - startup scripts on the 400 fail to start

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31132. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31132] - startup scripts on the 400 fail to start

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31132. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
On Mon, 2004-11-01 at 13:29, Remy Maucherat wrote: Martin Grotzke wrote: hello, that was only half of the story. what i forgot to mention: the web.xml contains a listener-entry for a class, that initializes log4j with a specified log4j.xml (here log4j.mescalin.xml). when i remove

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Remy Maucherat
Martin Grotzke wrote: The Filter includes one statement: System.setProperty( javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ); the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes org/apache/xerces/jaxp/DocumentBuilderFactoryImpl.class.

Time for 5.0.30

2004-11-01 Thread Shapira, Yoav
Hi, Assuming no one is opposed (and if you are, that's fine, we can work out another time), I'd like to tag and cut Tomcat 5.0.30 this coming Thursday, November 4th, at 1800h GMT (http://www.timeanddate.com/worldclock/converted.html?month=11day=4yea r=2004hour=18min=0sec=0p1=0p2=43). 5.0.29 has

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Jess Holle
Remy Maucherat wrote: Martin Grotzke wrote: The Filter includes one statement: System.setProperty( javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ); the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes

RE: contrib directory

2004-11-01 Thread Garrison, Meg
why not put it in the NetBeans repository where you're already setup? I'm only setup to commit to the /core module, which is not where the Tomcat files are found. Actually, we started out in the direction of contributing our Tomcat changes to NetBeans, see

RE: contrib directory

2004-11-01 Thread Shapira, Yoav
Hi, Another option for now is to setup a SourceForge project for this. I'd be glad to link to it from our docs/FAQs/wiki pages. You (two) could be its committers, and we could work together to get additional contributors setup there. There has to be a critical mass... Yoav Shapira

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-11-01 Thread Filip Hanik - Dev
actually, its a negative filter, (if one can say that :) Anything that doesn't match the filter, gets replicated. I did that since people use all kinds of extensions on the MVC framework. Filip - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL

RE: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-11-01 Thread Shapira, Yoav
Hi, Without knowing the filter, I figured if .jpg was there than .png wasn't much different, and if .txt was there .css is not much different. So it made sense from a consistency standpoint. However, I have no particular attachment to the filter itself or this commit: if you don't like it,

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-11-01 Thread Filip Hanik - Dev
Yoav, you made the right choice. The checkin is good. Filip - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, November 01, 2004 8:25 AM Subject: RE: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml Hi,

DO NOT REPLY [Bug 29727] - JNDI env-entry not reload when context reloaded

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: contrib directory

2004-11-01 Thread Leslie Kishalmi
Dear all, I've walked almost the same path with OS/2 on the NetBeans side as Meg with OpenVMS. A new sourceforge project could be a working idea. As then both TomCat and maybe tomcat-contrib would be a third-party stuff for NetBeans. So we might convince them to include this into their release

DO NOT REPLY [Bug 29727] - JNDI env-entry not reload when context reloaded

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: contrib directory

2004-11-01 Thread Garrison, Meg
I guess that's what we'll have to do. -meg -Original Message- From: Leslie Kishalmi [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 10:23 AM To: Tomcat Developers List Subject: Re: contrib directory Dear all, I've walked almost the same path with OS/2 on the NetBeans side

Re: contrib directory

2004-11-01 Thread Costin Manolache
Garrison, Meg wrote: Hi Leslie, I'm also willing to maintain the HP OpenVMS scripts. Rather than create a whole new project (tomcat-contrib) maybe it would be possible for the Tomcat folks to grant us commit access to a single module/folder in their CVS library (a contrib folder of some sort).

DO NOT REPLY [Bug 29727] - JNDI env-entry not reload when context reloaded

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29727. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: contrib directory

2004-11-01 Thread Costin Manolache
Shapira, Yoav wrote: Hi, Another option for now is to setup a SourceForge project for this. I'd be glad to link to it from our docs/FAQs/wiki pages. You (two) could be its committers, and we could work together to get additional contributors setup there. There has to be a critical mass... It

RE: contrib directory

2004-11-01 Thread Garrison, Meg
FWIW, we have recently contributed some OpenVMS-specific changes to Ant, which they accepted. We did not contribute to Ant-contrib. I've signed CLAs for NetBeans, there isn't an issue on this end with that. I assume the ASF CLA isn't all that different from the others. Also, I use cvs from my

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2004-11-01 Thread Remy Maucherat
Filip Hanik - Dev wrote: actually, its a negative filter, (if one can say that :) Anything that doesn't match the filter, gets replicated. Ahh :) Good then. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Thank you for delivery

2004-11-01 Thread alex
You got a new message. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 32005] New: - Out of memory error when restarting application

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32005. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32005] - Out of memory error when restarting application

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32005. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32005] - Out of memory error when restarting application

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32005. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32002] - null page in deploy

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32002. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31998] - Tomcat Service Shutting down automatically

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=31998. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32005] - Out of memory error when restarting application

2004-11-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32005. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java

2004-11-01 Thread luehe
luehe 2004/11/01 14:22:37 Modified:catalina/src/share/org/apache/catalina/connector RequestFacade.java Log: Fixed formatting prior to making changes Revision ChangesPath 1.6 +53 -28

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

2004-11-01 Thread luehe
luehe 2004/11/01 14:38:44 Modified:catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties Log: Throw more meaningful exception (instead of NPE) if underlying request has been recycled and attempt is made to access it

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

2004-11-01 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2004/11/01 14:38:44 Modified:catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties Log: Throw more meaningful exception (instead of NPE) if underlying request has been recycled and attempt is

Re: tomcat 5.5.4 does not start when a single webapp fails

2004-11-01 Thread Martin Grotzke
On Mon, 2004-11-01 at 15:05, Remy Maucherat wrote: Martin Grotzke wrote: The Filter includes one statement: System.setProperty( javax.xml.parsers.DocumentBuilderFactory, org.apache.xerces.jaxp.DocumentBuilderFactoryImpl ); the webapp contains xerces-1.4.4 in WEB-INF/lib, this jar includes

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector ResponseFacade.java

2004-11-01 Thread luehe
luehe 2004/11/01 15:21:58 Modified:catalina/src/share/org/apache/catalina/connector ResponseFacade.java Log: Fixed formatting prior to making changes Revision ChangesPath 1.7 +13 -11

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector ResponseFacade.java

2004-11-01 Thread luehe
luehe 2004/11/01 15:34:04 Modified:catalina/src/share/org/apache/catalina/connector ResponseFacade.java Log: Throw more meaningful exception (instead of NPE) if underlying response has been recycled and attempt is made to access it via its facade

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector LocalStrings.properties

2004-11-01 Thread luehe
luehe 2004/11/01 15:35:39 Modified:catalina/src/share/org/apache/catalina/connector LocalStrings.properties Log: Throw more meaningful exception (instead of NPE) if underlying response has been recycled and attempt is made to access it via its facade

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

2004-11-01 Thread Jan Luehe
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: luehe 2004/11/01 14:38:44 Modified:catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties Log: Throw more meaningful exception (instead of NPE) if underlying request has

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

2004-11-01 Thread Bill Barker
- Original Message - From: Jan Luehe [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, November 01, 2004 3:41 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties Remy

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java LocalStrings.properties

2004-11-01 Thread Jan Luehe
Bill Barker wrote: - Original Message - From: Jan Luehe [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, November 01, 2004 3:41 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector RequestFacade.java