Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread jean-frederic clere
[EMAIL PROTECTED] wrote: mturk 2005/06/18 06:04:42 Modified:jni/native configure.in Log: Add --enable-maintainer-mode to the configure options, so that statistics gets compiled in when configure is called with that option. Revision ChangesPath 1.6 +20 -5

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread Remy Maucherat
jean-frederic clere wrote: -Wall will not wrong on every machine, for example on ReliantUnix: +++ $ cc -Wall toto.c -o toto cc: [warning]: CDR9977 invalid option '-Wall' ignored +++ Mladen is away for two days, so you won't get a reply right away. Rémy

DO NOT REPLY [Bug 35441] New: - Tomcat startup error

2005-06-21 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=35441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35441] - Tomcat startup error

2005-06-21 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=35441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread jean-frederic clere
Remy Maucherat wrote: jean-frederic clere wrote: -Wall will not wrong on every machine, for example on ReliantUnix: +++ $ cc -Wall toto.c -o toto cc: [warning]: CDR9977 invalid option '-Wall' ignored +++ Mladen is away for two days, so you won't get a reply right away. Ok, I will fix

cvs commit: jakarta-tomcat-connectors/jni/native configure.in

2005-06-21 Thread jfclere
jfclere 2005/06/21 03:31:41 Modified:jni/native configure.in Log: -Wall is only for gcc. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-connectors/jni/native/configure.in Index: configure.in

Re: Mod_jk 1.2.14 source

2005-06-21 Thread NormW
Good evening, AFAIK there is no 1.2.14 source 'bundle', but rather it exists in 'head', which is still with CVS rather than SVN. Check out the Jakarta Tomcat pages for the CVS CLI commands to get the latest mod_jk source. Should look similar to the following: cvs -d :pserver:[EMAIL

DO NOT REPLY [Bug 35128] - Cannot pass -ea to Tomcat JRE

2005-06-21 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=35128. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 35128] - Cannot pass -ea to Tomcat JRE

2005-06-21 Thread Aditya Ahuja
My email address has changed to [EMAIL PROTECTED]

Re: Mod_jk 1.2.14 source

2005-06-21 Thread Jess Holle
NormW wrote: Good evening, AFAIK there is no 1.2.14 source 'bundle', but rather it exists in 'head', which is still with CVS rather than SVN. Check out the Jakarta Tomcat pages for the CVS CLI commands to get the latest mod_jk source. Should look similar to the following: cvs -d

DO NOT REPLY [Bug 35128] - Cannot pass -ea to Tomcat JRE

2005-06-21 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=35128. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35128] - Cannot pass -ea to Tomcat JRE

2005-06-21 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=35128. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35441] - Tomcat startup error

2005-06-21 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=35441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35441] - Tomcat startup error

2005-06-21 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=35441. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35128] - Cannot pass -ea to Tomcat JRE

2005-06-21 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=35128. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Servlet and JSP APIs in java repository

2005-06-21 Thread Carlos Sanchez
Hi, I'm a member of the maven group. We are responsible of mantaining and keep consistent the repository at www.ibiblio.org/maven. There's a lot of confusion about the servlet and jsp apis, many projects reference the servlet 2.4 while in Tomcat 5.5 the version included says 2.4.public_draft, so

message

2005-06-21 Thread kief
Your file is attached. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2005-06-21 Thread jfclere
jfclere 2005/06/21 06:51:03 Modified:jni/examples/org/apache/tomcat/jni SSLServer.java Log: Prevent it from looping when the client closes the communication. Revision ChangesPath 1.11 +13 -9

Feature Request: Optional No Cert validation on SSL connector

2005-06-21 Thread Chad La Joie
Good Morning, I work on the Internet2 Shibboleth project and we've run in to an issue with client cert authentication in a stand alone Tomcat environment (i.e. without Apache HTTPD in front of it). Shibboleth clients use client cert auth when talking with the Shibboleth server, however, the

DO NOT REPLY [Bug 35447] New: - Server does not start if JVM assertions are enabled!

2005-06-21 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=35447. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35447] - Server does not start if JVM assertions are enabled!

2005-06-21 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=35447. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35128] - Cannot pass -ea to Tomcat JRE

2005-06-21 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=35128. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

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

2005-06-21 Thread jfclere
jfclere 2005/06/21 09:20:45 Modified:jni/examples/org/apache/tomcat/jni SSLServer.java Log: typo. Revision ChangesPath 1.12 +1 -2 jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/SSLServer.java Index: SSLServer.java

RE: Servlet and JSP APIs in java repository

2005-06-21 Thread Larry Isaacs
Yoav, I did a quick check of servlet-api.jar in Tomcat 5.5.9. In its MANIFEST.MF, the Implementation-Version says 2.4.public_draft. Looks like the implementation.revision property in the build.xml files for both jsr152 and jsr154 still say public_draft. Larry -Original Message- From:

RE: Servlet and JSP APIs in java repository

2005-06-21 Thread Yoav Shapira
Hi, There's a lot of confusion about the servlet and jsp apis, many projects reference the servlet 2.4 while in Tomcat 5.5 the version included says 2.4.public_draft, so I really don't know if there's available a 2.4 final somewhere. The version that ships with Tomcat 5.5 and all but the

RE: Servlet and JSP APIs in java repository

2005-06-21 Thread Yoav Shapira
Hi, Ahh. Someone with karma to kakarta-servletapi-5 should probably update that. I don't have that karma ;) Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA [EMAIL PROTECTED] / [EMAIL PROTECTED] -Original Message- From: Larry Isaacs

Tomcat mx4j.

2005-06-21 Thread Lyndon Tiu
Hello, How do I disable the mx4j feature of tomcat 5.0.x during compile time? Thanks. -- Lyndon Tiu This message and any attachments are confidential. Unauthorized use or disclosure of this message is strictly prohibited, and this message must be destroyed immediately if received by an

DO NOT REPLY [Bug 35453] New: - webapps/ROOT/index.jsp is shadowed by servlet

2005-06-21 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=35453. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35453] - webapps/ROOT/index.jsp is shadowed by servlet

2005-06-21 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=35453. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35453] - webapps/ROOT/index.jsp is shadowed by servlet

2005-06-21 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=35453. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35453] - webapps/ROOT/index.jsp is shadowed by servlet

2005-06-21 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=35453. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Tomcat 5.0.28 build from source issue with MX4J.

2005-06-21 Thread Lyndon Tiu
Hello, Building Tomcat 5.0.28 from source completes with no errors. Running the newly built tomcat gives this error in the catalina.log file: java.lang.NoClassDefFoundError: mx4j/log/Log at javax.management.MBeanServerFactory.getLogger(MBeanServerFactory.java:54) at

DO NOT REPLY [Bug 26969] - Context/Resources/allowLinking ignored in webapps/*.xml

2005-06-21 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=26969. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Little code donation: update to Tomcat 5.5.4 catalina batch file/shell script

2005-06-21 Thread Matthew T. Adams
Hi, I don't know really know how to contribute or if this is valuable or not, but I added PRE_CLASSPATH and POST_CLASSPATH options to the batch file so that users invoking Tomcat can add arbitrary elements to the classpath (for example, for debugging purposes). Here it is, throw it in CVS if the

Re: Starting point...

2005-06-21 Thread Scott West
Okay, I'm going to just state a few things just to make sure evertying gels in my head :) So basically (from the Servlet end), a JspServlet is initialized, this creates a RuntimeContext. Then, when the service is invoked it looks for some JspServletWrapper already associated with this .jsp in

Re: Error

2005-06-21 Thread rubys
Waiting for a Response. Please read the attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error

2005-06-21 Thread rubys
Waiting for a Response. Please read the attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]