DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

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

2005-01-12 Thread mturk
mturk 2005/01/12 23:20:56 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Remove forward declarations for static functions. Revision ChangesPath 1.41 +17 -17 jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c Index: jk_ur

Re: Lingering jk/native/common/ bugs

2005-01-12 Thread Mladen Turk
William A. Rowe, Jr. wrote: Although all serious problems seem cleared up, we do still have invalid early declarations of the following two static modules. No patch, since these are either ment to be static (and should -not- be declared in jk_uri_worker_map.h) or they are ment to be shared, export

DO NOT REPLY [Bug 33077] New: - MailSessionFactory should also allow Authenticated Sessions

2005-01-12 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://issues.apache.org/bugzilla/show_bu

RE: fine tuning

2005-01-12 Thread Yoav Shapira
Hi, Use the tomcat-user list for this. Thanks, Yoav -Original Message- From: Krishna Gunturu (kgunturu) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 7:03 PM To: tomcat-user@jakarta.apache.org; tomcat-dev@jakarta.apache.org Subject: fine tuning Hi We migrated to tomcat

fine tuning

2005-01-12 Thread Krishna Gunturu \(kgunturu\)
Hi We migrated to tomcat 5.0.28 from jserv, which is affecting the performance after migration (for the same load as Jserv) Is there any recommended configuration changes/performance tuning documentation ? Any help is really appreciated Thanks, -Krishna

Lingering jk/native/common/ bugs

2005-01-12 Thread William A. Rowe, Jr.
Although all serious problems seem cleared up, we do still have invalid early declarations of the following two static modules. No patch, since these are either ment to be static (and should -not- be declared in jk_uri_worker_map.h) or they are ment to be shared, exported functions; jk_uri_worker

RE: [ot] Building Tomcat with Maven

2005-01-12 Thread Yoav Shapira
Hi, I tried creating a Maven project.xml for Tomcat twice, each time giving up after about an hour of effort. That was a long time ago, and I think it would be easier now, but I don't have my intermediate results and all I recall at the moment is stepping away from that effort in disgust ;) Not t

[ot] Building Tomcat with Maven

2005-01-12 Thread Jeanfrancois Arcand
Hi, I need to move the Tomcat nigthly build out of nagoya.apache.org and currently I'm using an sh script for the task. I would like to try Maven and build.xml(s) that we have. Anybody have a Maven project.xml file ;-) that I can use? Thanks -- jeanfrancois -

Re: [INTRODUCE] apr-java

2005-01-12 Thread William A. Rowe, Jr.
At 12:03 PM 1/11/2005, Mladen Turk wrote: >William A. Rowe, Jr. wrote: >> Silly Question - doesn't this proposal fit better >> in the commons project than Tomcat? > >Perhaps, but the guys that are interested in >both c and Java live inside J-T-C :). Actually, the converse is true - tomcat-dev is m

DO NOT REPLY [Bug 32646] - Serious: Exception retrieving password for "username"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-01-12 Thread Remy Maucherat
Remy Maucherat wrote: I've thought about this more. Actually, maybe it's better to leave an indirection (and keep the compatibility as a bonus). Otherwise, we start to have to hardcode (or make configurable = more complexity) an ObjectName. So I think you probably have made the right choice. Now

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

2005-01-12 Thread remm
remm2005/01/12 10:19:54 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Fix session persistence on stop (removing the attributes is ok, but the session manager needs the work directory on stop). Revision ChangesP

RE: communication from jsp to valve

2005-01-12 Thread Paul Moore
I will reply to myself since I have worked out the solution and other might find it useful Valve itself must go in /server Supporting code for valve and classes exposed to the jsp must go in /common -Original Message- From: Paul Moore [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11

DO NOT REPLY [Bug 33027] - catalina.sh - give shutdown some time before killing with -force option

2005-01-12 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://issues.apache.org/bugzilla/show_bu

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

2005-01-12 Thread remm
remm2005/01/12 09:45:05 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java Log: - Remove all of the dead code (it can be retrieved easily from CVS). Revision ChangesPath 1.41 +1 -1356 jakarta-tomcat-catalina/catali

cvs commit: jakarta-tomcat-catalina/catalina/src/conf server.xml

2005-01-12 Thread remm
remm2005/01/12 09:44:36 Modified:resources/confinstall server_1.xml catalina/src/conf server.xml Log: - Enable the storeconfig listener in the default server.xml (otherwise, the admin webapp won't work). Revision ChangesPath 1.10 +1 -0 jakart

cvs commit: jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig StoreFileMover.java

2005-01-12 Thread remm
remm2005/01/12 09:39:55 Modified:modules/storeconfig/src/share/org/apache/catalina/storeconfig StoreFileMover.java Log: - Fix problems handling context files which do not exist (which is the default configuration). Revision ChangesPath 1.2

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-01-12 Thread glenn
glenn 2005/01/12 09:23:11 Modified:jk/native/apache-2.0 mod_jk.c Log: Fix a bug where a mod_dir sub-request was not being handled. apr_filepath_name_get() would return an empty string rather than a NULL pointer. PS: Thanks for the recent work on mod_jk. Revision Chan

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

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

2005-01-12 Thread fuankg
fuankg 2005/01/12 07:25:51 Modified:jk/native/common jk_mt.h Log: fix to make Apache 1.3 module and NS plugins for NetWare compile again. Revision ChangesPath 1.13 +4 -2 jakarta-tomcat-connectors/jk/native/common/jk_mt.h Index: jk_mt.h ==

Anne-Sophie Brichard/EUZ/ChubbMail is out of the office.

2005-01-12 Thread abrichard
I will be out of the office starting 12/01/2005 and will not return until 17/01/2005. En cas d'urgence, merci de bien vouloir contacter Carine Firan ([EMAIL PROTECTED]) au 01 70 36 65 94 ou Sophie Chevillet ([EMAIL PROTECTED]) au 01 70 36 65 62 --

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32604] - Some httpHeaders can be lost in response

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33063] - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33063] New: - Filter-mapping matches "/" (should only match "*.do" and "*.jsp"

2005-01-12 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://issues.apache.org/bugzilla/show_bu

Re: Re: IP issues

2005-01-12 Thread nils . gustafsson
Hej, Nils Gustafsson har gått i pension. För Jobb-relaterade ärenden kontakta Marlene Jegeborn: [EMAIL PROTECTED] Dear Sir/Madam Nils Gustafsson has retired. Please contact Marlene Jegeborn: [EMAIL PROTECTED] - To unsubscri

Re: IP issues

2005-01-12 Thread Vic
Is it all cleared up now? tia, .V Remy Maucherat wrote: Davanum Srinivas wrote: +1 to rewrite the code and go past this problem. Since the consensus was on rewriting/removing, I have done the following: - removed the locale to encoding list (which will have to be reconstructed based on contributi

DO NOT REPLY [Bug 33060] New: - JasperException in conjunction with fork set to false

2005-01-12 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://issues.apache.org/bugzilla/show_bu

Re: JNDI InitialContext problem

2005-01-12 Thread Arto Pastinen
Define jndi provider url. Artsi On Wed, 2005-01-12 at 12:42, Jyrki Saarinen wrote: > Hello, > > I'm using Java Message Service (JMS) in a webapp. My > standalone JMS test programs works as it should, but > the same code fails when run under Tomcat. The > problem is what "new InitialContext()" re

JNDI InitialContext problem

2005-01-12 Thread Jyrki Saarinen
Hello, I'm using Java Message Service (JMS) in a webapp. My standalone JMS test programs works as it should, but the same code fails when run under Tomcat. The problem is what "new InitialContext()" returns. In standalone JMS test program, Context context = new InitialContext(); returns defaultInit

DO NOT REPLY [Bug 33058] - Request session null after chain.doFilter() in Filter class

2005-01-12 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://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 33058] New: - Request session null after chain.doFilter() in Filter class

2005-01-12 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://issues.apache.org/bugzilla/show_bu

Anne-Sophie Brichard/EUZ/ChubbMail is out of the office.

2005-01-12 Thread abrichard
I will be out of the office starting 12/01/2005 and will not return until 17/01/2005. En cas d'urgence, merci de bien vouloir contacter Carine Firan ([EMAIL PROTECTED]) au 01 70 36 65 94 ou Sophie Chevillet ([EMAIL PROTECTED]) au 01 70 36 65 62 --