DO NOT REPLY [Bug 21283] - [PATCH] check for null inputstream before parsing xml in ParseUtils.parseXmlDocument

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21283] - check for null inputstream before parsing xml in ParseUtils.parseXmlDocument

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

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

2003-07-21 Thread Jan Luehe
+ +/* + * Add X-Powered-By header for JSP, if Catalina already added a + * corresponding header for servlets + */ +if (response.containsHeader("X-Powered-By")) { +response.addHeader("X-Powered-By", "JSP/2.0"); +} + This is

DO NOT REPLY [Bug 21390] - Incorrect code generated by the jsp compiler

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2003-07-21 Thread luehe
luehe 2003/07/21 17:46:36 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties Log: Fixed typos and formatting of jspc help message Revision ChangesPath 1.125 +19 -19 jakarta-tomcat-jasper/jasper2/src/share/org/apach

TC5 Clustering & JDK 1.4.2

2003-07-21 Thread Chris Halstead
Has anyone else seen issues with TC5 clustering and Sun's 1.4.2 JDK on Linux? Here's my setup: - Redhat 9.0 w/latest RHN patches - Sun JDK 1.4.2 build 1.4.2-b8 - Tomcat 5.0.4 Alpha binary release - Four TC5 instances on the local machine, all identical save for port assignments for shutdown port,

DO NOT REPLY [Bug 12412] - Compile error when tag file defined in XML syntax

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 12412] - Compile error when tag file defined in XML syntax

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8566] - Filter using ServletRequestWrapper breaks RequestDispatcher.forward

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

DO NOT REPLY [Bug 21782] - HttpServletRequestWrapper subclass conflicts with

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_fr.properties messages_ja.properties

2003-07-21 Thread luehe
luehe 2003/07/21 14:52:51 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java JspDocumentParser.java PageInfo.java Validator.java jasper2/src/share/org/apache/jasper/resources messages.properties messages_e

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

2003-07-21 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2003/07/21 13:44:21 Modified:jasper2 build.xml jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java PageInfo.java Parser.java Validator.java jasper2/src/share/or

DO NOT REPLY [Bug 21782] New: - HttpServletRequestWrapper subclass conflicts with

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2 build.xml

2003-07-21 Thread luehe
luehe 2003/07/21 14:14:06 Modified:jasper2 build.xml Log: This file also should not have been committed - sorry about that Revision ChangesPath 1.25 +3 -3 jakarta-tomcat-jasper/jasper2/build.xml Index: build.xml

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

2003-07-21 Thread luehe
luehe 2003/07/21 14:02:58 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_fr.properties messages_ja.properties jasper2/src/share/org/apache/jasper/runtime HttpJspBa

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

2003-07-21 Thread luehe
luehe 2003/07/21 13:44:21 Modified:jasper2 build.xml jasper2/src/share/org/apache/jasper/compiler JspDocumentParser.java PageInfo.java Parser.java Validator.java jasper2/src/share/org/apache/jasper/resources

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

2003-07-21 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2003/07/21 12:06:35 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: Added support for X-Powered-By response header, as defined by the Servlet 2.4 and JSP 2.0 specs. The Servlet 2.4 spec defines a special X-Powe

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

2003-07-21 Thread luehe
luehe 2003/07/21 12:06:35 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: Added support for X-Powered-By response header, as defined by the Servlet 2.4 and JSP 2.0 specs. The Servlet 2.4 spec defines a special X-Powered-By: Servlet/2.4 h

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java StandardHost.java StandardWrapperValve.java mbeans-descriptors.xml

2003-07-21 Thread luehe
luehe 2003/07/21 12:05:51 Modified:catalina/src/share/org/apache/catalina Context.java Host.java catalina/src/share/org/apache/catalina/core StandardContext.java StandardHost.java StandardWrapperValv

Re: [VOTE] 4.1.26 stability rating

2003-07-21 Thread Bill Barker
- Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 2:51 AM Subject: [VOTE] 4.1.26 stability rating > [ ] Alpha > [ ] Beta > [X] Stable > > I hope people had enough time to test this build (and thank

cvs commit: jakarta-tomcat-5 build.xml

2003-07-21 Thread jfarcand
jfarcand2003/07/21 10:47:47 Modified:.build.xml Log: Minor clean up Revision ChangesPath 1.143 +0 -20 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /home/cvs/jakarta-tomca

DO NOT REPLY [Bug 21774] New: - BootStrap does not stop

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21600] - 's lost after manager stop/start or reload

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: [5.0] Servlet logging and error messages

2003-07-21 Thread Remy Maucherat
Costin Manolache wrote: I don't agree with the last point, but I right now I don't have the time to disagree :-) I'm +1 to have the logs related to a context go to the context log file - after the request is mapped to a context. Everything could go in the context's log and be controlled by a per

RE: [5.0] Servlet logging and error messages

2003-07-21 Thread Shapira, Yoav
Howdy, >The full trace of the root cause is now logged (instead of the full >trace of the exception, which was not very useful IMO). >The new display seems to me significantly easier on users (esp when >using the request dispatcher a lot, which could have created huge stack >traces in the past).

Re: [5.0] Servlet logging and error messages

2003-07-21 Thread Remy Maucherat
Shapira, Yoav wrote: Howdy, - Stripping out all the Catalina related part of the stack trace in the HTML generated by the ErrorReportValve; that eases debugging. Hmm... As long as the full stack trace, including Catalina, is still in the log file, that's OK. I know the Catalina parts of the st

DO NOT REPLY [Bug 21768] New: - mod_jk 1 & 2 round robin bug with prefork Apache (1.3 & 2.0 default)

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21767] New: - Coyote

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21766] New: - mod_jk2 URL mount problem in recent versions

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21763] - Tomcat 4.1.24 hangs under heavy load using http connector.

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21762] - jsp creation

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[PATCH] minor Jasper patch

2003-07-21 Thread Petr Jiricka
Hello list, I noticed a minor capitalization error in Jasper. Here's a patch. Thanks Petr RCS file: /home/cvspublic/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Dumper.java,v retrieving revision 1.4 diff -u -r1.4 Dumper.java --- Dumper.java 23 Feb 2003 20:57:05 - 1.4 ++

Re: Connection Pooling

2003-07-21 Thread Martin Algesten
This list is for developing the tomcat server. Your question is a configuration question and should be directed to the tomcat-user list. Martin On Monday, July 21, 2003, at 02:00 PM, sathya narayanan wrote: hi , IS there is any way to Connect Database using DBCP.jar without giving username and

Connection Pooling

2003-07-21 Thread sathya narayanan
hi , IS there is any way to Connect Database using DBCP.jar without giving username and password in the server.xml file. Doc tells that we can pass the uname and password in the getConnection() method of DataSource . But it is give me an Exception . Plese help me. sathya

RE: [5.0] Servlet logging and error messages

2003-07-21 Thread sathya narayanan
hi , IS there is any way to Connect Database using DBCP.jar without giving username and password in the server.xml file. Doc tells that we can pass the uname and password in the getConnection() method of DataSource . But it is give me an Exception . Plese help me. sathya

RE: [5.0] Servlet logging and error messages

2003-07-21 Thread Shapira, Yoav
Howdy, >- Stripping out all the Catalina related part of the stack trace in the >HTML generated by the ErrorReportValve; that eases debugging. Hmm... As long as the full stack trace, including Catalina, is still in the log file, that's OK. I know the Catalina parts of the stack trace frequently

DO NOT REPLY [Bug 21763] New: - Tomcat 4.1.24 hangs under heavy load using http connector.

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 21762] New: - jsp creation

2003-07-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Problem am facing with Tomcat 4.1.24

2003-07-21 Thread David Cassidy
Personally i think he's probably suffering a leak of objects. I would suggest that you try asking on the Tomcat Users list as this list is for developing Tomcat and not developing web applications that use Tomcat. Granted i think the blurb on the join email lists page could be worded better to r

RE: Problem am facing with Tomcat 4.1.24

2003-07-21 Thread Asif.Raj
hi, Looks like you are using tomcat server behind an apache http server. May be you can have one more (or more if you think) tomcat server installed on a different machine and configure apache to distribute requests between the two tomcats. Thanks Asif -Original Message- From: Murali [ma

Re: [PROPOSAL] Add Post to the clear list for protected pages

2003-07-21 Thread Michael Smith
Costin Manolache wrote: Bill Barker wrote: At the moment (with the default settings), Tomcat 4.1.x and higher add HTTP headers to non-SSL protected pages to prevent intermediate proxies from caching them. According to the HTTP/1.1 RFC (and even the HTTP/1.0 RFC), POSTed pages are not allowed to

I require this info urgently....

2003-07-21 Thread Aditya Gujarathi
Greetings, How can I get Tomcat to use a policies file to do RMI? I have a policies file. I have a servlet that attempts to make use of RMI, but I don't see where I can tell Tomcat to use the policies file. I get: exception: java.security.AccessControlException: access denied (java.net.SocketPe

Problem am facing with Tomcat 4.1.24

2003-07-21 Thread Murali
Hi, Here we are facing a strange problem. We have a site which has 8 lakhs of customers,using the site. We use Tomcat4.1.24 server.We need to restart tomcat every 5 hrs as it is not able to accept many requests. Even though the no of connections are low, we need to restart Apache, and tomcat. Pls