Re: Need Consulting

2003-11-14 Thread jean-frederic clere
Peter Lin wrote: as someone else mentioned, these types of seg fault errors have been the result of database drivers in the past. Specifically, using native drivers. I am not using any native drivers. I am aware of this type of behavior occuring with other drivers like JMS that wrap native

DO NOT REPLY [Bug 24380] - Tomcat cannot support file download with non-ISO characters filename

2003-11-14 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=24380. 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/util CatalinaDigester.java

2003-11-14 Thread remm
remm2003/11/14 02:00:39 Added: catalina/src/share/org/apache/catalina/util CatalinaDigester.java Log: - Extend digester to be able to do property replacement. Eventually, the digester will also support this. - Submitted in part by Simon Kitching.

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

2003-11-14 Thread remm
remm2003/11/14 02:02:10 Modified:catalina/src/share/org/apache/catalina/startup Catalina.java SetAllPropertiesRule.java Log: - Use the extended digester for system property replacement. - Note: Although the code is not very optimized, this does not have

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

2003-11-14 Thread remm
remm2003/11/14 02:02:23 Modified:catalina/src/share/org/apache/catalina/core StandardHostDeployer.java Log: - Use the extended digester for system property replacement. - Note: Although the code is not very optimized, this does not have any impact

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets WebdavServlet.java

2003-11-14 Thread remm
remm2003/11/14 02:16:22 Modified:catalina/src/share/org/apache/catalina/servlets WebdavServlet.java Log: - Allow header handling. - Bug 24006, submitted by Mark Thomas. Revision ChangesPath 1.6 +64 -31

DO NOT REPLY [Bug 24006] - PROPPATCH vs Allow header

2003-11-14 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=24006. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2003-11-14 Thread remm
remm2003/11/14 02:26:47 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: - Fix unhandled exception (bug 24368). - Patch submitted by Mark Thomas. Revision ChangesPath 1.14 +9 -5

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2003-11-14 Thread remm
remm2003/11/14 02:30:29 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: - Fix unhandled exception (bug 24368). - Patch submitted by Mark Thomas. Revision ChangesPath 1.13 +9 -5

DO NOT REPLY [Bug 24708] New: - Tomcat documentation is incorrect with regards to Tyrex and has broken links to Tyrex's web site.

2003-11-14 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=24708. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native2/server/dsapi INSTALL.txt BUILD.txt jk_dsapi_plugin.c dsapi_redirector2.reg dsapi.dsp config.h

2003-11-14 Thread andya
andya 2003/11/14 05:08:05 Modified:jk/native2/server/dsapi jk_dsapi_plugin.c dsapi_redirector2.reg dsapi.dsp config.h Added: jk/native2/server/dsapi INSTALL.txt BUILD.txt Log: Various changes, mainly cosmetic and some documentation now.

cvs commit: jakarta-tomcat-connectors/jk/native2/server/dsapi/test test.dsp test.c printf_logger.c

2003-11-14 Thread andya
andya 2003/11/14 05:08:23 Modified:jk/native2/server/dsapi/test test.dsp test.c printf_logger.c Log: Various changes, mainly cosmetic and some documentation now. Revision ChangesPath 1.2 +2 -2 jakarta-tomcat-connectors/jk/native2/server/dsapi/test/test.dsp

Re: Need Consulting

2003-11-14 Thread Peter Lin
hmm, very interesting. What other processes are running outside the VM? do you have process monitors, intrusion detection or other memory/IO intensive processes running on the same box? you can rule out native drivers as a possible cause. the VM still could be causing it. tomcat is most

DO NOT REPLY [Bug 24690] - jk 1.2.5 doesn't even compile on linux

2003-11-14 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=24690. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Secure Cookie Problem

2003-11-14 Thread Andrew Mottaz
Hi All, I'm new to the list -- I hope this is not a topic that's been beaten to death - I searched the Archives but could not find the answer to my question. The problem I'm having on Tomcat 4.1.29 is that the first page a user visits is secure -- the session cookie gets set with the 'secure'

mod_jk sends an empty ajb13 body packet while switching between cluster nodes

2003-11-14 Thread Luca
Hi, I have a very strange behaviour. I have 2 different configurations. 1) I have 3 pc apache2.0.47 and mod_jk1.2.5 on Red Hat Linux (pc0) tomcat4.1.x on Red Hat Linux (pc1) tomcat4.1.x on Red Hat Linux (pc2) 2) I have 3 pc apache2.0.47 and mod_jk1.2.5 on Red Hat Linux (pc0) tomcat4.1.x on

DO NOT REPLY [Bug 24368] - Unhandled Exception in PersistentManagerBase.processExpires() kills PersistentManager thread

2003-11-14 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=24368. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24368] - Unhandled Exception in PersistentManagerBase.processExpires() kills PersistentManager thread

2003-11-14 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=24368. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Tomcat 5.0.14 and JK loadbalancing

2003-11-14 Thread Dave Oxley
Didn't get a reply on this. Does anyone have an idea? Dave Oxley wrote: I have 4 load balanced JK (1.2.5) workers. When I select to stop Tomcat (5.0.14), which takes a while to shut down (because of some daemon threads in our app) a 400 bad request is returned to the browser even though there

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session ReplicatedSession.java

2003-11-14 Thread fhanik
fhanik 2003/11/14 13:32:23 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session ReplicatedSession.java Log: if null is passed into the value of setAttribute, then remove it Revision ChangesPath 1.8 +8 -4

Re: Need Consulting

2003-11-14 Thread Dirk Verbeeck
You should first check if your OS is updated properly. Are you running on (Redhat) linux by any chance? If you do then you have to be carefull that your linux kernel, libc and JVM version are compatible (pre or post redhat 9) This is because the new thread library, Native POSIX Thread Library

Feedback: JNDI Datasource HOW-TO

2003-11-14 Thread Graham Leggett
Hi all, I have been following the JNDI Datasource HOW-TO published at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html, to try and create a postgresql database pool, and a basic authentication realm associated with it. The docs say the config is untested -

DO NOT REPLY [Bug 24721] New: - HttpServletRequest.setCharacterEncoding doesn't work.

2003-11-14 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=24721. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 24723] New: - JNDI Datasource HOWTO instructions incorrect - Name jdbc is not bound in this Context

2003-11-14 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=24723. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session ClusterManager.java ClusterSession.java DeltaSession.java

2003-11-14 Thread fhanik
fhanik 2003/11/14 16:49:43 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session DeltaSession.java Added: modules/cluster/src/share/org/apache/catalina/cluster/session ClusterManager.java ClusterSession.java

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp ReplicationValve.java SimpleTcpCluster.java

2003-11-14 Thread fhanik
fhanik 2003/11/14 16:58:20 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session DeltaSession.java SimpleTcpReplicationManager.java modules/cluster/src/share/org/apache/catalina/cluster/tcp

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java

2003-11-14 Thread fhanik
fhanik 2003/11/14 17:07:23 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session SimpleTcpReplicationManager.java modules/cluster/src/share/org/apache/catalina/cluster/tcp SimpleTcpCluster.java Log: a