RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Oxley, David
Just had a look at it. Not tried it yet, but have a query. Why haven't you used JavaGroups for this? Dave. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: 09 March 2003 23:23 To: Tomcat Developers List Subject: Tomcat 4.1.x Clustering okey dokey, a pre taste

DO NOT REPLY [Bug 17822] New: - Jars on [WEBAPLICATION]/WEB-INF/lib are sended twice to the classpath compiler

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

DO NOT REPLY [Bug 17827] New: - JSPC does not work unless catalina.home is set

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

Re: [ANN] Tomcat 4.1.22 Alpha released

2003-03-10 Thread Henri Gomez
Remy Maucherat wrote: Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which was causing improper session access The release notes include the

Re: [ANN] Tomcat 4.1.22 Alpha released

2003-03-10 Thread Henri Gomez
Henri Gomez wrote: Remy Maucherat wrote: Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which was causing improper session access The release

RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Filip Hanik
incompatible licenses Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect www.filip.net -Original Message- From: Oxley, David [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 2:53 AM To: 'Tomcat Developers List' Subject: RE: Tomcat 4.1.x Clustering Just

RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Oxley, David
How is LGPL incompatible? I can understand GPL. Dave. -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 17:45 To: Tomcat Developers List Subject: RE: Tomcat 4.1.x Clustering incompatible licenses Filip ~ Namaste - I bow to the divine in you

RE: Tomcat 4.1.x Clustering

2003-03-10 Thread Filip Hanik
uuhh, it's been a long debate, not sure if it's archived somewhere, and it wasn't my decision. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect www.filip.net -Original Message- From: Oxley, David [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 9:49 AM

Re: [ANN] Tomcat 4.1.22 Alpha released

2003-03-10 Thread Costin Manolache
Henri Gomez wrote: Henri Gomez wrote: Remy Maucherat wrote: Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which was causing improper

New SSL HOWTOs and jsse in 1.1.8

2003-03-10 Thread Larry Symms
In regards to this document: http://w6.metronet.com/~wjm/tomcat/2001/Aug/msg00494.html I do not believe jsse will work with 1.1.8. There are some native java classes that are missing in JDK 1.1.8 that are required by jsse specifically: java.security.PrivilegedAction. This is required in the

JK2 for AOLserver 4.0

2003-03-10 Thread Alexander Leyke
Hello, I am a developer at AOL and have been recently working on a JK2 family module for AOLserver. The module is ready now and I'd like to take steps necessary to contribute the sources to Tomcat project. I read the guidelines for contribution, but still am a bit confused about the process,

DO NOT REPLY [Bug 17848] New: - Support XHTML media type (RFC 3236) in Catalina

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

DO NOT REPLY [Bug 17849] New: - Support XHTML media type (RFC 3236) in Catalina

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

DO NOT REPLY [Bug 17851] New: - WEB-INF/{lib,class} inconsistently added to JSP classpath

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

DO NOT REPLY [Bug 17851] - WEB-INF/{lib,class} inconsistently added to JSP classpath

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

cvs commit: jakarta-tomcat-5 build.xml

2003-03-10 Thread luehe
luehe 2003/03/10 17:39:31 Modified:.build.xml Log: Made location of JSP and Servlet API classes configurable Revision ChangesPath 1.94 +9 -7 jakarta-tomcat-5/build.xml Index: build.xml

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java ServerLifecycleListener.java

2003-03-10 Thread amyroh
amyroh 2003/03/10 19:25:52 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java ServerLifecycleListener.java Log: Set to use JSR77 names as default. Revision ChangesPath 1.41 +11 -8

cvs commit: jakarta-tomcat-4.0/webapps/admin/context contexts.jsp

2003-03-10 Thread amyroh
amyroh 2003/03/10 19:26:19 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin Lists.java TomcatTreeBuilder.java webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context ContextForm.java ContextsForm.java

DO NOT REPLY [Bug 17859] New: - need cygwin friendly JAVA_ENDORSED_DIRS property

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

DO NOT REPLY [Bug 17860] New: - JAVA_ENDORSED_DIRS overrides jdk1.4's default java.endorsed.dirs property

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

DO NOT REPLY [Bug 17849] - Support XHTML media type (RFC 3236) in Catalina

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

DO NOT REPLY [Bug 17848] - Support XHTML media type (RFC 3236) in Catalina

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

[ANN] Tomcat 4.1.22 Alpha released

2003-03-10 Thread Remy Maucherat
Tomcat 4.1.22 Alpha is now available for testing. Changes over 4.1.21 include: - Fix for mangling with JSPC - Fix precompilation with tag libraries packaged in JARs - Fix JDBC store thread safety bug which was causing improper session access The release notes include the full list of changes.

Re: jakarta-commons-daemon could use that ?

2003-03-10 Thread jean-frederic clere
Mark R. Diggory wrote: (Please excuse the cross post, I wanted to get this out onto the the Commons Development List and to JPackage as well. I think the Tomcat Lists seem to get a little crowded) Henri, I emailed the developer of Easy Posix (Greg Guerin). Turns out that its current