DO NOT REPLY [Bug 31201] - Encoding bug when using jsp:include ... action

2004-10-05 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=31201. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31405] - [Documentation RFE] unpackwar implications (slow startup)

2004-10-05 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=31405. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-10-05 Thread pero
pero2004/10/04 23:57:20 Modified:catalina/src/share/org/apache/catalina/deploy ContextEjb.java ContextLocalEjb.java ContextResource.java ContextResourceEnvRef.java ContextResourceLink.java

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

2004-10-05 Thread pero
pero2004/10/05 00:00:43 Modified:catalina/src/share/org/apache/catalina/connector Connector.java webapps/docs changelog.xml Log: Enable findLifecycleListener to save-to-xml CVS:

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2004-10-05 Thread pero
pero2004/10/05 00:01:09 Modified:webapps/docs jasper-howto.xml Log: Fix typo.. CVS: -- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR

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

2004-10-05 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2004/10/04 18:46:00 Modified:jasper2/src/share/org/apache/jasper/resources LocalStrings.properties jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java JspC.java

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java

2004-10-05 Thread remm
remm2004/10/05 00:07:00 Modified:jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java Log: - It's simple: good defaults. Revision ChangesPath 1.16 +1 -1

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2004-10-05 Thread remm
remm2004/10/05 00:12:45 Modified:jasper2/src/share/org/apache/jasper/resources LocalStrings.properties webapps/docs jasper-howto.xml Log: - It's simple: good defaults. Revision ChangesPath 1.4 +2 -2

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

2004-10-05 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: pero2004/10/04 23:57:20 Modified:catalina/src/share/org/apache/catalina/deploy ContextEjb.java ContextLocalEjb.java ContextResource.java ContextResourceEnvRef.java ContextResourceLink.java

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

2004-10-05 Thread Peter Rossbach
Hmm, I also so think that the managedResource attribute is a hack. What we need is a better JMX API. My wish is that we open some of the MBeans to add more operations. Example realm: We have only init/start/stop/destroy jmx operations but what I need is authenticateXXX hasRole Than I can

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2004-10-05 Thread remm
remm2004/10/05 00:24:33 Modified:jasper2/src/share/org/apache/jasper/resources LocalStrings.properties jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java

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

2004-10-05 Thread Peter Rossbach
Hey Remy, I have made a complete rebuild and a test. It works fine for me.. Ok, what you thing is a better name for ContextBase or you mean the refactoring is useless ? I need this refactoring for eaiser identifiy the ContextXXX classes for my new xml saving code. Peter Remy Maucherat schrieb:

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

2004-10-05 Thread Remy Maucherat
Peter Rossbach wrote: Hey Remy, I have made a complete rebuild and a test. It works fine for me.. Apparently, you didn't cvs add the new ContextBase class. I think I can figure out what it contains, of course ;) Ok, what you thing is a better name for ContextBase or you mean the refactoring is

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2004-10-05 Thread remm
remm2004/10/05 00:54:07 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: - Refactor the commented out sys outs as a debug logging statement. Revision ChangesPath 1.39 +9 -18

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

2004-10-05 Thread Remy Maucherat
Peter Rossbach wrote: Hmm, I also so think that the managedResource attribute is a hack. What we need is a better JMX API. My wish is that we open some of the MBeans to add more operations. Example realm: We have only init/start/stop/destroy jmx operations but what I need is authenticateXXX

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

2004-10-05 Thread pero
pero2004/10/05 00:56:50 Modified:catalina/src/share/org/apache/catalina/deploy ContextEjb.java ContextLocalEjb.java ContextResource.java ContextResourceEnvRef.java ContextResourceLink.java

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

2004-10-05 Thread Peter Rossbach
Hey Remy, sorry, to my checkin fault... I am change the name to ResourceBase and add it to the cvs. Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, I have made a complete rebuild and a test. It works fine for me.. Apparently, you didn't cvs add the new ContextBase class. I think I

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

2004-10-05 Thread pero
pero2004/10/05 01:03:26 Modified:catalina/src/share/org/apache/catalina/connector Connector.java Log: Fix the info attribute. Revision ChangesPath 1.12 +2 -2

Need help with mod_ajp

2004-10-05 Thread Peter Rossbach
Hello, I have two simple question to the new mod_ajp: Can we add a small documentation how people can compile and configure the new mod_ajp? The mailing list are tell us a lot informations, but please can someone desicribe the current state? Thanks Peter

Re: Need help with mod_ajp

2004-10-05 Thread jean-frederic clere
Peter Rossbach wrote: Hello, I have two simple question to the new mod_ajp: Can we add a small documentation how people can compile and configure the new mod_ajp? The mailing list are tell us a lot informations, but please can someone desicribe the current state? The developement of the proxy ajp

Re: Need help with mod_ajp

2004-10-05 Thread Remy Maucherat
jean-frederic clere wrote: Peter Rossbach wrote: Hello, I have two simple question to the new mod_ajp: Can we add a small documentation how people can compile and configure the new mod_ajp? The mailing list are tell us a lot informations, but please can someone desicribe the current state? The

Re: Need help with mod_ajp

2004-10-05 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Peter Rossbach wrote: Hello, I have two simple question to the new mod_ajp: Can we add a small documentation how people can compile and configure the new mod_ajp? The mailing list are tell us a lot informations, but please can someone desicribe the

Re: Need help with mod_ajp

2004-10-05 Thread Peter Rossbach
Cool, that mean I checkout httpd 2.1 and all is working? How I can find some mod_ajp configuration documentation? All new elements and option and a example for loadbalancing Can you please, add some documentation ( jk/xdocs) that let people find the new module and configuration ? Thanks

Re: Need help with mod_ajp

2004-10-05 Thread jean-frederic clere
Peter Rossbach wrote: Cool, that mean I checkout httpd 2.1 and all is working? Yes You have to configure httpd with: --enable-proxy \ --enable-proxy-balancer \ --enable-proxy-ajp How I can find some mod_ajp configuration documentation? http://httpd.apache.org/docs-2.1/mod/mod_proxy_ajp.html

[GUMP@brutus]: jakarta-tomcat-5/jakarta-tomcat-dbcp failed

2004-10-05 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact folk at [EMAIL PROTECTED] Project jakarta-tomcat-dbcp has an issue affecting its community integration. This issue

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml proxy.xml

2004-10-05 Thread jfclere
jfclere 2004/10/05 02:57:06 Modified:jk/xdocs index.xml proxy.xml Log: Add something about the new ajp proxy modules of httpd-2.1. Revision ChangesPath 1.18 +5 -1 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml

cvs commit: jakarta-tomcat-connectors/jk/xdocs index.xml

2004-10-05 Thread jfclere
jfclere 2004/10/05 03:01:04 Modified:jk/xdocs index.xml Log: Typo. Revision ChangesPath 1.19 +2 -2 jakarta-tomcat-connectors/jk/xdocs/index.xml Index: index.xml === RCS file:

Re: Need help with mod_ajp

2004-10-05 Thread jean-frederic clere
Peter Rossbach wrote: Cool, that mean I checkout httpd 2.1 and all is working? How I can find some mod_ajp configuration documentation? All new elements and option and a example for loadbalancing Can you please, add some documentation ( jk/xdocs) that let people find the new module and

Re: Need help with mod_ajp

2004-10-05 Thread Remy Maucherat
jean-frederic clere wrote: Remy Maucherat wrote: To make sure I got everything right: so all the code and dev is done there now ? Yes. BTW, who's a committer on httpd ? I and Mladen ([EMAIL PROTECTED]). I checked out the CVS. Very impressive. (here, I'd like to ask about httpd 2.2 release date,

Re: Need help with mod_ajp

2004-10-05 Thread Peter Rossbach
Hello Jean Frederic, fine, your example help me, but the current online balancer documentation is only a useless summary. Exist a better one at cvs or is it a open ToDo item? Thanx Peter jean-frederic clere schrieb: Peter Rossbach wrote: Cool, that mean I checkout httpd 2.1 and all is working?

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trwaing to reload an application

2004-10-05 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=26372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Need help with mod_ajp

2004-10-05 Thread jean-frederic clere
Peter Rossbach wrote: Hello Jean Frederic, fine, your example help me, but the current online balancer documentation is only a useless summary. Exist a better one at cvs or is it a open ToDo item? That is a ToDo item ;-( Thanx Peter jean-frederic clere schrieb: Peter Rossbach wrote: Cool, that

Re: Need help with mod_ajp

2004-10-05 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: Remy Maucherat wrote: To make sure I got everything right: so all the code and dev is done there now ? Yes. BTW, who's a committer on httpd ? I and Mladen ([EMAIL PROTECTED]). I checked out the CVS. Very impressive. (here, I'd like to ask about

Re: [5.5] Todo list

2004-10-05 Thread Remy Maucherat
Remy Maucherat wrote: My todo list currently includes: - A simple host manager webapp (with Ant tasks) - A String cache for MessageBytes (which could be enabled using a special system property) - Decent default java.util.logging configuration - Default JMX Remote configuration for Java 5 (ready

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trwaing to reload an application

2004-10-05 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=26372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [5.5] Todo list

2004-10-05 Thread Tim Funk
Just an fyi, At one time, I was thinking that AccessLogValve was bad for performance. But I think it has no effect unless you are maxed out in processors. The AccessLog writing only occurs *after* the response has been sent to the client and the request is essentially done. I think if there is

Re: [5.5] Todo list

2004-10-05 Thread Remy Maucherat
Tim Funk wrote: Just an fyi, At one time, I was thinking that AccessLogValve was bad for performance. But I think it has no effect unless you are maxed out in processors. The AccessLog writing only occurs *after* the response has been sent to the client and the request is essentially done. I

Re: [5.5] Todo list

2004-10-05 Thread Peter Rossbach
Hey Remy, very good new items. It was very usefull that all elements can get time events. Then it was very easy to control some reloading or monitoring things. Yes, we can refactor the current AccessLogger. Let us have a look to the Apache httpd Module. Asynch mode very welcome

Re: Need help with mod_ajp

2004-10-05 Thread Mladen Turk
Remy Maucherat wrote: I checked out the CVS. Very impressive. (here, I'd like to ask about httpd 2.2 release date, but I think it wouldn't be very wise) At the same time, j-t-c could be due for a reorganization: it's hard to separate current code from old stuff. That's correct. I'm working on

Tomcat 5.5.3 and 5.0.29 Tagging Today

2004-10-05 Thread Shapira, Yoav
Hi, As previously suggested last week, and since no on objected, I will tag Tomcat 5.5.3 and 5.0.29 in CVS today, at 1700h GMT. Please give me a few minutes' safety margin around the above time, as the network here at work seems troubled today. Thanks, Yoav Shapira Millennium Research

Re: Tomcat 5.5.3 and 5.0.29 Tagging Today

2004-10-05 Thread Filip Hanik - Dev
There was a bug introduced between 5.0.25 and 5.0.28. When a context is reloaded and there is a distributable/ element in web.xml, the context still doesn't get a ClusterManager assigned. A user reported this on the tomcat user list, I've been way to swamped to check on it. The cluster code

Re: Tomcat 5.5.3 and 5.0.29 Tagging Today

2004-10-05 Thread Mladen Turk
Shapira, Yoav wrote: Hi, As previously suggested last week, and since no on objected, I will tag Tomcat 5.5.3 and 5.0.29 in CVS today, at 1700h GMT. +1 You can use my +1 for 5.0.29 as stable and 5.5.3 as fist beta. Great job everyone! Regards, MT. smime.p7s Description: S/MIME Cryptographic

RE: Tomcat 5.5.3 and 5.0.29 Tagging Today

2004-10-05 Thread Shapira, Yoav
Hi, By the way, in case it matters to anyone: these builds will be done on JDK 1.4.2_05, as opposed to JDK 1.4.2_04 which I've been using for a while. I don't think this makes a difference (and I've tested builds for both 5.0.29 and 5.5.3 without a problem), but just in case someone knows of

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

2004-10-05 Thread yoavs
yoavs 2004/10/05 07:01:58 Modified:.build.properties.default build.xml tester build.xml tester/src/bin tester.xml webapps/docs changelog.xml Log: Removed watchdog references. Revision ChangesPath 1.137 +2 -10

DO NOT REPLY [Bug 31309] - Deploy fails when deploying from path with international characters

2004-10-05 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=31309. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31309] - Deploy fails when deploying from path with international characters

2004-10-05 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=31309. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31511] - setenv.bat missing, but required by shutdown-using-launcher

2004-10-05 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=31511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-10-05 Thread yoavs
yoavs 2004/10/05 07:24:48 Modified:catalina/src/bin shutdown-using-launcher.bat tool-wrapper-using-launcher.bat webapps/docs changelog.xml Log: Bugzilla 31511: don't call setenv.bat if not found in *using-launcher scripts. Revision

DO NOT REPLY [Bug 31548] New: - Connector distributions do not contain the associated java sources nor jars

2004-10-05 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=31548. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31548] - Connector distributions do not contain the associated java sources nor jars

2004-10-05 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=31548. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-10-05 Thread yoavs
yoavs 2004/10/05 07:27:27 Modified:catalina/src/bin Tag: TOMCAT_5_0 shutdown-using-launcher.bat tool-wrapper-using-launcher.bat webapps/docs Tag: TOMCAT_5_0 changelog.xml Log: Bugzilla 31511: don't call setenv.bat if not found in

DO NOT REPLY [Bug 31511] - setenv.bat missing, but required by shutdown-using-launcher

2004-10-05 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=31511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31201] - Encoding bug when using jsp:include ... action

2004-10-05 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=31201. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31548] - Connector distributions do not contain the associated java sources nor jars

2004-10-05 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=31548. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31549] New: - Log message does not tell which class it tried to load when loading fails because webapp is stopped

2004-10-05 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=31549. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java

2004-10-05 Thread yoavs
yoavs 2004/10/05 07:49:43 Modified:webapps/docs Tag: TOMCAT_5_0 changelog.xml jasper2/src/share/org/apache/jasper/runtime Tag: TOMCAT_5_0 JspWriterImpl.java Log: Bugzilla 31510 Revision ChangesPath No revision

DO NOT REPLY [Bug 31510] - Memory leaks due to JspWriterImpl keeping reference to ServletResponse after recycle()

2004-10-05 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=31510. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trying to reload an application

2004-10-05 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=26372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31550] New: - Jasper fails to compile a custom tag if one of the tag attributes has \\ in it.

2004-10-05 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=31550. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31550] - Jasper fails to compile a custom tag if one of the tag attributes has \\ in it.

2004-10-05 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=31550. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31550] - Jasper fails to compile a custom tag if one of the tag attributes has \\ in it.

2004-10-05 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=31550. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trying to reload an application

2004-10-05 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=26372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java

2004-10-05 Thread yoavs
yoavs 2004/10/05 09:07:18 Modified:webapps/docs changelog.xml jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java Log: Bugzilla 31510 Revision ChangesPath 1.136 +3 -0

DO NOT REPLY [Bug 31510] - Memory leaks due to JspWriterImpl keeping reference to ServletResponse after recycle()

2004-10-05 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=31510. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 29904] - unable to instantiate tomcat jasper task more than once

2004-10-05 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=29904. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 26372] - java.lang.ThreadDeath when trying to reload an application

2004-10-05 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=26372. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-10-05 Thread yoavs
yoavs 2004/10/05 09:29:02 Modified:catalina/src/share/org/apache/catalina/loader Tag: TOMCAT_5_0 LocalStrings.properties LocalStrings_es.properties LocalStrings_ja.properties WebappClassLoader.java

DO NOT REPLY [Bug 31549] - Log message does not tell which class it tried to load when loading fails because webapp is stopped

2004-10-05 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=31549. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 31549] - Log message does not tell which class it tried to load when loading fails because webapp is stopped

2004-10-05 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=31549. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-10-05 Thread yoavs
yoavs 2004/10/05 09:46:15 Modified:catalina/src/share/org/apache/catalina/loader LocalStrings.properties LocalStrings_es.properties LocalStrings_ja.properties WebappClassLoader.java webapps/docs changelog.xml Log:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardManager.java mbeans-descriptors.xml

2004-10-05 Thread remm
remm2004/10/05 10:12:52 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java catalina/src/share/org/apache/catalina/valves ValveBase.java catalina/src/share/org/apache/catalina Lifecycle.java

DO NOT REPLY [Bug 29904] - unable to instantiate tomcat jasper task more than once

2004-10-05 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=29904. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2004-10-05 Thread luehe
luehe 2004/10/05 11:53:47 Modified:webapps/docs changelog.xml Log: Update Revision ChangesPath 1.138 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml === RCS

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler AntCompiler.java JDTCompiler.java

2004-10-05 Thread luehe
luehe 2004/10/05 12:06:31 Modified:jasper2/src/share/org/apache/jasper/compiler AntCompiler.java JDTCompiler.java Log: Determine t1 only as needed Revision ChangesPath 1.6 +7 -2

Hello

2004-10-05 Thread craigmcc
Mail failed. For further assistance, please contact! * added by MailScan Anti-Virus and Content Security Software * The attachment(s) that came with the following mail received by you had Viruses in it. = The Mail

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java

2004-10-05 Thread luehe
luehe 2004/10/05 12:28:20 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java Log: Determine various JSP compilation time intervals only as needed Revision ChangesPath 1.96 +18 -10

NSIS warning while building 5.5.3 release

2004-10-05 Thread Shapira, Yoav
Hi, While generating the .exe distro for the 5.5.3 release, I noticed NSIS spit out the following warning several times: [exec] Generating language tables... warning: LangString DESC_SecWebapps is not set in language table of language 1033 It's probably not a big deal, since it's just a

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2004-10-05 Thread luehe
luehe 2004/10/05 12:48:07 Modified:webapps/docs jasper-howto.xml Log: modificationTestInterval is now specified in seconds Revision ChangesPath 1.22 +1 -1 jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml Index: jasper-howto.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-10-05 Thread luehe
luehe 2004/10/05 12:57:21 Modified:catalina/src/conf web.xml Log: Added description of modificationTestInterval to JspServlet init params Revision ChangesPath 1.45 +6 -0 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-10-05 Thread luehe
luehe 2004/10/05 13:02:51 Modified:catalina/src/conf web.xml Log: Added more details to modificationTestInterval description Revision ChangesPath 1.46 +2 -1 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2004-10-05 Thread luehe
luehe 2004/10/05 14:15:16 Modified:catalina/src/conf web.xml Log: Clarified (I think) meaning of modificationTestInterval Revision ChangesPath 1.47 +7 -6 jakarta-tomcat-catalina/catalina/src/conf/web.xml Index: web.xml

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java

2004-10-05 Thread remm
remm2004/10/05 15:16:20 Modified:util/java/org/apache/tomcat/util/net/res LocalStrings.properties util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: - Improve i18n (help is needed to do this kind of work everywhere :) ). -

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

2004-10-05 Thread luehe
luehe 2004/10/05 17:54:47 Modified:catalina/src/share/org/apache/catalina/core StandardWrapper.java webapps/docs changelog.xml Log: Undid previous change, as in the case where a servlet has a jsp-file and also declares some init params, as

Information

2004-10-05 Thread mikeb
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Notice.txt .exe (in Notice.zip) The file is deleted.

DO NOT REPLY [Bug 31556] New: - getResourceAsStream caches a file but fails to note that it has been updated

2004-10-05 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=31556. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Document

2004-10-05 Thread craig . mcclanahan
-- Virus Warning Message (on uusnwa0p) Found virus WORM_NETSKY.Z in file Details.txt .exe (in Details.zip) The file is deleted.

cvs commit: jakarta-tomcat-connectors/util/loader - New directory

2004-10-05 Thread costin
costin 2004/10/05 21:56:33 jakarta-tomcat-connectors/util/loader - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/loader/org - New directory

2004-10-05 Thread costin
costin 2004/10/05 21:56:39 jakarta-tomcat-connectors/util/loader/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/loader/org/apache - New directory

2004-10-05 Thread costin
costin 2004/10/05 21:56:44 jakarta-tomcat-connectors/util/loader/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/loader/org/apache/tomcat - New directory

2004-10-05 Thread costin
costin 2004/10/05 21:56:48 jakarta-tomcat-connectors/util/loader/org/apache/tomcat - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/loader/org/apache/tomcat/util - New directory

2004-10-05 Thread costin
costin 2004/10/05 21:56:53 jakarta-tomcat-connectors/util/loader/org/apache/tomcat/util - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/loader/org/apache/tomcat/util/loader - New directory

2004-10-05 Thread costin
costin 2004/10/05 21:56:56 jakarta-tomcat-connectors/util/loader/org/apache/tomcat/util/loader - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/loader loader.properties

2004-10-05 Thread costin
costin 2004/10/05 22:01:16 Added: util/loader loader.properties Log: Example loader.properties ( I need to clean it up to match the distro, right now it's using my eclipse layout ). Revision ChangesPath 1.1

JMX Remote connection

2004-10-05 Thread Costin Manolache
Hi, Not sure what's the new policy for loading the Jmx RMI connector. jk2.properties was a hack - and now that it is removed, I was wandering if we have any official mechanism. I had a small class that hooked in the connector, and I now refactored it to a webapp - nothing fancy ( it's not even

cvs commit: jakarta-tomcat-connectors/util build.xml

2004-10-05 Thread costin
costin 2004/10/05 22:16:06 Modified:util build.xml Log: Add tomcat-loader.jar ( not automatic, needs to be called explicitely for now ) Revision ChangesPath 1.29 +26 -2 jakarta-tomcat-connectors/util/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/compat Jdk14Compat.java

2004-10-05 Thread costin
costin 2004/10/05 22:16:42 Modified:util/java/org/apache/tomcat/util/compat Jdk14Compat.java Log: It doesn't seem to be used, and it makes compat dependent of logging Revision ChangesPath 1.14 +3 -3

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/compat JdkCompat.java

2004-10-05 Thread costin
costin 2004/10/05 22:17:47 Modified:util/java/org/apache/tomcat/util/compat JdkCompat.java Log: Remove unused dep on logging Revision ChangesPath 1.18 +3 -9 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/compat/JdkCompat.java Index:

loader

2004-10-05 Thread Costin Manolache
I checked in the first part - I'm still working on making build.xml changes and the catalina-side code. It is certainly experimental code for now - I think it works better than Bootstrap/etc, but the reloading of connectors/etc is still very tricky ( it kind of works, but I still don't have a

Re: JMX Remote connection

2004-10-05 Thread Bill Barker
- Original Message - From: Costin Manolache [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 10:06 PM Subject: JMX Remote connection Hi, Not sure what's the new policy for loading the Jmx RMI connector. jk2.properties was a hack - and now that it is removed, I

Re: loader

2004-10-05 Thread Mladen Turk
Costin Manolache wrote: I checked in the first part - I'm still working on making build.xml changes and the catalina-side code. It is certainly experimental code for now - I think it works better than Bootstrap/etc, but the reloading of connectors/etc is still very tricky ( it kind of works,

  1   2   >