Re: [BUG] jk2 jni doesn't work

2002-09-18 Thread jean-frederic clere
Mladen Turk wrote: > This is the classloader problem. > > Think that Bill Baker is solving this, but until then add the > commons-logging.jar to the loaded classes when started inprocess: > > OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\s > erver\lib\commons-logging.jar

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

2002-09-18 Thread jean-frederic clere
Bob Herrmann wrote: > On Wed, 2002-09-18 at 13:58, Remy Maucherat wrote: > >>Remy Maucherat wrote: >> >>>[EMAIL PROTECTED] wrote: >>> >>> bobh2002/09/18 09:44:35 Modified:.gump.xml coyote/src/java/org/apache/coyote Request.java

Re: Bug in DateTool in tomcat connector util?

2002-09-18 Thread Hugh J. L.
Just viewed DateTool in CVS. Yes, "format" also has thread problem and need fix. But, has "parse" been fixed? I didn't see any change about it in v1.7. --- Bill Barker <[EMAIL PROTECTED]> wrote: > I just checked in a fix for the "format" side > (setting the "Last-Modified" > header). This one is

DO NOT REPLY [Bug 12795] - activation.jar in common/lib gives javax/activation/DataSource errors

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

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

2002-09-18 Thread remm
remm2002/09/18 23:40:49 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - Revert patch. Revision ChangesPath 1.36 +1 -3 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Processor.j

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Request.java

2002-09-18 Thread remm
remm2002/09/18 23:39:43 Modified:coyote/src/java/org/apache/coyote Request.java Log: - Revert patch. Revision ChangesPath 1.15 +0 -16 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Request.java Index: Request.java ===

Fw: [BUG] jk2 jni doesn't work

2002-09-18 Thread Bill Barker
Erm, somehow the reply-to didn't take. - Original Message - From: "Bill Barker" <[EMAIL PROTECTED]> To: "Mladen Turk" <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 11:08 PM Subject: Re: [BUG] jk2 jni doesn't work > > - Original Message - > From: "Mladen Turk" <[EMAIL P

DO NOT REPLY [Bug 12387] - JSP Compilation errors: jars in WEB-INF/lib and classes in WEB-INF/classes not in classpath

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12792] - login.jsp of admin webapp won't compile when tomcat is run as NT Service from D drive

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

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

2002-09-18 Thread Remy Maucherat
Bill Barker wrote: > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 18, 2002 9:44 AM > Subject: cvs commit: > jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 > Http11Processor.java > > > >>bobh2002/09/18

cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties

2002-09-18 Thread mturk
mturk 2002/09/18 23:28:24 Modified:jk/conf workers2.properties Log: Add the commons-logging.jar to the classpath. This is temporary workaround to enable channelJni until the classloader code gets fixed. Revision ChangesPath 1.16 +1 -1 jakarta-tomcat-connec

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeansMBeanFactory.java

2002-09-18 Thread Remy Maucherat
Amy Roh wrote: > MBeanFactory.createStandardContext() still throws > "java.lang.IllegalArgumentException: Document base .\webapps\newpath > does not exist or is not a readable directory" after recent change in > StandardContext. Is there something else missing that is preventing > host.addChi

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

2002-09-18 Thread mturk
mturk 2002/09/18 23:26:52 Modified:jk/java/org/apache/jk/common ChannelJni.java Log: Add the INFO log message when the channel is initialized. Revision ChangesPath 1.14 +3 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/ChannelJni.java Index:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/apr AprImpl.java

2002-09-18 Thread mturk
mturk 2002/09/18 23:26:17 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Add LogFactory to the class. This will prevent starting in case of error in the classloader code. Revision ChangesPath 1.26 +3 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk/

RE: [BUG] jk2 jni doesn't work

2002-09-18 Thread Mladen Turk
This is the classloader problem. Think that Bill Baker is solving this, but until then add the commons-logging.jar to the loaded classes when started inprocess: OPT=-Djava.class.path=${TOMCAT_HOME}\bin\tomcat-jni.jar;${TOMCAT_HOME}\s erver\lib\commons-logging.jar Adding commons-logging to the c

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net JSSESocketFactory.java

2002-09-18 Thread billbarker
billbarker2002/09/18 22:09:28 Modified:util/java/org/apache/tomcat/util/net JSSESocketFactory.java Log: Fix problem with JSSE not honoring "clientauth". Now there should be now reason for anyone to believe that CertificatesValve should be used ever with the CoyoteConnector. :-

cvs commit: jakarta-tomcat/src/shell tomcat.bat tomcat.sh

2002-09-18 Thread billbarker
billbarker2002/09/18 21:21:17 Modified:src/shell tomcat.bat tomcat.sh Log: Temporary stop-gap until I work out all of the ClassLoader issues. Revision ChangesPath 1.47 +2 -2 jakarta-tomcat/src/shell/tomcat.bat Index: tomcat.bat ==

Re: 4.1.10 tarball is borked.

2002-09-18 Thread Jon Scott Stevens
on 2002/9/18 3:35 PM, "Ian Darwin" <[EMAIL PROTECTED]> wrote: > Well I guess it must be, it's on gnu.org. http://www.gnu.org/manual/tar/html_node/tar_toc.html -jon -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina build.xml

2002-09-18 Thread glenn
glenn 2002/09/18 18:12:00 Modified:catalina build.xml Log: Add a README file to the distribution temp directory so it is always created Revision ChangesPath 1.129 +4 -0 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml =

cvs commit: jakarta-tomcat-4.0/catalina/src/temp README.txt

2002-09-18 Thread glenn
glenn 2002/09/18 18:09:44 Added: catalina/src/temp README.txt Log: Add a README file to the distribution temp directory so it is always created Revision ChangesPath 1.1 jakarta-tomcat-4.0/catalina/src/temp/README.txt Index: README.txt

cvs commit: jakarta-tomcat-4.0/catalina/src/temp - New directory

2002-09-18 Thread glenn
glenn 2002/09/18 18:08:49 jakarta-tomcat-4.0/catalina/src/temp - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 12795] New: - activation.jar in common/lib gives javax/activation/DataSource errors

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12794] New: - jsp:plugin produces unuseable tag

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

[PATCH] catalina DateTool thread safety issue

2002-09-18 Thread Steve Downey
This patch mirrors that in connectors. DateTool in catalina util is largely obsolete, in any case. The patch cuts out unused code. ? share/org/apache/catalina/startup/CatalinaService.java.smd Index: share/org/apache/catalina/util/CookieTools.java ===

DO NOT REPLY [Bug 12792] - login.jsp of admin webapp won't compile when tomcat is run as NT Service from D drive

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12792] New: - login.jsp of admin webapp won't compile when tomcat is run as NT Service from D drive

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

Re: 4.1.10 tarball is borked.

2002-09-18 Thread Ian Darwin
On September 17, 2002 09:20 pm, Jon Scott Stevens wrote: > > Er, you mean perhaps that BSD tar doesn't yet support the > > non-standard GNU extensions? > > Like being able to support simple things like directory paths longer than > 255 characters? If it isn't a standard, it should be! Err, I thin

Re: [Volunteer Needed] - TOMCAT-DEV Moderation

2002-09-18 Thread Craig R. McClanahan
Ignacio Ortega (better known around here as "nacho" because of his username :-), who already moderates TOMCAT-USER, was the first gracious volunteer, so he's got the ball now. Thanks for everyone's willingness to help! Craig On Wed, 18 Sep 2002, Shannon Lal wrote: > Date: Wed, 18 Sep 2002 21:1

Jasper 2 Question

2002-09-18 Thread Lenny Karpel
I use IntelliJ's IDEA product for Tomcat relared development .. I noted the following statement in thier bugs mailing list with regards to debugging JSP from thier IDE: "As for Tomcat 4.1.x support, I'm afraid we are out-of-luck here. Tomcat 4.0.4 used to generate useful comments in the servlet

Re: [Volunteer Needed] - TOMCAT-DEV Moderation

2002-09-18 Thread Shannon Lal
I would be interested in helping out. Let me know what you to be done. Nin >From: ed banfa <[EMAIL PROTECTED]> >Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> >To: Tomcat Developers List <[EMAIL PROTECTED]> >Subject: Re: [Volunteer Needed] - TOMCAT-DEV Moderation >Date: Wed, 18 Sep 200

DO NOT REPLY [Bug 12553] - Responses are truncated when served through mod_jk

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

Re: [Volunteer Needed] - TOMCAT-DEV Moderation

2002-09-18 Thread ed banfa
I would be honoured to serve you in any way I can Best Wishes Edward Banfa "Craig R. McClanahan" wrote:I need a volunteer to take over moderation of the TOMCAT-DEV mailing list. Basically, this involves replying "yes" or "no" to a message from the mailing list server when non-subscribers atte

DO NOT REPLY [Bug 12787] - request.getRequestURI() returns garbage when included in some tags

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12787] New: - request.getRequestURI() returns garbage when included in some tags

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

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

2002-09-18 Thread Bill Barker
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 12:34 PM Subject: Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java > > > On We

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Ian Darwin
> > The reason for using pcre was simple (?). It is well tested library, and > > our uri mapping code is basically tries to be something like that on the > > lower scale, not to mention the increased power. It's too bad there's not a C mapping into jakarta-oro, so we could "use our own" instead

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

2002-09-18 Thread Craig R. McClanahan
On Wed, 18 Sep 2002, Bill Barker wrote: > Date: Wed, 18 Sep 2002 12:06:50 -0700 > From: Bill Barker <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: cvs commit: > jakarta-tomcat-connectors/http11/src/j

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf DateTool.java

2002-09-18 Thread Steve Downey
On Wednesday 18 September 2002 08:34 am, Henri Gomez wrote: > > The upshot is that DateFormats need to be either thread local, or created > > new each time. > > Created each time is exactly what we want to avoid ;) Sacrificing correctness for speed isn't a great trade-off. After all, if it doesn'

DO NOT REPLY [Bug 12786] New: - Catalina stops if webapp doesn't exist

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext SaveDefaultContextAction.java

2002-09-18 Thread amyroh
amyroh 2002/09/18 12:16:07 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context SaveContextAction.java webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext SaveDefaultContextAction.java L

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext SaveDefaultContextAction.java

2002-09-18 Thread amyroh
amyroh 2002/09/18 12:15:52 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/context SaveContextAction.java webapps/admin/WEB-INF/classes/org/apache/webapp/admin/defaultcontext SaveDefaultContextAction.java L

DO NOT REPLY [Bug 10558] - encodeURL form submit doesn't include hidden form variables

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

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

2002-09-18 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 18, 2002 9:44 AM Subject: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java > bobh2002/09/18 09:44:35 > > Modified:.g

DO NOT REPLY [Bug 11868] - The Tomcat service terminated unexpectedly

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf DateTool.java

2002-09-18 Thread Bill Barker
The "less paranoid" is only because I already had checked that rfc1123Format wasn't used elsewhere, and there where no other locks on DateTool.class. :) Eventually I intend to move everyone to thread-local and (hopefully) deprecate the one-parameter format1123 method. It should be easy for TC 4

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeansMBeanFactory.java

2002-09-18 Thread Amy Roh
MBeanFactory.createStandardContext() still throws "java.lang.IllegalArgumentException: Document base .\webapps\newpath does not exist or is not a readable directory" after recent change in StandardContext. Is there something else missing that is preventing host.addChild(newContext) to work?

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

2002-09-18 Thread Bob Herrmann
On Wed, 2002-09-18 at 13:58, Remy Maucherat wrote: > Remy Maucherat wrote: > > [EMAIL PROTECTED] wrote: > > > >> bobh2002/09/18 09:44:35 > >> > >> Modified:.gump.xml > >>coyote/src/java/org/apache/coyote Request.java > >>http11/src/java/org/ap

DO NOT REPLY [Bug 12784] - Tomcat 4.1.10 does not follow symlinks in a webapp

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12784] - Tomcat 4.1.10 does not follow symlinks in a webapp

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

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

2002-09-18 Thread Remy Maucherat
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: > >> bobh2002/09/18 09:44:35 >> >> Modified:.gump.xml >>coyote/src/java/org/apache/coyote Request.java >>http11/src/java/org/apache/coyote/http11 >> Http11Processor.java

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> -Original Message- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > > > [uri:/examples/(?!\w*\.(gif|jpg)$)] > > info=Map the whole webapp except *.gif and *.jpg files > > > > [uri:/\w+\.jsp$] > > info=Map the extension > > Yipeee! :) Really nice, i suppouse that every p

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

2002-09-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > bobh2002/09/18 09:44:35 > > Modified:.gump.xml >coyote/src/java/org/apache/coyote Request.java >http11/src/java/org/apache/coyote/http11 > Http11Processor.java > Log: > - This associates t

DO NOT REPLY [Bug 12784] New: - Tomcat 4.1.10 does not follow symlinks in a webapp

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12783] - Coyote Connector and HTTP 1.0 Keep-Alive

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

RE: [BUG] jk2 jni doesn't work

2002-09-18 Thread Mladen Turk
> -Original Message- > From: Mladen Turk [mailto:[EMAIL PROTECTED]] > > > OK this is a release showstopper! > > > IMHO the reason is missing org.apache.commons.logging.LogFactory, > perhaps not loaded by the jni channel. > If someone more familiar with that can dig into and trace the

DO NOT REPLY [Bug 12778] - NoSuchMethod Excp on putValue() and setAttribute methods of HttpSession

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12778] - NoSuchMethod Excp on putValue() and setAttribute methods of HttpSession

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12777] - NoSuchMethod Exception

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12783] New: - Coyote Connector and HTTP 1.0 Keep-Alive

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

[Volunteer Needed] - TOMCAT-DEV Moderation

2002-09-18 Thread Craig R. McClanahan
I need a volunteer to take over moderation of the TOMCAT-DEV mailing list. Basically, this involves replying "yes" or "no" to a message from the mailing list server when non-subscribers attempt to post. Most of this kind of mail falls into the following categories: * Spam * Bug reports from

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Ignacio J. Ortega
> De: Henri Gomez [mailto:[EMAIL PROTECTED]] > Enviado el: 18 de septiembre de 2002 14:41 > >> > >> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers > >> implementations ? > > > > > > Yes. It would be. > > That's partially bad, since we'll have with jk2 many questions about >

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Ignacio J. Ortega
> De: Mladen Turk [mailto:[EMAIL PROTECTED]] > Enviado el: 17 de septiembre de 2002 19:20 > > [uri:/examples/(?!\w*\.(gif|jpg)$)] > info=Map the whole webapp except *.gif and *.jpg files > > [uri:/\w+\.jsp$] > info=Map the extension Yipeee! :) Really nice, i suppouse that every part of the

DO NOT REPLY [Bug 10982] - JNDI URL Handler class is missing in naming-resources.jar

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

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

2002-09-18 Thread bobh
bobh2002/09/18 09:44:35 Modified:.gump.xml coyote/src/java/org/apache/coyote Request.java http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: - This associates the socket with the Request. This is so t

[BUG] jk2 jni doesn't work

2002-09-18 Thread Mladen Turk
OK this is a release showstopper! Now I'm convinced that JNI doesn't work as it should :( Done some serious tests with various JDK's and TC versions from 4.0.4 through 4.1.10 The jni works _only_ and ONLY if preceded by socket call meaning [channel.socket] [channel.jni] works, but [channel.jni]

Tomcat 4.1.11 src

2002-09-18 Thread Fenlason, Josh
I am probably stupid, but how/where can I find the latest source for Tomcat 4.1.11? Thanks in advance. , Josh. -- To unsubscribe, e-mail: For additional commands, e-mail:

Killing Apache Processes Connected to Tomcat via mod_jk (Ajp13)

2002-09-18 Thread John Moore
TC Users: I have a big production problem that I'm hoping someone in the group can address. Running Apache 1.3.26/mod_ssl with Tomcat 4.0.4 and mod_jk connector (4.0.4) on Sun Sparc servers. I have processes in apache which get stuck in a 'W' state for days while processing a servlet request

Tomcat on AS/400 (iSeries)

2002-09-18 Thread Henri Gomez
http://eservercomputing.com/iseries/archives/index.asp?a=1&id=67 It cover the current Tomcat (3.2.4), available on iSeries but the wizard should be seen. Regards -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 12778] New: - NoSuchMethod Excp on putValue() and setAttribute methods of HttpSession

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12777] New: - NoSuchMethod Exception

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net JSSESocketFactory.java

2002-09-18 Thread bobh
bobh2002/09/18 08:10:04 Modified:util/java/org/apache/tomcat/util/net JSSESocketFactory.java Log: - Trust store shouldn't be initialized from key store - removed conditional around trust store initialization, so when a CLIENT-CERT resource is requested, Tomcat has something

JSR45

2002-09-18 Thread Damian Frach
Hi, I am a member of the web app group of the Forte tools. Our group is responsible for the Tomcat integration with the Netbeans/Forte IDE. We are now planning new features for the next Forte release. We have plans for a JSR45 implementation. Can you give me information of your plans in this

Re: tomcat 3.3.2 and JMX

2002-09-18 Thread Henri Gomez
Shannon Lal wrote: > Henri, > > Will you also be submitting any sample code with this? MXInterceptor let you monitor Tomcat 3.3.2-dev from a JMX console or via the http adaptor. To monitor your own code running on tomcat, you need to adapt what's present in MxInterceptor and DynamicMBeanProxy (

DO NOT REPLY [Bug 12521] - HTML Manager cannot deploy war file with path="/"

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12521] - HTML Manager cannot deploy war file with path="/"

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12053] - HTML Manager is not allowed to reset/start/stop the root context

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java ManagerServlet.java

2002-09-18 Thread remm
remm2002/09/18 07:13:46 Modified:catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java ManagerServlet.java Log: - Port patches. Revision ChangesPath 1.3 +7 -24 jakarta-tomcat-catalina/catalina/src/share/org/apache/

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servletsHTMLManagerServlet.java

2002-09-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > remm2002/09/18 07:08:34 > > Modified:catalina/src/share/org/apache/catalina/servlets > HTMLManagerServlet.java > Log: > - Allow the HTML manager to manipulate the root webapp. > - Fix bug 12053. - Submitted by Chad Johnson R

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java

2002-09-18 Thread remm
remm2002/09/18 07:08:34 Modified:catalina/src/share/org/apache/catalina/servlets HTMLManagerServlet.java Log: - Allow the HTML manager to manipulate the root webapp. - Fix bug 12053. Revision ChangesPath 1.12 +7 -24 jakarta-tomcat-

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> From: jean-frederic clere > > Henri Gomez wrote: > >>> That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 since > >>> these files are in common and used for example in isapi > >>> implementation. > >>> > >>> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers > >>> im

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets ManagerServlet.java

2002-09-18 Thread remm
remm2002/09/18 07:00:44 Modified:catalina/src/share/org/apache/catalina/servlets ManagerServlet.java Log: - Fix bug 12521. The check is reversed. - Submitted by Gabriele Garuglieri Revision ChangesPath 1.28 +6 -7 jakarta-tomcat-4

DO NOT REPLY [Bug 12521] - HTML Manager cannot deploy war file with path="/"

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/naming/resources FileDirContext.java

2002-09-18 Thread remm
remm2002/09/18 06:54:33 Modified:catalina/src/share/org/apache/naming/resources FileDirContext.java Log: - Case sensitivity check will always be made, based on the value of the flag, regardless of this OS. - Add a flag to allow sym linking. - I'll

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: >>> That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 since these >>> files are in common and used for example in isapi implementation. >>> >>> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers >>> implementations ? >> >> >> >> Yes. It would be. > > >

DO NOT REPLY [Bug 12521] - HTML Manager cannot deploy war file with path="/"

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

Re: tomcat 3.3.2 and JMX

2002-09-18 Thread Shannon Lal
Henri, Will you also be submitting any sample code with this? Thanks Nin >From: Henri Gomez <[EMAIL PROTECTED]> >Reply-To: "Tomcat Developers List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: tomcat 3.3.2 and JMX >Date: Wed, 18 Sep 2002 09:51:40 +0200 > >Hi to all, > >I've fixed MXInt

DO NOT REPLY [Bug 12771] - [PATCH] IllegalStateException on include of non-mapped mimetype

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2002-09-18 Thread remm
remm2002/09/18 06:17:31 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Port patch. Revision ChangesPath 1.2 +6 -6 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/DefaultS

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2002-09-18 Thread remm
remm2002/09/18 06:16:39 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Relax the writer use policy to allow including files with unknown MIME types, which in that case will be assumed to be text. This is to make

DO NOT REPLY [Bug 12771] - [PATCH] IllegalStateException on include of non-mapped mimetype

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12771] - [PATCH] IllegalStateException on include of non-mapped mimetype

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 12771] New: - [PATCH] IllegalStateException on include of non-mapped mimetype

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

cvs commit: jakarta-tomcat-5 build.xml tomcat.nsi

2002-09-18 Thread remm
remm2002/09/18 06:03:37 Modified:.build.xml tomcat.nsi Log: - Make the installer look more modern. More will be done, but the functionality will likely change before NSIS 2 final. Revision ChangesPath 1.34 +2 -0 jakarta-tomcat-5/build.xml I

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Henri Gomez
>> That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 since these >> files are in common and used for example in isapi implementation. >> >> Do you means that APR/APR-UTIL is a pre-requisite for ALL servers >> implementations ? > > > Yes. It would be. That's partially bad, since we'll h

RE: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread Mladen Turk
> -Original Message- > From: Henri Gomez [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 1:15 PM > To: Tomcat Developers List > Subject: Re: [ADDON] Jk2 uriMap using pcre (someone willing to check) > > > That's jk2 (including IIS/NES) and not just Apache 1.3/2.0 > si

Re: [ADDON] Jk2 uriMap using pcre (someone willing to check)

2002-09-18 Thread jean-frederic clere
Henri Gomez wrote: > jean-frederic clere wrote: > >> Henri Gomez wrote: >> All the pcre related code from httd's util.c IMO can be moved to the apr-util. >>> >>> >>> >>> >>> IIS/NES implemtation of jk will need pcre as shared libs / dll, >>> so we'll have to update m

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/bufDateTool.java

2002-09-18 Thread Henri Gomez
> The upshot is that DateFormats need to be either thread local, or created new > each time. Created each time is exactly what we want to avoid ;) -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf DateTool.java

2002-09-18 Thread Steve Downey
OK, ignore my last message. But, it's not just less paranoid. It's more correct. If rfc1123Format were used elsewhere, the lock on Class.DateTool would not be sufficient. Actually, refreshing my memory on this bug, synchronization is insufficient. http://developer.java.sun.com/developer/bugPa

Re: cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/buf DateTool.java

2002-09-18 Thread Steve Downey
I think that should probably be public static String format1123( Date d ) { synchronized(rfc1123Format) { return format1123(d, rfc1123Format); } } Synching on 'this' is overkill. On Tuesday 17 September 2002 11:50 pm, [EMAIL PROTECTED] wrote: > billbarker200

DO NOT REPLY [Bug 12766] - Tomcat should use tld files in /WEB-INF/ over version in jar

2002-09-18 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://nagoya.apache.org/bugzilla/show_b

  1   2   >