RE: redirect from Servlet

2003-06-26 Thread Paul Wallace
Hi, thanks, I added the line. No 404 is present, but the servlet maintains, ie the browser is completely blank. What about the (/xxx.jsp) path? Thanks Paul. Try this getServletConfig().getServletContext().getRequestDispatcher(/xxx.jsp). forward(request, response); - Original Message

Re: redirect from Servlet

2003-06-26 Thread Dayan Simon
if your jsp is under $TOMCAT_HOME/webapps/admin/test/Test.jsp getServletConfig().getServletContext().getRequestDispatcher(/admin/test/Tes t.jsp).forward(request, response); thanx - Original Message - From: Paul Wallace [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED]

Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Henri Gomez
Palle Girgensohn wrote: --On onsdag, juni 25, 2003 11.16.02 +0200 Henri Gomez [EMAIL PROTECTED] wrote: Palle Girgensohn wrote: Hi, When using mod_jk and apache13: JkMount /app/*jsp ajp13 will redirect requests like http://server/app/foobar.jsp to tomcat, just fine. But,

Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Marc Slemko
On Thu, 26 Jun 2003, Henri Gomez wrote: Could we stop useless critics and flams and be more positives. I'm sorry that you think it is useless to point out the specific areas where mod_jk and mod_jk2 are doing things wrong. It's open source, and if you have objections, you're welcome to

Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Henri Gomez
Marc Slemko wrote: On Thu, 26 Jun 2003, Henri Gomez wrote: Could we stop useless critics and flams and be more positives. I'm sorry that you think it is useless to point out the specific areas where mod_jk and mod_jk2 are doing things wrong. If jk's does some things wrong, we're open to make

DO NOT REPLY [Bug 234] - Can't set multiple cookies in servlet response headers through Ajp13 BugRat Report#371

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

DO NOT REPLY [Bug 21105] New: - Tomcat RPM: /etc/profile.d

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

Re: [PATCH] make sure mod_jk for Apache 2 is linked like apxs wouldhave done it

2003-06-26 Thread Henri Gomez
vtxclere is a Linux box. Linux with Apache 2.0.40? RH 9 by any chance? Henri had the problem with RH and Apache 2.0.40. I am just trying to help to fix it. Any news for the configure fixe, to have a 1.2.5 release soon ?

decrease idle threads in the pool faster...

2003-06-26 Thread Carlos Rodríguez Colino
Hi all... I have just installed Tomcat 4.1 on a Solaris box and I have realized a surprising effect: Thread pool creates new threads quickly when a request burst arrives, but the freeing when they become idle is very slow (besides, the computer is almost full cpu loaded). Due to

tomcat authentication

2003-06-26 Thread Riyaz Mansoor
when using tomcat authentication realms; if the login page is login.jsp and if a user directly access this page and tries to login , tomcat returns the error given below. i need to catch this and handle it. specifically, where is the forwarding page reference stored? in the users session? what

[GUMP] Build Failure - jakarta-tomcat-5

2003-06-26 Thread bobh
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-06-26/jakarta-tomcat-5.html Buildfile: build.xml prepare-release: [mkdir] Created dir:

Re: redirect from Servlet

2003-06-26 Thread Yoav Shapira
Howdy, Not quite. RequestDispatcher is relative to the context root, so /test/Test.jsp. But he wanted to use sendRedirect anyways, so you would do response.sendRedirect(request.getContextPath() + Test.jsp); Assuming Test.jsp is under the context root. Yoav Shapira --- Dayan Simon [EMAIL

multiuser setup: please help

2003-06-26 Thread Neil Zanella
Hello, I have successfully setup Tomcat but now I want the following: Suppose some Linux based system has a dynamic and constantly changing number of users ranging in the thousands. I would like to set up tomcat so that: Each user gets a context root in a directory such as:

Re: Working on patch (need feedback)

2003-06-26 Thread Mario Ivankovits
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16541 How close is the working JNDIRealm solution to being added? I have never got an answer or comment to my added JNDIRealm* classes from an tomcat-developer, so it looks like there isnt currently a developer assigned to the JNDI authentication

DO NOT REPLY [Bug 19627] - Implementing ContainerServlet doesn't work outside the org.apache.cataliana package.

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

Re: DO NOT REPLY [Bug 19627] - Implementing ContainerServlet doesn't work outside the org.apache.cataliana package.

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 20086] - Broken link for JK Documentation

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

Re: Re: Working on patch (need feedback)

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 20086] - Broken link for JK Documentation

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 19627] - Implementing ContainerServlet doesn't work outside the org.apache.cataliana package.

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

DO NOT REPLY [Bug 20086] - Broken link for JK Documentation

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

DO NOT REPLY [Bug 10385] - SSI-Servlet produces invalid character encoding information

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

Re: DO NOT REPLY [Bug 10385] - SSI-Servlet produces invalid character encoding information

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 21115] New: - JDBCRealm does not work with HTTPS client certificate authentication

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

DO NOT REPLY [Bug 21116] New: - EOFException thrown - seemingly random

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

DO NOT REPLY [Bug 19667] - Using commit on admin app does not save keystore password

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

Re: DO NOT REPLY [Bug 21115] New: - JDBCRealm does not work with HTTPS client certificate authentication

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 21116] New: - EOFException thrown - seemingly random

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 20086] - Broken link for JK Documentation

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 19627] - Implementing ContainerServlet doesn't work outside the org.apache.cataliana package.

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 19667] - Using commit on admin app does not save keystore password

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Remy Maucherat
Marc Slemko wrote: On Thu, 26 Jun 2003, Henri Gomez wrote: By describing the problems, I'm hoping that someone who does have the time right now can actually make one of the multitude of Apache -- tomcat connectors into something production quality without gaping security, performance, and

Re: Re: mod_jk multiple slashes reveals jsp code

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 19824] - symbolic links not followed when looking for servlets

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

Re: DO NOT REPLY [Bug 19824] - symbolic links not followed when looking for servlets

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

SIP Servlet revisited

2003-06-26 Thread Brian Olsen
Hey Guys, A little over a year ago the posibility for making an implementation of the SIP Servlet specification using Tomcat was shortly talked about (see http://www.mail-archive.com/[EMAIL PROTECTED]/msg25333.html) I have done some tests and looked into what problems this would present and I

Re: SIP Servlet revisited

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

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

Re: DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

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

Re: DO NOT REPLY [Bug 20376] - Internet Explorer 6.0 Duplicate Requests IE PLEASE HELP

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

RE: SIP Servlet revisited

2003-06-26 Thread Samuel L Gabriel
Can one of admins take a look at the Earthlink subscribtion and unsubscribe them. Sam -Original Message- From: Earthlink Abuse Department [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: Re: SIP Servlet revisited Hello, You are receiving

RE: SIP Servlet revisited

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED] [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED] Our ticketing system

DO NOT REPLY [Bug 21124] New: - IE cookie handling breaks interaction between single user and multiple appservers

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

Re: DO NOT REPLY [Bug 21124] New: - IE cookie handling breaks interaction between single user and multiple appservers

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 21115] - JDBCRealm does not work with HTTPS client certificate authentication

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

Re: DO NOT REPLY [Bug 21115] - JDBCRealm does not work with HTTPS client certificate authentication

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 21115] - JDBCRealm does not work with HTTPS client certificate authentication

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

Re: DO NOT REPLY [Bug 21115] - JDBCRealm does not work with HTTPS client certificate authentication

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 21115] - JDBCRealm does not work with HTTPS client certificate authentication

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

DO NOT REPLY [Bug 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

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

Re: DO NOT REPLY [Bug 21115] - JDBCRealm does not work with HTTPS client certificate authentication

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 7831] - [PATCH] JNDIRealm does not work with CLIENT-CERT auth method

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 21126] New: - mod_jk / mod_jk2 doesn't fail over correctly when tomcat node disconnected

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

Re: DO NOT REPLY [Bug 21126] New: - mod_jk / mod_jk2 doesn't fail over correctly when tomcat node disconnected

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

URL typo in build.properties.

2003-06-26 Thread Uday Subbarayan
Hi, I just now downloaded the tomcat-5 src and when i try to build, i got a build error for the wrong url- http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-rc1.tar.gz This should be changed to -

DO NOT REPLY [Bug 21126] - mod_jk / mod_jk2 doesn't fail over correctly when tomcat node disconnected

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

Re: URL typo in build.properties.

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

Re: DO NOT REPLY [Bug 21126] - mod_jk / mod_jk2 doesn't fail over correctly when tomcat node disconnected

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 16316] - DataSourceRealm can not find JNDI name in context

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

Re: DO NOT REPLY [Bug 16316] - DataSourceRealm can not find JNDI name in context

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

DO NOT REPLY [Bug 21129] New: - Error message : The Parameter is incorrect when doing multipart requests (fileupload)

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

Re: DO NOT REPLY [Bug 21129] New: - Error message : The Parameter is incorrect when doing multipart requests (fileupload)

2003-06-26 Thread Earthlink Abuse Department
Hello, You are receiving this message in follow-up to a report received by the EarthLink Abuse Department. You may have submitted this report to a number of addresses including but not limited to [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], or [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-5 build.properties.default

2003-06-26 Thread remm
remm2003/06/26 15:23:15 Modified:.build.properties.default Log: - Upgrade to commons-fileupload 1.0. Revision ChangesPath 1.96 +4 -5 jakarta-tomcat-5/build.properties.default Index: build.properties.default

Re: URL typo in build.properties.

2003-06-26 Thread Remy Maucherat
Uday Subbarayan wrote: Hi, I just now downloaded the tomcat-5 src and when i try to build, i got a build error for the wrong url- http://www.apache.org/dist/jakarta/commons/fileupload/commons-fileupload-1.0-rc1.tar.gz This should be changed to -

Re: URL typo in build.properties.

2003-06-26 Thread Uday Subbarayan
Remy, This is the first time i am building from src and i checkout the 'jakarta-tomcat-5' module and created a new directory and followed the instruction in the 'BUILDING.txt'. I just typed 'ant' and didn't do anything different.. I guess to get the 1.0 release, this also should be

Linda S. Gallagher/0R/Caterpillar is out of the office.

2003-06-26 Thread Linda S. Gallagher
I will be out of the office starting 26Jun2003 and will not return until 2Jul2003. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.apxs.in

2003-06-26 Thread yoavs
yoavs 2003/06/26 16:43:01 Modified:jk/native2/server/apache13 Makefile.apxs.in Log: Made C_FILES include jk_service_apache13.c (in addition to previous mod_jk2.c) for bug 15771 Revision ChangesPath 1.6 +2 -1

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

2003-06-26 Thread billbarker
billbarker2003/06/26 19:54:18 Modified:jk/native/common jk_uri_worker_map.c jk_uri_worker_map.h Log: Fix problem with URLs that contain //. This is essentially what Apache/httpd does in location_walk. Reported by: Palle Girgensohn [EMAIL PROTECTED] Revision Changes

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-06-26 Thread billbarker
billbarker2003/06/26 20:06:43 Modified:jk/native/apache-1.3 mod_jk.c Log: Clean up AutoConfig to better handle //. Revision ChangesPath 1.39 +6 -4 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2003-06-26 Thread billbarker
billbarker2003/06/26 20:10:44 Modified:jk/native/apache-2.0 mod_jk.c Log: Port from apache-1.3 Revision ChangesPath 1.80 +6 -4 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c