Re: urgent -reply

2003-06-10 Thread Sriram N
Hello, Please try using the latest stable release of Tomcat, which is 4.1.24 It is likely that such a bug might have been fixed in later releases. If you continue to face the same problem with 4.1.24, then reporting it would be more helpful. -- Sriram --- Ramakanth <[EMAIL PROTECTED]> wrote: >

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

2003-06-10 Thread billbarker
billbarker2003/06/10 20:10:01 Modified:catalina/src/share/org/apache/catalina/valves mbeans-descriptors.xml Log: Since there is no longer a CertificatesValve, there is no reason to have an MBean for it. Revision ChangesPath 1.4 +0 -21 j

[ANN] Apache Tomcat mod_jk 1.2.4 Web Server Connector released

2003-06-10 Thread Glenn Nielsen
The Tomcat team has released version 1.2.4 of the Tomcat mod_jk web server connector. This version fixes a number of minor bugs and ports all features from the Apache 1.3 version to the Apache 2 version of mod_jk 1.2. See the file CHANGES.txt in the source distribution for a complete list of chan

DO NOT REPLY [Bug 20667] New: - Sessions expire prematurely due to improperly updated lastAccessedTime

2003-06-10 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 20663] New: - Cannot shutdown Tomcat gracefully

2003-06-10 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 HostConfig.java

2003-06-10 Thread remm
remm2003/06/10 13:15:35 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Small deployer refactorings, as discussed previsouly. - Add extra check for the case where the WAR is deployed by an "outside" process such as the

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

2003-06-10 Thread remm
remm2003/06/10 13:03:42 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Small deployer refactorings, as discussed previsouly. - Don't remove WAR if newer than unpacked directory. - Generalize WAR unpacking, based o

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

2003-06-10 Thread remm
remm2003/06/10 13:02:03 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: - Remove commented out code. Revision ChangesPath 1.18 +4 -13 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/

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

2003-06-10 Thread remm
remm2003/06/10 13:01:31 Modified:catalina/src/share/org/apache/catalina/startup HostConfig.java Log: - Small deployer refactorings, as discussed previsouly. - Track WARs for changes when unpacking WARs. If WAR gets updated, redeploy webapp. Revi

DO NOT REPLY [Bug 19617] - pageEncoding attribute is reset when @page used in @include-d file

2003-06-10 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

FW: Rotating catalina.out.

2003-06-10 Thread Shapira, Yoav
Howdy, I just posted this to the tomcat-user mailing list. Over there, several users now and in the past have asked for the catalina.out (tomcat's default System.out / System.err destination) file to be rotated on a regular basis. One person suggested using Apache's rotatelogs (http://httpd.apac

DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-10 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

exception null on error page for missing taglib def

2003-06-10 Thread Tim Cronin
I'm not sure if this is a bug or I'm not handling the right error. I got an error page defined in my web.xml as follows java.lang.Exception /Error.jsp I had removed a taglib definition from my web.xml file and had a page that still was using the tag. with out the error-page def I

DO NOT REPLY [Bug 20394] - TC502 will not startup

2003-06-10 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

urgent -reply

2003-06-10 Thread Ramakanth
Hi, I am facing a problem with tomcat 4.1.18 and HttpSessionBindingListener's valueUnbound() method. I am using an object which implements HttpSessionBindingListener. This object is kept in session. On session timeout, the object gets unbind from the session and hence the method valueUnbound s

RE: security of server.xml in tomcat

2003-06-10 Thread Sri Thuraisamy
Also depends on from whom you want to hide the credentials. If it's from web client, then based on servlet specifications "The files inside the WEB-INF folder cannot be accessible by the web client". If you want to protect from console access users then you can protect by defining access rights to

DO NOT REPLY [Bug 20639] - many logging info in catalina.out

2003-06-10 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 20639] - many logging info in catalina.out

2003-06-10 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-connectors/jk/native CHANGES.txt

2003-06-10 Thread Glenn Nielsen
Nice catch. Changes updated. I will be sending out the release announcement shortly. Thanks, Glenn Jess M. Holle wrote: Didn't 1.2.4 also fix the hook precedence for Apache 2 from 1.2.3 where Alias and mod_jk did not get along? [In my testing it sure fixed this and it seems it should go into

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread glenn
glenn 2003/06/10 07:12:18 Modified:jk/native Tag: JK_1_2_4 CHANGES.txt Log: Update changes Revision ChangesPath No revision No revision 1.12.4.2 +4 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: C

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread glenn
glenn 2003/06/10 07:11:53 Modified:jk/native CHANGES.txt Log: Update changes Revision ChangesPath 1.14 +4 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: CHANGES.txt === RCS fil

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2003-06-10 Thread glenn
glenn 2003/06/10 07:05:43 Modified:jk/native/common jk_version.h Log: Increment CVS HEAD to next version Revision ChangesPath 1.13 +4 -4 jakarta-tomcat-connectors/jk/native/common/jk_version.h Index: jk_version.h

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt configure.in

2003-06-10 Thread glenn
glenn 2003/06/10 06:50:33 Modified:jk/native Tag: JK_1_2_4 CHANGES.txt configure.in Log: Port recent changes to release branch Revision ChangesPath No revision No revision 1.12.4.1 +16 -4 jakarta-tomcat-connectors

Re: cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread Jess M. Holle
Didn't 1.2.4 also fix the hook precedence for Apache 2 from 1.2.3 where Alias and mod_jk did not get along? [In my testing it sure fixed this and it seems it should go into the change notes.] -- Jess Holle [EMAIL PROTECTED] wrote: glenn 2003/06/10 06:37:10 Modified:jk/native CHANGE

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-06-10 Thread glenn
glenn 2003/06/10 06:37:10 Modified:jk/native CHANGES.txt Log: Update changes for mod_jk 1.2.4 release Revision ChangesPath 1.13 +16 -4 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: CHANGES.txt

Re: mod_jk 1.2.4 release Monday 6/9

2003-06-10 Thread Jess M. Holle
Monday came and went. Is there a new ETA? Glenn Nielsen wrote: So far there have been no problems reported with mod_jk 1.2.4 except for one minor documentation typo which has been fixed. If I don't see any problems reported from further testing before Monday I will make the mod_jk 1.2.4 source r

DO NOT REPLY [Bug 20639] - many logging info in catalina.out

2003-06-10 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 20637] - java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-06-10 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 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

2003-06-10 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

[GUMP] Build timed out - jk2

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

[GUMP] Build timed out - jk

2003-06-10 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml init: [echo] /home/rubys [mkdir] C

[GUMP] Build Failure - tomcat-catalina

2003-06-10 Thread Craig McClanahan
This email is autogenerated from the output from: Buildfile: build.xml flags: flags.display: [echo] --- Build environ

DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-10 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 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

2003-06-10 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 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

2003-06-10 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 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

2003-06-10 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 20637] - java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-06-10 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 20639] New: - many logging info in catalina.out

2003-06-10 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 20637] - java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-06-10 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 20638] New: - Jun 10, 2003 5:14:47 AM org.apache.jk.common.ChannelUh receive

2003-06-10 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 20637] New: - java.sql.SQLException: Cannot load JDBC driver class 'null'

2003-06-10 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 19617] - pageEncoding attribute is reset when @page used in @include-d file

2003-06-10 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: Multiple Instances of Tomcat on a Single Server

2003-06-10 Thread David Cassidy
Terry, This is more of a tomcat users type question but, it's rather easy to do you just need to ensure you change the port numbers that tomcat uses in each different instance. just copy the base install area 3 times, change the port numbers and it's done. David

Multiple Instances of Tomcat on a Single Server

2003-06-10 Thread taf
I'd like to run more than one (well, two anyway) instances of Tomcat on a server, one for each of two different domains. I'd also like to run a 3rd instance for testing. I'd rather not configure things with an Apache server on the front end, but use the Tomcat web server. I tried to search the