Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperJspC.java

2003-03-17 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: costin 2003/03/17 12:53:40 Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch JspC.java Log: I don't know if this can make it into the release - but I can't get jspc to work as an ant task without this. The problem

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperJspC.java

2003-03-17 Thread Remy Maucherat
Remy Maucherat wrote: Costin Manolache wrote: I don't know if the official build for 4.1.22/23 is done - but it would be nice if we could include this fix for jspc. I don't know any other way to compile an app using struts. Remy - were you able to precompile /admin for 4.1.23 ? Do you plan to i

cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session ReplicatedSession.java

2003-03-17 Thread fhanik
fhanik 2003/03/17 21:16:43 Modified:modules/cluster/src/share/org/apache/catalina/cluster/session ReplicatedSession.java Log: setting dirty flag on remove Attribute, forgot to override this method Revision ChangesPath 1.3 +7 -3 jakarta

DO NOT REPLY [Bug 16508] - Response is not being committed after RequestDispatcher forward

2003-03-17 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_bu

DO NOT REPLY [Bug 18073] - gzip compression checks for wrong content type

2003-03-17 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_bu

DO NOT REPLY [Bug 18073] - gzip compression checks for wrong content type

2003-03-17 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_bu

DO NOT REPLY [Bug 18073] - gzip compression checks for wrong content type

2003-03-17 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_bu

DO NOT REPLY [Bug 18080] - RequestDispatcher forward problem in servlets

2003-03-17 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_bu

Re: /admin - what needs to be done

2003-03-17 Thread Amy Roh
Costin Manolache wrote: The biggest change will be getting rid of all direct references and casts to catalina classes - and use JMX consistently. I don't think admin uses direct references to catalina classes at all. It was planned so that managedResource attribute (which corresponds to mbean's c

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Mladen Turk
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache > > Well - you need at least something in the classpath :-) That > something can create a class loader with all the other jars - > and call a method inside. > Why? The java/lang/ClassLoader is al

DO NOT REPLY [Bug 18082] New: - Invalid port number (p<1) No "Port" statement found

2003-03-17 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_bu

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

2003-03-17 Thread Amy Roh
Costin Manolache wrote: Mladen Turk wrote: What I ment was a catalina.bat or catalina.sh embedded calling o.a.c.s.Embedded I think Embedded class should be deprecated in 5.0, and all 'embedding' should be done via JMX. -1 for deprecating the current Embedded class. I totally agree that JMX is

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Costin Manolache
Mladen Turk wrote: > > >> -Original Message- >> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache >> >> > What I ment was a catalina.bat or catalina.sh embedded calling >> > o.a.c.s.Embedded >> >> I think Embedded class should be deprecated in 5.0, and all >> 'embeddin

DO NOT REPLY [Bug 18080] New: - RequestDispatcher forward problem in servlets

2003-03-17 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_bu

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasperJspC.java

2003-03-17 Thread Remy Maucherat
Costin Manolache wrote: I don't know if the official build for 4.1.22/23 is done - but it would be nice if we could include this fix for jspc. I don't know any other way to compile an app using struts. Remy - were you able to precompile /admin for 4.1.23 ? Do you plan to include it precompiled, or

/admin - what needs to be done

2003-03-17 Thread Costin Manolache
The biggest change will be getting rid of all direct references and casts to catalina classes - and use JMX consistently. The other problem is the hardcoded "Catalina:" domain. I started to fix Server and other classes to help the migration - it'll have a fixed name: "Catalina:type=Server". It'll

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Mladen Turk
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache > > > What I ment was a catalina.bat or catalina.sh embedded calling > > o.a.c.s.Embedded > > I think Embedded class should be deprecated in 5.0, and all > 'embedding' should be done via JMX. >

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspC.java

2003-03-17 Thread Costin Manolache
I don't know if the official build for 4.1.22/23 is done - but it would be nice if we could include this fix for jspc. I don't know any other way to compile an app using struts. Remy - were you able to precompile /admin for 4.1.23 ? Do you plan to include it precompiled, or the old way ? Costin

Re: mod_jk 1.2.3 release

2003-03-17 Thread Mike Anderson
I'm +1 for this as well and would like to get a fix in for the Apache modules. I will be happy to build and post NetWare modules in either case. I wanted to run my fix by Henri (and anyone else interested) first since he made the change based on a patch sent in. Basically, the change was how m

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

2003-03-17 Thread Costin Manolache
You may notice that the JNDI stuff is not yet finished, and I haven't tested the authentication ( JAAS realm works fine with our LoginModule, but it may still have some non-standard behaviors it relies on ). Well - I wrote the code that would support the more sane pattern used by jboss for Princip

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Costin Manolache
Mladen Turk wrote: > > >> -Original Message- >> From: Remy Maucherat [mailto:[EMAIL PROTECTED] >> >> Just wanted to let you know that the new embedded in 5.0 is great. >> Costin (and I, to some extent) got it running with JBoss 3.2 >> without any >> problem. The big advantage is that it

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Costin Manolache
Mladen Turk wrote: > What I ment was a catalina.bat or catalina.sh embedded > calling o.a.c.s.Embedded I think Embedded class should be deprecated in 5.0, and all 'embedding' should be done via JMX. I haven't tested Embedded recently ( but it was working about a week ago ). You can create you

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

2003-03-17 Thread Remy Maucherat
Mladen Turk wrote: -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Just wanted to let you know that the new embedded in 5.0 is great. Costin (and I, to some extent) got it running with JBoss 3.2 without any problem. The big advantage is that it's just like Tomcat sta

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Mladen Turk
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > > Just wanted to let you know that the new embedded in 5.0 is great. > Costin (and I, to some extent) got it running with JBoss 3.2 > without any > problem. The big advantage is that it's just like Tomcat standal

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper JspC.java

2003-03-17 Thread costin
costin 2003/03/17 12:53:40 Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch JspC.java Log: I don't know if this can make it into the release - but I can't get jspc to work as an ant task without this. The problem is that struts is using t

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Mladen Turk
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Costin Manolache > > If you execute the "emebed" target in tomcat5, you'll get an > embed/ dir, and inside you'll have a lib/ with an ( almost ) > minimal set of jars - you can rejar them in a single jar if > you

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

2003-03-17 Thread Remy Maucherat
Mladen Turk wrote: I'm trying a different path that will reduce the breakage and make /admin work with embeded as well. Basically I'm creating the Service and Server, even for embeded ( where only engine is used ). That will make the model consistent - even if Server and Service are barely

DO NOT REPLY [Bug 18079] New: - Documentation error: configuration of resource caching (BaseDirContext).

2003-03-17 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_bu

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Costin Manolache
Mladen Turk wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> >> I'm trying a different path that will reduce the breakage >> and make /admin >> work with embeded as well. >> Basically I'm creating the Service and Server, even for >> embeded ( wh

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2003-03-17 Thread Filip Hanik
One more thing, should we add a ClusterBase class too, to enable a cluster to become an MBean by default? I assume we could put in all the JMX methods in there, because today, I only implement the Cluster interface in my class. Filip > -Original Message- > From: Filip Hanik > Sent: Mo

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2003-03-17 Thread Filip Hanik
thanks a bunch > -Original Message- > From: Costin Manolache [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2003 12:32 PM > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: > jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session > ManagerBase.java > > > Filip Hanik

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2003-03-17 Thread Costin Manolache
Filip Hanik wrote: > Hi Costin, > haven't had time to review these changes, will they affect the clustering > implementation of the manager that extends StandardManager in there? Just make sure start() calls super.start(), or has: if( ! initialized ) super.init() You may want to add a fi

cvs commit: jakarta-tomcat-5 build.xml

2003-03-17 Thread amyroh
amyroh 2003/03/17 12:06:19 Modified:.build.xml Log: This fixes my build. I'm not sure why this is commented out but let me know if this causes a problem. Revision ChangesPath 1.114 +1 -2 jakarta-tomcat-5/build.xml Index: build.xml =

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

2003-03-17 Thread jfarcand
jfarcand2003/03/17 11:56:50 Modified:.build.properties.default Log: For backward compatilitity ;-), set the base.path=/usr/local like it was before. ../repository fail with common-el, jakarta-servletapi-5 because those repositories need to use ../../repository to works.

DO NOT REPLY [Bug 17997] - JspC's webapp switch does not expand package names

2003-03-17 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_bu

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina ServerFactory.java

2003-03-17 Thread Mladen Turk
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > I'm trying a different path that will reduce the breakage > and make /admin > work with embeded as well. > Basically I'm creating the Service and Server, even for > embeded ( where only > engine is

RE: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2003-03-17 Thread Filip Hanik
Hi Costin, haven't had time to review these changes, will they affect the clustering implementation of the manager that extends StandardManager in there? Filip > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2003 11:25 AM > To: [EMAIL P

cvs commit: jakarta-tomcat-5/resources/mbeans tomcat5-ant.xml

2003-03-17 Thread costin
costin 2003/03/17 11:28:19 Modified:resources/mbeans tomcat5-ant.xml Log: More friendly startup for the console ( detect jmxri or mx4j ) Removed service Added /admin ( commented out for now ) Revision ChangesPath 1.6 +30 -7 jakarta-tomcat-5/resources/

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session StandardManager.java

2003-03-17 Thread costin
costin 2003/03/17 11:25:37 Modified:catalina/src/share/org/apache/catalina/session StandardManager.java Log: Registration. Less verbosity. Revision ChangesPath 1.7 +26 -16 jakarta-tomcat-catalina/catalina/src/share/org/apache/catali

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java

2003-03-17 Thread costin
costin 2003/03/17 11:25:11 Modified:catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: Registration ( call super ). commons-logging Revision ChangesPath 1.7 +60 -59 jakarta-tomcat-catalina/catalina/src/sh

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2003-03-17 Thread costin
costin 2003/03/17 11:24:35 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java Log: Registration Revision ChangesPath 1.14 +33 -2 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/ManagerBase.jav

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2003-03-17 Thread costin
costin 2003/03/17 11:24:13 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Registration. I also commented out main() - if it is really used, it should be in a separate class - in startup for example. The main() in Embeded should also be removed

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

2003-03-17 Thread costin
costin 2003/03/17 11:22:55 Modified:catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java Log: More stuff going out. Revision ChangesPath 1.9 +30 -30 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbe

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader WebappLoader.java

2003-03-17 Thread costin
costin 2003/03/17 11:22:37 Modified:catalina/src/share/org/apache/catalina/loader WebappLoader.java Log: Fix the registration Revision ChangesPath 1.11 +4 -2 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader/WebappLo

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardServer.java StandardService.java mbeans-descriptors.xml

2003-03-17 Thread costin
costin 2003/03/17 11:22:07 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java StandardService.java mbeans-descriptors.xml Log: Get the server, service self-register. Add "serviceNames" attribute in server - t

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardEngine.java

2003-03-17 Thread costin
costin 2003/03/17 11:16:42 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java Log: Same. Revision ChangesPath 1.6 +38 -14 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/StandardEngine.java

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

2003-03-17 Thread costin
costin 2003/03/17 11:16:13 Modified:catalina/src/share/org/apache/catalina ServerFactory.java Log: Default. I'm trying a different path that will reduce the breakage and make /admin work with embeded as well. Basically I'm creating the Service and Server, even for embeded (

cvs commit: jakarta-tomcat-catalina/catalina/src/conf server.xml

2003-03-17 Thread costin
costin 2003/03/17 11:12:24 Modified:catalina/src/conf server.xml Log: Match the service and engine names. Use "Catalina" - /admin hardcodes this name ( this is a temp workaround to get the admin kind-of-working so the rest of the things can be tested ) Revision Changes

DO NOT REPLY [Bug 18075] New: - Extra stop-restart after a manager deploy

2003-03-17 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_bu

DO NOT REPLY [Bug 16508] - Response is not being committed after RequestDispatcher forward

2003-03-17 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_bu

KNOW ERRORS

2003-03-17 Thread McDonald, Colin (EDU-Shared)
We have experienced a similar error to the one reported in Tomcat 3 (Bug # 235). This was accompanied by some strange Coyote errors. Would Coyote have report errors from this module Colin McDonald Manager - Information Services Education and Training 307 - 1181 Portage Avenue Winnipeg, Mani

Error page when the user cancel the authentication

2003-03-17 Thread jazorin
Hi. I have a JNDIRealm with certificate authentication. When the user cancel the authentication he see a error page: Cancelled Action. How can I include my own error page when the user cancel the certificate authentication?? Regards. -

Re: build.xml still broken...

2003-03-17 Thread Tim Funk
I got it to build by undoing Costin's change when revision 1.111 was made: http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-5/build.xml.diff?r1=1.110&r2=1.111&diff_format=h Where is commented out, I uncommented it and the build worked fine. -Tim Filip Hanik wrote: yes I got it too, I think al

RE: build.xml still broken...

2003-03-17 Thread Filip Hanik
yes I got it too, I think all you need to do is to change the buildscript to actually create the directory /home/jfarcand/jakarta-tomcat/servlet-api-2.4/lib/ first, then it will work, Filip -Original Message- From: Jean-Francois Arcand [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 20

DO NOT REPLY [Bug 18073] New: - gzip compression checks for wrong content type

2003-03-17 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_bu

DO NOT REPLY [Bug 17572] - Tomcat manager Ant tasks should support "failonerror" attribute

2003-03-17 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_bu

Suggestion for DefaultServlet (easier spidering by search engines)

2003-03-17 Thread Chris Brown
Hello, Just a little suggestion to help search engines spider Tomcat websites easier... Could somebody add the following to the directory listings generated by tomcat ? Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTEC

build.xml still broken...

2003-03-17 Thread Jean-Francois Arcand
Hi, the nightly scriptm who starts from a clean workspace, fail with the following: downloadfile: [mkdir] Created dir: /home/jfarcand/jakarta-tomcat/tyrex-1.0 [get] Getting: http://telia.dl.sourceforge.net/sourceforge/tyrex/tyrex-1.0.jar init: [mkdir] Created dir: /disk/raid0/home/jfa

DO NOT REPLY [Bug 18069] New: - Changing enablePooling should force page recompiling

2003-03-17 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_bu

[ANN] Tomcat 4.1.23 Alpha released

2003-03-17 Thread Remy Maucherat
Tomcat 4.1.23 Alpha is now available for testing. Changes over 4.1.22 include: - Updated releases of all dependencies. - Fix incorrect enumeration of sessions in JDBC store. - Reject decoded URIs which don't start with '/', returning a 400. - Auth request for an empty path (relative to the context

RE: [4.1.23] Deprecating mod_webapp

2003-03-17 Thread George Sexton
It's also horribly broken and not compliant with the servlet API. Specifically, it doesn't forward all requests within the context to the servlet engine, but attempts to let Apache fulfill static requests. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Monday, Marc

Re: [4.1.23] Tag soon

2003-03-17 Thread Henri Gomez
Glenn Nielsen wrote: Remy Maucherat wrote: Hi, I plan to tag 4.1.23 soon. The big question remaining is if we remove, or not, the commons-fileupload related functionality. Personally, I'm willing to ignore the issue. I am ok with releasing 4.1.23 with commons-fileupload Beta 1 release. We allr

Re: mod_jk 1.2.3 release

2003-03-17 Thread Glenn Nielsen
Thanks. It isn't ready yet. I tried over the weekend running Apache 2/mod_jk-1.2.3-dev on a production site. With my recent commits it is running much better, but it is still failing at least once a day. Argh! I'll have to go back once again and see if I can reproduce the failure on a test sy

Re: [4.1.23] Deprecating mod_webapp

2003-03-17 Thread Glenn Nielsen
+1 Remy Maucherat wrote: Hi, I'd like to officially deprecate mod_webapp in Tomcat 4.1.23. It is no longer maintained, and will not work with Tomcat 5.0 (at least it won't unless people contribute stuff). Remy - To unsubscrib

Re: mod_jk 1.2.3 release

2003-03-17 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: Glenn Nielsen wrote: It has been a while since a mod_jk 1.2 release was done. There have been a number of bug fixes and a few minor feature enhancements. I just did some commits to fix some bugs I was seeing with mod_jk 1.2 and Apache 2.0. Some of the

DO NOT REPLY [Bug 18061] New: - symlink to jar in WEB-INF/lib does not work on application reload

2003-03-17 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_bu

DO NOT REPLY [Bug 10903] - Unbalanced tags do not generate compile time error

2003-03-17 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_bu

DO NOT REPLY [Bug 10903] - Unbalanced tags do not generate compile time error

2003-03-17 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_bu

Re: JDBCRealm CLIENT-CERT Authentication

2003-03-17 Thread Patrick Flohr
Hi, i use already the client-cert method and a suitable security-role. May i made a mistake during build? How can be ensured that tomcat make use of the new authenticate method? thanks Patrick jazorin wrote: Hi. You need to add to the web.xml file the following lines: CLIENT-CERT Whe

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2003-03-17 Thread remm
remm2003/03/17 02:21:33 Modified:.RELEASE-NOTES-4.1.txt Log: - Update release notes. Revision ChangesPath 1.68 +22 -6 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

Re: /admin

2003-03-17 Thread Amy Roh
Costin Manolache wrote: The admin app is now mostly broken - I did a small try to get it running, but it'll take more work. Amy - I would appreciate your help :-) Okie. I'll try to synch up the mbean names this week. :-) Amy There are still several components that need to be changed - the bigge

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config connectors.xml jk2.xml

2003-03-17 Thread remm
remm2003/03/17 01:51:43 Modified:webapps/tomcat-docs/config connectors.xml jk2.xml Log: - Update connector documentation. Revision ChangesPath 1.3 +11 -10jakarta-tomcat-4.0/webapps/tomcat-docs/config/connectors.xml Index: connectors.xml ==

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs class-loader-howto.xml

2003-03-17 Thread remm
remm2003/03/17 01:39:55 Modified:webapps/tomcat-docs class-loader-howto.xml Log: - Add additional CL docs. Revision ChangesPath 1.9 +15 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml Index: class-loader-howto.xml

[4.1.23] Deprecating mod_webapp

2003-03-17 Thread Remy Maucherat
Hi, I'd like to officially deprecate mod_webapp in Tomcat 4.1.23. It is no longer maintained, and will not work with Tomcat 5.0 (at least it won't unless people contribute stuff). Remy - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: JDBCRealm CLIENT-CERT Authentication

2003-03-17 Thread jazorin
Hi. You need to add to the web.xml file the following lines: CLIENT-CERT When you try to connect to the protected resource, the navigator will request a client certificate. Regards. -- Hi, i tried the following: + Add the mehtod authenticate(...) to the File JDB

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Compiler.java

2003-03-17 Thread remm
remm2003/03/17 01:16:32 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Compiler.java Log: - Port patch from 5.x. - Avoid a NPE when JSPC is used with built-in compilation (which can be useful when working with individual J

feature request

2003-03-17 Thread Riyaz Mansoor
hi the tomcat variable catalina_base allows running multiple tomcat instances. but currently this is limited. personally, i'm developing an application that extends some server classes (to be placed in catalina_home/server/classes), some classes to be placed in catalina_home/common/classes and so

where to start!

2003-03-17 Thread himakara
Please let me know an article or page url to get an idea about how to start with the jakarta-tomcat-4.1.18 source code i just downloaded. Warm Regards, Himakara Pieris. - To unsubscribe, e-mail: [EMAIL