DO NOT REPLY [Bug 36518] New: - synchronous and asynchronous cluster replication modes do not work due to typo in DataSenders.properties

2005-09-06 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 36518] - synchronous and asynchronous cluster replication modes do not work due to typo in DataSenders.properties

2005-09-06 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/webapps/docs changelog.xml

2005-09-06 Thread remm
remm2005/09/06 05:50:55 Modified:modules/cluster/src/share/org/apache/catalina/cluster/tcp DataSenders.properties webapps/docs changelog.xml Log: - 36518: Classname typos for senders. - Submitted by Christoph Bachhuber-Haller. Revisio

DO NOT REPLY [Bug 36518] - synchronous and asynchronous cluster replication modes do not work due to typo in DataSenders.properties

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

Francisco Pradas Garcia está ausente de la oficina.

2005-09-06 Thread Francisco Pradas Garcia
Estaré ausente de la oficina desde el Lun, 05/09/2005 y no volveré hasta el Lun, 03/10/2005. Responderé a su mensaje cuando regrese, no obstante pueden copiar a esta direccion [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PR

Re: [ANN] Servlet and JSP APIs have moved to subversion

2005-09-06 Thread Remy Maucherat
Mark Thomas wrote: The following CVS modules have been migrated to subversion jakarta-servletapi jakarta-servletapi-4 jakarta-servletapi-5 These modules are now read only in CVS. The new SVN locations are: http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x/ ht

RE: [ANN] Servlet and JSP APIs have moved to subversion

2005-09-06 Thread Allistair Crossley
Hi Remy, I've been thinking about the Tomcat online documentation for quite a long time now, and have wanted to do something to enhance them for the community. I think I am going to be able to get back to doing this shortly. I've been looking at how other open-source projects that I consider to

Re: [ANN] Servlet and JSP APIs have moved to subversion

2005-09-06 Thread Remy Maucherat
Allistair Crossley wrote: Hi Remy, I've been thinking about the Tomcat online documentation for quite a long time now, and have wanted to do something to enhance them for the community. I think I am going to be able to get back to doing this shortly. I've been looking at how other open-source pr

RE: [ANN] Servlet and JSP APIs have moved to subversion

2005-09-06 Thread Allistair Crossley
I've taken a look at Hibernate's DocBook usage and it appears to cover most of what the Tomcat documentation needs (chapters, paras, lists, code snippets, tables), but as you say, I will experiment with a chapter or two and upload it somewhere for you to take a look, hopefully it will be worthwh

Re: [ANN] Servlet and JSP APIs have moved to subversion

2005-09-06 Thread Yoav Shapira
Hi, > I looked into the website work, and I think it should be enough to > simply add a page for mailing lists and downloads (for starters, other > pages can be added as needed). For the latter, what are the preferences > ? One like jakarta.apache.org, or a much simpler one like httpd.apache.or

DO NOT REPLY [Bug 36525] New: - mod_jk 1.2.14.1 core dump

2005-09-06 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 36525] - mod_jk 1.2.14.1 core dump

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

Extending login options with CAS

2005-09-06 Thread Eric Pugh
Hi all, I've been investigating add another login option beyond BASIC,FORM, etc to Tomcat. According to the Servlet 2.4 spec it appears that adding another "vendor supplied" login method is allowed. I've tweaked my copy of Tomcat to add the type "CAS" that support the Central Authentication Serv

DO NOT REPLY [Bug 34856] - MacOSX 10.4 and Java 5 jnilibs causes ZipException when Tomcat loads non-jars

2005-09-06 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 34856] - MacOSX 10.4 and Java 5 jnilibs causes ZipException when Tomcat loads non-jars

2005-09-06 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 36534] New: - Context relative URLs returned by ServletContext.getResource() for the same path are not equal

2005-09-06 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 36525] - mod_jk 1.2.14.1 core dump

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

io.File relative path constructor

2005-09-06 Thread Paul Wallace
Hi, A should-be easy one - I do not wish to define an absolute path to a File as it will packaged in a JAR, therefore its path will change. How do I construct a File relative to my src root, something like File file = new File("/path/myFile.xml");? I tried passing in a URL, URI but am get