DO NOT REPLY [Bug 35378] New: - workers.properties:"worker.inprocess.type=jni" logs "Unknown worker type jni for worker inprocess"

2005-06-15 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 35379] - Doesn't compile with jikes / classpath errors

2005-06-15 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 35379] New: - Doesn't compile with jikes / classpath errors

2005-06-15 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 35379] - Doesn't compile with jikes / classpath errors

2005-06-15 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 35379] - Doesn't compile with jikes / classpath errors

2005-06-15 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/session StandardSession.java

2005-06-15 Thread luehe
luehe 2005/06/15 16:50:12 Modified:catalina/src/share/org/apache/catalina/session StandardSession.java Log: Reverted the scope of readObject() and writeObject() from protected to private, in order to give subclasses an opportunity to implement their own.

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

2005-06-15 Thread luehe
luehe 2005/06/15 16:41:25 Modified:catalina/src/share/org/apache/catalina/session StandardSession.java Log: After deserializing a StandardSession, reinit its transient "listeners" and "notes" fields, to prevent NPEs when they are accessed. Revision

Re: [EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-06-15 Thread Bill Barker
- Original Message - From: "Bill Barker" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Wednesday, June 15, 2005 10:17 AM Subject: Re: [EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed > > - Original Message - > From: "jean-

RE: JavaOne volunteers?

2005-06-15 Thread Yoav Shapira
Hi, I'm not going to be there unfortunately ;( If there's ever a relevant conference in the Boston area, I'd be glad to man a booth ;) Yoav Shapira System Design and Management Fellow MIT Sloan School of Management / School of Engineering Cambridge, MA USA [EMAIL PROTECTED] / [EMAIL PROTECTED] >

JavaOne volunteers?

2005-06-15 Thread Henri Yandell
Unsure if the Tomcat community saw Geir's email asking for volunteers at JavaOne. The ASF have a booth there (donated to us) if we can get people to man it etc. Given that it's the flagship product, will any Tomcat people be interested in volunteering? I think the idea is to spend 2 or 3 hours si

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp AjpAprProcessor.java

2005-06-15 Thread remm
remm2005/06/15 10:35:24 Modified:jk/java/org/apache/coyote/ajp AjpAprProcessor.java Log: - Fix uploading. Revision ChangesPath 1.3 +7 -9 jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java Index: AjpAprProcessor.java ===

question about localhost/ error count in tomcat "manager" web app

2005-06-15 Thread Annie Wang
hi, when i access the "manager" web app, i noticed that error count for localhost/ default[/] increments. http connector error count also increments. any ideas why this is happening? am i missing some configuration or could this be a bug? i asked a similar question on the tomcat-user alias a

Re: [EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-06-15 Thread Bill Barker
- Original Message - From: "jean-frederic clere" <[EMAIL PROTECTED]> To: "Tomcat Developers List" Sent: Wednesday, June 15, 2005 5:05 AM Subject: Re: [EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed > Bill Barker wrote: > > To whom it may

cvs commit: jakarta-tomcat-connectors/jni/native/src network.c

2005-06-15 Thread mturk
mturk 2005/06/15 07:43:13 Modified:jni/native/src network.c Log: Use stack buffer for small (< 8K) byte arrays. Revision ChangesPath 1.26 +43 -26jakarta-tomcat-connectors/jni/native/src/network.c Index: network.c =

cvs commit: jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni SSLServer.java

2005-06-15 Thread jfclere
jfclere 2005/06/15 08:15:54 Modified:jni/examples/org/apache/tomcat/jni SSLServer.java Log: test retcode of recv() to prevent the example for looping. BTW: When testing with openssl 'Q' closes the socket in openssl ' Q' could be used to get the closing in SSLServer. Revision

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp AjpAprProcessor.java

2005-06-15 Thread remm
remm2005/06/15 08:27:33 Modified:jk/java/org/apache/coyote/ajp AjpAprProcessor.java Log: - Fix some basic issues with the AJP on APR implementation. - In particular, endRequest is no longer called twice (oops ...). Revision ChangesPath 1.2 +15 -25 jakarta-

RE: Sun One/iPlanet nsapi_redirector issue

2005-06-15 Thread Kevin Convy \(Contractor\)
--- jk_ajp_common.c.orig.c 2005-06-15 07:23:02.0 -0700 +++ jk_ajp_common.c 2005-06-15 07:29:00.0 -0700 @@ -1296,6 +1296,9 @@ jk_ws_service_t *r, jk_logger_t *l) { int code = (int)jk_b_get_byte(msg); + //KCADD + int bytesrea

Re: Regression -- jakarta-tomcat-connectors/jk/native/common jk_uri_worker_map.c

2005-06-15 Thread Derrick Koes
What I mean by regression is that the URL rewriting bug was fixed in an earlier version of JK (1.2.8), but is now broken. What I mean by URL rewriting, is that if the session ID is written on the URL rather than stored in a cookie, such as ;jsessionid=DE7E48D33B5EDFE59B448ABF8D74FE15.dkoes80

cvs commit: jakarta-tomcat-connectors/jni/native/src sslinfo.c

2005-06-15 Thread mturk
mturk 2005/06/15 05:08:02 Modified:jni/java/org/apache/tomcat/jni SSL.java SSLSocket.java jni/native/include ssl_private.h jni/native/src sslinfo.c Log: Update sslinfo to use the indexed approach to the params instead a name based. This way we'll kee

Re: [EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-06-15 Thread jean-frederic clere
Bill Barker wrote: To whom it may engage... I think I have fixed this one in rules.mk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-06-15 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-06-15 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

DO NOT REPLY [Bug 35368] New: - CVS backups of removed jars prevent TldLocationsCache from initializing

2005-06-15 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

Risposta automatica

2005-06-15 Thread f . buratti
Il messaggio è stato ricevuto. Sarete contattati quanto prima. Fabrizio Buratti http://www.studioexe.it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native/scripts/build rules.mk

2005-06-15 Thread jfclere
jfclere 2005/06/15 04:10:40 Modified:jk/native/scripts/build rules.mk Log: Use -o $@ overwise make in apache-2.0 will fail with libtool 1.5.2 Revision ChangesPath 1.5 +1 -2 jakarta-tomcat-connectors/jk/native/scripts/build/rules.mk Index: rules.mk =

DO NOT REPLY [Bug 34693] - Tomcat infinite wait on noised network

2005-06-15 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: Removing the default server error pages

2005-06-15 Thread Bernard
Hi Rob, I have the same problem as you have. I can tell you what I did but it is not as good as I want it to be. Maybe others will help us with a better solution. So I wrote SilentErrorValve.java. This is insufficient because one has to have a response otherwise (in my case with apache httpd amd

Removing the default server error pages

2005-06-15 Thread Robert Clarkson
Hi there, I am using tomcat 5.5 as an RTSP server, and I need to send response codes back, but I do not need to send any HTML response back. I know that I can change the response page that is returned by editing web.xml and adding the following 404 /index.html But what I need is to pr

Re: Sun One/iPlanet nsapi_redirector issue

2005-06-15 Thread jean-frederic clere
Kevin Convy (Contractor) wrote: I am having an issue posting a large request (that also requires authentication) through a Sun One/IPlanet 6.0sp5 webserver to Tomcat 5.5 using the 1.2.8 nsapi_redirector. The client that is doing the posting gets a server write error if the request body is over a