Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, September 22, 2003 10:31 PM Subject: Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs Jan Luehe wrote: Currently, any JARs in the classloader

DO NOT REPLY [Bug 23146] - Calling socket.setTcpNoDelay causes connector to disconnect

2003-09-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23146. 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/startup HostConfig.java

2003-09-23 Thread remm
remm2003/09/22 23:35:52 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Fix a problem rebuilding the context path given the context file name. Revision ChangesPath 1.25 +5 -5

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

2003-09-23 Thread remm
remm2003/09/22 23:37:08 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: - Fix logging of errors which occur in setSocketOptions. - This will also cause the connection to not be processed (which is a good thing, obviously). Revision Changes

DO NOT REPLY [Bug 23146] - Calling socket.setTcpNoDelay causes connector to disconnect

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

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

2003-09-23 Thread remm
remm2003/09/23 00:09:55 Modified:util/java/org/apache/tomcat/util/net Tag: coyote_10 PoolTcpEndpoint.java Log: - Port patch. - Don't catch SocketException when setting the socket options, so that when it happens the socket is discarded right away.

Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Petr Jiricka
Bill Barker wrote: - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Monday, September 22, 2003 10:31 PM Subject: Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs Jan Luehe wrote: Currently, any JARs

Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Remy Maucherat
Petr Jiricka wrote: Has it? I saw some commits in the area of jar scanning, but not this one. That hasn't been committed yet, indeed. As Jan has already pointed out, it should improve the startup time for Tomcat 5 (since scanning TLD files is a major hit). I too agree that limiting the number of

DO NOT REPLY [Bug 23344] New: - catalina.properties don't allow to add one jar file

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

Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Remy Maucherat
Petr Jiricka wrote: Remy Maucherat wrote: Yes, there is. There's a serialization file which is used to avoid rescanning, unless a JAR is modified. That's true, but that does not help on the very first start, only on subsequent restarts. So I see that this proposal will not represent any

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-09-23 Thread remm
remm2003/09/23 02:07:37 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Don't save anything if config base doesn't exist. Revision ChangesPath 1.95 +4 -1

Re: mod_jk does not detect a hung Tomcat

2003-09-23 Thread Henri Gomez
David Rees a écrit : I posted this to tomcat-users last week, but didn't get a reply... I'm hoping to get some feedback from the connectors developers on this issue I occasionally run into... I've got a setup where I've got two load balanced Tomcats running off of Apache and mod_jk. I've got a

\% not handled right?

2003-09-23 Thread Tim Funk
Attached is a note from tomcat-user which I think might be a bug in jasper. Summary it you don't want to read it... Take this page: - %=BAR% \%=bar% - It produces: BAR \%=bar% Instead of BAR \bar The spec says to escape % with \% -Tim Original Message Subject:

DO NOT REPLY [Bug 10912] - org.apache.catalina.INVOKER.process.queue_server is currently unavailable

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

RE: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Shapira, Yoav
Howdy, I'm -0 leaning towards -1 unless a significant performance benefit is demonstrated... If this is an optimization that has some effect only the first time tomcat is started (because then the TLD scan result file is serialized), then I don't think your patch should be added... ;) Yoav

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Bootstrap.java ClassLoaderFactory.java

2003-09-23 Thread remm
remm2003/09/23 06:43:18 Modified:catalina/src/share/org/apache/catalina/startup Bootstrap.java ClassLoaderFactory.java Log: - Add the possibility to specify straight URLs in the repository list (= single JARs, remote repositories, etc). Revision

DO NOT REPLY [Bug 23349] New: - Jakarta FAQ-o-matic link is dead.

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

Re: mod_jk does not detect a hung Tomcat

2003-09-23 Thread David Rees
Henri Gomez said: Henri Gomez a écrit : Nope since you don't have to just test at protocol level but also on higher level, for instance check the full chain, up to servlet handling. It's easy to simulate this behavior by sending a STOP signal to Tomcat. I've also attached a log from

Re: mod_jk does not detect a hung Tomcat

2003-09-23 Thread Henri Gomez
David Rees a écrit : Henri Gomez said: Henri Gomez a écrit : Nope since you don't have to just test at protocol level but also on higher level, for instance check the full chain, up to servlet handling. It's easy to simulate this behavior by sending a STOP signal to Tomcat. I've also attached a

Re: [PROPOSAL] Narrow down the list of JARs to be scanned for TLDs

2003-09-23 Thread Jan Luehe
Petr, I haven't committed any changes related to the proposal yet, as I was waiting for more feedback. The changes I committed in TldConfig.java were unrelated. As Jan has already pointed out, it should improve the startup time for Tomcat 5 (since scanning TLD files is a major hit). I too

DO NOT REPLY [Bug 23354] New: - HttpServletResponse.encodeURL() does not encode relative URLs beginning with ./ or ../

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

Configuring Tomcat to run cgi scripts

2003-09-23 Thread Wilson, Allen
Hello... I am trying to configure Tomcat to run a perl script that is part of an application I am moving over from another server. Since this is one script I do not want to rewrite it so I thought that I could set the server to run CGI scripts. I have put the entries in the web.xml file and

RE: Configuring Tomcat to run cgi scripts

2003-09-23 Thread Shapira, Yoav
Howdy, I already responded to this on the tomcat-user list, where this thread belongs. Yoav Shapira Millennium ChemInformatics -Original Message- From: Wilson, Allen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2003 12:27 PM To: Tomcat Developers List Subject: Configuring

DO NOT REPLY [Bug 23357] New: - TRAX and Xalan get confused when writing to a JspWriter

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

DO NOT REPLY [Bug 23336] - Error including Hibernate libraries on JSP page

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

cvs commit: jakarta-tomcat-5 build.properties.default

2003-09-23 Thread jfarcand
jfarcand2003/09/23 11:41:11 Modified:.build.properties.default Log: Use Xerces 2.5 as it validate DT properly (only schema are broken). Working on a solution. Revision ChangesPath 1.108 +3 -3 jakarta-tomcat-5/build.properties.default Index:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java

2003-09-23 Thread jfarcand
jfarcand2003/09/23 11:43:12 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java Log: Partial fix for xml validation. At least DTD works now and the stack trace for schema is no longer 1 km long. Revision Changes

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup TldConfig.java

2003-09-23 Thread luehe
luehe 2003/09/23 11:48:36 Modified:catalina/src/share/org/apache/catalina/startup TldConfig.java Log: Do not search *shared* JARs that are known not to contain any TLDs for TLDs. JARs in WEB-INF/lib are *always* searched, as mandated by the spec.

DO NOT REPLY [Bug 23340] - Web Server starts and immediately stops within a few seconds.

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

cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java

2003-09-23 Thread amyroh
amyroh 2003/09/23 12:29:36 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java Log: Fix to not display JAASRealm node since admin doesn't support editing such Realm - bugtraq 4926142. Revision ChangesPath 1.8

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup TldConfig.java catalina.properties

2003-09-23 Thread luehe
luehe 2003/09/23 12:47:52 Modified:catalina/src/share/org/apache/catalina/startup TldConfig.java catalina.properties Log: Made noTldJars are configurable property in catalina.properties, as suggested by Jeanfrancois Arcand Revision ChangesPath

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup TldConfig.java

2003-09-23 Thread luehe
luehe 2003/09/23 13:06:07 Modified:catalina/src/share/org/apache/catalina/startup TldConfig.java Log: improved javadocs Revision ChangesPath 1.27 +10 -3

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

2003-09-23 Thread kinman
kinman 2003/09/23 13:47:23 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java Log: - Fix bug: \%foo% in template text hides expression. Revision ChangesPath 1.82 +10 -7

Re: \% not handled right?

2003-09-23 Thread Kin-Man Chung
This is a bug. I have committed a fix in Tomcat 5. Thanks for reporting. -Kin-man Date: Tue, 23 Sep 2003 07:30:29 -0400 From: Tim Funk [EMAIL PROTECTED] Subject: \% not handled right? To: Tomcat Developers List [EMAIL PROTECTED] Attached is a note from tomcat-user which I think might be

DO NOT REPLY [Bug 23371] New: - running tomcat standalone as non-root on port 443

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

admin commit stops the app and doesn't restart

2003-09-23 Thread Amy Roh
The admin logs you out after commit due to the following error. Looks like commit stopped the app and didn't restart correctly. Comments? Amy Sep 23, 2003 1:52:13 PM org.apache.catalina.loader.WebappClassLoader loadClass INFO: Illegal access: this web application instance has been stopped

cvs commit: jakarta-tomcat-catalina/catalina/src/conf catalina.properties

2003-09-23 Thread luehe
luehe 2003/09/23 14:10:28 Modified:catalina/src/conf catalina.properties Log: Added noTldJars property Revision ChangesPath 1.8 +5 -0 jakarta-tomcat-catalina/catalina/src/conf/catalina.properties Index: catalina.properties

Re: admin commit stops the app and doesn't restart

2003-09-23 Thread Remy Maucherat
Amy Roh wrote: The admin logs you out after commit due to the following error. Looks like commit stopped the app and didn't restart correctly. Comments? Being less passive about problems can't hurt ;-) It is normal that a webapp is redeployed after committing since it modifies the context

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java

2003-09-23 Thread jfarcand
jfarcand2003/09/23 14:37:01 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java Log: Revert my previous patch since it force validation even when the value is set to false (for schema). Revision ChangesPath

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java

2003-09-23 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: jfarcand2003/09/23 14:37:01 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java Log: Revert my previous patch since it force validation even when the value is set to false (for schema). I didn't upgrade back to X 2.5, but

DO NOT REPLY [Bug 23373] New: - Servlet destroy() methods not being called at shutdown

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

DO NOT REPLY [Bug 23373] - Servlet destroy() methods not being called at shutdown

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

Servlet destory method not being called

2003-09-23 Thread Oxley, David
I've just reported a serious bug that means that servlet destroy methods don't get called on server shutdown. See my comments at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23373 Dave. This e-mail has been scanned

FW: tomcat binary page links not up

2003-09-23 Thread Pier Fumagalli
FYI -- Forwarded Message From: Michael Kidd [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 23 Sep 2003 14:46:52 -0700 To: [EMAIL PROTECTED] Subject: tomcat binary page links not up Webmaster, I'm trying to download a tomcat file on the following page:

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java

2003-09-23 Thread Jean-Francois Arcand
Remy Maucherat wrote: [EMAIL PROTECTED] wrote: jfarcand2003/09/23 14:37:01 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java TldConfig.java Log: Revert my previous patch since it force validation even when the value is set to false (for schema). I didn't

DO NOT REPLY [Bug 23371] - running tomcat standalone as non-root on port 443

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

DO NOT REPLY [Bug 10373] - Wrong response status code for custom error page

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

our attempt to build tomcat 4.1.27 from source on Solaris 2.8

2003-09-23 Thread Ziying Sherwin
Dear tomcat Colleagues, We have been trying to build tomcat 4.1.27 from source, which we downloaded from the cvs repository (cvs.apache.org) onto a SPARC computer running Solaris 2.8, using j2sdk 1.4.0. Unfortunately, the installation failed, and we are hoping to find helpful insights to get

DO NOT REPLY [Bug 10373] - Wrong response status code for custom error page

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

DO NOT REPLY [Bug 23371] - running tomcat standalone as non-root on port 443

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

DO NOT REPLY [Bug 23373] - Servlet destroy() methods not being called at shutdown

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

DO NOT REPLY [Bug 23344] - catalina.properties don't allow to add one jar file

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

Re: our attempt to build tomcat 4.1.27 from source on Solaris 2.8

2003-09-23 Thread Bill Barker
It doesn't look like you got the servletapi-4 project (or it is in the wrong place). Try doing: ant download to make certain that you've got all of the jars you need to build Tomcat. If you are behind a firewall, you'll need to set the values of 'proxy.host' and 'proxy.port' in your

DO NOT REPLY [Bug 23371] - running tomcat standalone as non-root on port 443

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