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

2005-05-13 Thread Remy Maucherat
Jan Luehe wrote: [EMAIL PROTECTED] wrote: remm2005/05/12 06:01:05 Modified:jasper2/src/share/org/apache/jasper/servlet JspCServletContext.java webapps/docs changelog.xml Log: - 34465: jspc without web.xml. - Submitted by Yoichi Hirose.

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

2005-05-13 Thread remm
remm2005/05/13 00:12:24 Modified:jasper2/src/share/org/apache/jasper/servlet JspCServletContext.java webapps/docs changelog.xml Log: - Second attempt with my own patch. (note: we don't care about efficiency here, since this is not used

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

2005-05-13 Thread mturk
mturk 2005/05/13 00:19:32 Modified:jk/native/common jk_ajp_common.c Log: Log as warning when there is no free endpoint pool entiries free. Revision ChangesPath 1.110 +7 -2 jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c

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

2005-05-13 Thread fuankg
fuankg 2005/05/13 01:23:11 Modified:jk/native/common jk_connect.c Log: fix for NetWare compiler to deal with different types between AP13 and AP2 SDKs. Revision ChangesPath 1.59 +17 -6 jakarta-tomcat-connectors/jk/native/common/jk_connect.c Index:

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

2005-05-13 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

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-05-13 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

Regarding JNI call in servlet

2005-05-13 Thread Rajesh Aroli
Hi All, Iam using Tomcat 5.0.18. I have written a java class to call a native method which is written in C++. From a standalone java application it works fine. But when i use in from a servlet of jsp its not working. Can anyone help me on this. any piece of information will be of great use.

[EMAIL PROTECTED]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2005-05-13 Thread bobh
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-catalina has an issue affecting its community integration. This

[EMAIL PROTECTED]: Project jakarta-tomcat-catalina (in module jakarta-tomcat-catalina) failed

2005-05-13 Thread bobh
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-catalina has an issue affecting its community integration. This

Re: Web standards in Tomcat webapps

2005-05-13 Thread Rick Beton
Schalk Neethling wrote: Richard If it is decided to move forward with this, I would also be willing to chip in and help the conversion to XHTML + CSS. newbie question: What's the next step? Can I submit a bugzilla bug for upgrading these apps to XHTML + CSS, or is there some other approval

Re: Web standards in Tomcat webapps

2005-05-13 Thread Mark Thomas
Bugzilla item with patch for review is the way to go. I suggest starting small in case there is something the committers don't like ;) The other thing to bear in mind is that many of the docs and the Tomcat web-site are actually generated from xml using style sheets. See the CVS repository

thanks for your query

2005-05-13 Thread drpaul
Thanks for sending in your query. The same will be replied by our specialist in less than 24 hours. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 34873] - Tomcat server doesnt startup due to whitespace in installation directory

2005-05-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34873. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.

Gone for ~10 days

2005-05-13 Thread Yoav Shapira
Howdy, I'll be gone for about ~10 days, no internet, nothing ;) When I come back maybe APR testing will have advanced enough to do a 5.5.10 release ;) Magic... Have a good weekend everyone, Yoav - To unsubscribe, e-mail:

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java

2005-05-13 Thread Bill Barker
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 11, 2005 4:23 AM Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java remm2005/05/11 04:23:26 Modified:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common ChannelNioSocket.java

2005-05-13 Thread billbarker
billbarker2005/05/13 20:27:19 Modified:jk/java/org/apache/jk/common ChannelNioSocket.java Log: Checking in some stuff I've had here, before I start to fix Jk-Coyote so that it has a hope of working with Mark's patch. Now this uses direct ByteBuffers (makes a big difference :).

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java

2005-05-13 Thread Remy Maucherat
Bill Barker wrote: remm2005/05/11 04:23:26 Modified:util/java/org/apache/tomcat/util/net AprEndpoint.java http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java Log: - Should fix thread safety issue reported by Bill (needs testing).

Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java

2005-05-13 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List tomcat-dev@jakarta.apache.org Sent: Friday, May 13, 2005 9:29 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11AprProcessor.java Bill Barker