DO NOT REPLY [Bug 17070] - The Catalina Ant tasks do not allow for 'reusable' build scripts

2003-03-05 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 15513] - OutOfMemoryError and adjusting the heap size not helping

2003-03-05 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

StandardSession class question

2003-03-05 Thread Michael Tildahl
It looks like the StandardSession class, in the 4.x line, uses two variables thisAccessedTime and lastAccessedTime to keep track of the sessions last accessed time. The method access(), which is called in the StandardHostValue class every time a user makes a request, contains the following co

DO NOT REPLY [Bug 17656] - scheme and secure Connector server.xml configuration attributes ignored by CoyoteConnector HTTP/1.1

2003-03-05 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-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java

2003-03-05 Thread fhanik
fhanik 2003/03/05 15:54:48 Modified:modules/cluster/src/share/org/apache/catalina/cluster/mcast McastServiceImpl.java modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java Log: Made all the thre

DO NOT REPLY [Bug 17702] New: - Could not shutdown the tomcat4

2003-03-05 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-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java WebRuleSet.java

2003-03-05 Thread jfarcand
jfarcand2003/03/05 13:42:22 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java WebRuleSet.java Log: New Servlet 2.4 PDF 2 features: - remove web.xml extensibility support - add support for SRV.12.3: The sub elements under

DO NOT REPLY [Bug 17694] - Improved javadoc and import cleanup in o.a.catalina

2003-03-05 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 17694] New: - Improved javadoc and import cleanup in o.a.catalina

2003-03-05 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-5/resources mbeans.xml

2003-03-05 Thread costin
costin 2003/03/05 13:27:13 Removed: resources mbeans.xml Log: Remove the old file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-5 build.xml

2003-03-05 Thread costin
costin 2003/03/05 13:25:51 Modified:.build.xml Log: To be sure - override jmx.detect. Copy ant to embed ( so it can be self-contained ) Revision ChangesPath 1.93 +4 -0 jakarta-tomcat-5/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-5/resources/mbeans tomcat5jboss-service.xml

2003-03-05 Thread costin
costin 2003/03/05 13:24:54 Added: resources/mbeans tomcat5jboss-service.xml Log: Another mbean-based embeding sample - for jboss. It requires few changes to the jboss-specific code ( i.e. an AbstractWebContainer impl ). Revision ChangesPath 1.1 j

Tomcat and LDAP (Oracle Internet Directory)

2003-03-05 Thread Karamat Adil IHMD
Hello, I am new to Tomcat and also to Oracle Internet Directory. What we are trying to do is use OiD for LDAP authentication. The problem I have is I am not too sure how I need to configure the Realm tag in Server.xml and the web.xml files for it to be able to use LDAP. Following is my Realm tag

DO NOT REPLY [Bug 17690] - WARDirContext - setDocBase throws confusing message

2003-03-05 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 17690] New: - WARDirContext - setDocBase throws confusing message

2003-03-05 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-servletapi-5/jsr154/src/share/javax/servlet/http HttpServlet.java HttpServletRequest.java HttpServletResponse.java HttpSessionListener.java

2003-03-05 Thread jfarcand
jfarcand2003/03/05 11:42:48 Modified:jsr154/src/share/dtd web-app_2_4.xsd jsr154/src/share/javax/servlet ServletContext.java ServletContextAttributeListener.java ServletContextListener.java ServletRequest.java

Re: [5.0] Monitor servlet

2003-03-05 Thread Costin Manolache
Remy Maucherat wrote: > Well, I indeed have a few things on my task list, including: > - new static resource cache (the current one is inefficient both in > terms of syncing and memory management) Any chance you'll make this a bit more independent of the internals - I tried to do a bit of refacto

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

2003-03-05 Thread remm
remm2003/03/05 11:09:27 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix incorrect logging. - Submitted by Jonathan Baker Revision ChangesPath 1.23 +5 -5 jakarta-tomcat-catalina/catalina/src/sha

DO NOT REPLY [Bug 17687] - StandardContext resourceStart() error handling does not print stack trace

2003-03-05 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 17687] - StandardContext resourceStart() error handling does not print stack trace

2003-03-05 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-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2003-03-05 Thread remm
remm2003/03/05 10:20:24 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix incorrect logging. - Submitted by Jonathan Baker Revision ChangesPath 1.116 +5 -5 jakarta-tomcat-4.0/catalina/src/share/or

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

2003-03-05 Thread remm
remm2003/03/05 10:20:04 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix incorrect logging. - Submitted by Jonathan Baker Revision ChangesPath 1.22 +5 -5 jakarta-tomcat-catalina/catalina/src/sha

FWD: DO NOT REPLY [Bug 17687] New: -StandardContext resourceStart() error handling does not print stack trace

2003-03-05 Thread paris
We keep getting hundreds of these messages from you -- Original Message -- From: [EMAIL PROTECTED] Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> Date: 5 Mar 2003 18:13:59 - DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS

Re: [5.0] Monitor servlet

2003-03-05 Thread Remy Maucherat
Costin Manolache wrote: Remy Maucherat wrote: Hi, I proposed that to Costin a few days ago, but got not so enthusiastic comments. The idea would be to add a new monitor servlet to the manager webapp. It would generate data similar to http://www.apache.org/server-status. It would mostly (exclusiv

DO NOT REPLY [Bug 17687] New: - StandardContext resourceStart() error handling does not print stack trace

2003-03-05 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/compiler TldLocationsCache.java

2003-03-05 Thread luehe
luehe 2003/03/05 10:05:19 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch TldLocationsCache.java Log: Applied patch provided by Ryan Lubke to also consider any of the subdirectories of /WEB-INF (and not just the /WEB-INF director

DO NOT REPLY [Bug 17685] - Cross site scripting issues in most of the example webapps.

2003-03-05 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 17685] - Cross site scripting issues in most of the example webapps.

2003-03-05 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 17686] - Cross site scripting issues in most of the example webapps.

2003-03-05 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/compiler TldLocationsCache.java

2003-03-05 Thread luehe
luehe 2003/03/05 09:58:44 Modified:jasper2/src/share/org/apache/jasper/compiler TldLocationsCache.java Log: Applied patch provided by Ryan Lubke to also consider any of the subdirectories of /WEB-INF (and not just the /WEB-INF directory itself) when look

DO NOT REPLY [Bug 17686] New: - Cross site scripting issues in most of the example webapps.

2003-03-05 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 17685] New: - Cross site scripting issues in most of the example webapps.

2003-03-05 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: Is JK2 via ajp13 MT-safe

2003-03-05 Thread Henri Gomez
Jorge Alonso de Armiño Escudero wrote: Hi all, we are developing a jk2 connector to communicate our own Web Server with Tomcat4.1.18 via ajp13, and when we connect simultaneously more than one thread against Tomcat, some of them stay blocked in jk2_channel_socket_readN(). Is jk2 via ajp13 MT-

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

2003-03-05 Thread jfarcand
jfarcand2003/03/05 08:48:33 Modified:.build.properties.default Log: Use tar.gz instead of zip since it fail under solaris. Revision ChangesPath 1.73 +2 -2 jakarta-tomcat-5/build.properties.default Index: build.properties.default ==

Re: [5.0] Monitor servlet

2003-03-05 Thread Jeanfrancois Arcand
+0 (I have little time to help those day) -- Jeanfrancois Remy Maucherat wrote: Hi, I proposed that to Costin a few days ago, but got not so enthusiastic comments. The idea would be to add a new monitor servlet to the manager webapp. It would generate data similar to http://www.apache.org/ser

Is JK2 via ajp13 MT-safe

2003-03-05 Thread Jorge Alonso de Armiño Escudero
Hi all, we are developing a jk2 connector to communicate our own Web Server with Tomcat4.1.18 via ajp13, and when we connect simultaneously more than one thread against Tomcat, some of them stay blocked in jk2_channel_socket_readN(). Is jk2 via ajp13 MT-Safe? Is there any configuration option t

DO NOT REPLY [Bug 15307] - Bad encoding for the part of pages included with <%@ include file...

2003-03-05 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 15307] - Bad encoding for the part of pages included with <%@ include file...

2003-03-05 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] Monitor servlet

2003-03-05 Thread Costin Manolache
Remy Maucherat wrote: > Hi, > > I proposed that to Costin a few days ago, but got not so enthusiastic > comments. > The idea would be to add a new monitor servlet to the manager webapp. It > would generate data similar to http://www.apache.org/server-status. It > would mostly (exclusively ?) use

DO NOT REPLY [Bug 16641] - can't source classes from jsp

2003-03-05 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] Monitor servlet

2003-03-05 Thread Tim Funk
+1 (Nonbinding, and I have not programmed anything using JMX yet) -Tim Remy Maucherat wrote: Hi, I proposed that to Costin a few days ago, but got not so enthusiastic comments. The idea would be to add a new monitor servlet to the manager webapp. It would generate data similar to http://www.ap

Re: [5.0] Monitor servlet

2003-03-05 Thread Henri Gomez
Remy Maucherat wrote: Hi, I proposed that to Costin a few days ago, but got not so enthusiastic comments. The idea would be to add a new monitor servlet to the manager webapp. It would generate data similar to http://www.apache.org/server-status. It would mostly (exclusively ?) use JMX to retri

RE: [5.0] Monitor servlet

2003-03-05 Thread Shapira, Yoav
Howdy, I'd be interested and willing to help implement this. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Remy Maucherat [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 05, 2003 9:19 AM >To: Tomcat Developers List >Subject: [5.0] Monitor servlet > >Hi, > >I propo

[5.0] Monitor servlet

2003-03-05 Thread Remy Maucherat
Hi, I proposed that to Costin a few days ago, but got not so enthusiastic comments. The idea would be to add a new monitor servlet to the manager webapp. It would generate data similar to http://www.apache.org/server-status. It would mostly (exclusively ?) use JMX to retrieve the components sta

DO NOT REPLY [Bug 17666] - Error encountered during installation of Tomcat 4.1.8 on W2k

2003-03-05 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: socket errors in catalina.out and mod_jk.log

2003-03-05 Thread Henri Gomez
Costin Manolache wrote: Sven Köhler wrote: 3. On top of regular request/response. Almost everything related with auth, pings, discovery, reconfiguration can be implemented by just using regular Ajp13 requests - with a special URL. That is by far my favorite mechanism. It also has the advantage th

DO NOT REPLY [Bug 17668] New: - mod_jk2 does not handle multiple wildcards in one regular expression

2003-03-05 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: socket errors in catalina.out and mod_jk.log

2003-03-05 Thread Henri Gomez
Costin Manolache wrote: Henri Gomez wrote: Another point is that adding new message to protocol make it incompatible with olders java implementations or with alternate This is not entirely true. It is quite easy to configure what messages get sent by mod_jk - the admin is supposed to know wha

DO NOT REPLY [Bug 17666] New: - Error encountered during installation of Tomcat 4.1.8 on W2k

2003-03-05 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

[GUMP] Build Failure - jakarta-tomcat-jk-native2

2003-03-05 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml init.taskdef: guess.os: [echo] build

[PATCH] jakarta-servletapi-5: API updates

2003-03-05 Thread Yutaka Yoshida
Hi, The attached file is updates to the Servlet 2.4 API and XML Schema. Changes are: jsr154/src/share/dtd/web-app_2_4.xsd - Arbitrary order of sub elements under - Reformatted indentation jsr154/src/share/javax/servlet/ServletContext.java - Change "2.3" to "2.4" in getMajorVersion()