DO NOT REPLY [Bug 17762] New: - runtime link error loading jkjni.so

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

Realm Implementations and CLIENT-CERT Authentication

2003-03-07 Thread Patrick Flohr
Hello, is it correct that only Memory- and JNDIRealm can perform the mapping between the DN included in a certificate and a users role? Because of the lack of dynamic changes in MemoryRealm, i want to replace it with a JDBCRealm. Is there any information available how to implement a

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

2003-03-07 Thread remm
remm2003/03/07 01:09:37 Modified:jasper2/src/share/org/apache/jasper Tag: tomcat_4_branch JspC.java Log: - Port Java keyword mangling for package names (used for example to be able to precompile the examples webapp). Revision ChangesPath

[GUMP] Build Failure - jakarta-tomcat-jk

2003-03-07 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-03-07/jakarta-tomcat-jk.html Buildfile: build.xml detect: [echo]

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

2003-03-07 Thread remm
remm2003/03/07 02:52:41 Modified:webapps/tomcat-docs jasper-howto.xml Log: - Add documentation on precompilation. Revision ChangesPath 1.7 +91 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml Index: jasper-howto.xml

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2003-03-07 Thread remm
remm2003/03/07 02:53:47 Modified:webapps/docs jasper-howto.xml Log: - Add documentation on precompilation. Revision ChangesPath 1.6 +109 -0jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml Index: jasper-howto.xml

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

2003-03-07 Thread remm
remm2003/03/07 02:59:35 Modified:.RELEASE-NOTES-4.1.txt Log: - Status update. Revision ChangesPath 1.61 +11 -37jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

[4.1.22] Tag soon

2003-03-07 Thread Remy Maucherat
Now that the last JSPC patches have been ported and tested, I plan to tag Tomcat 4.1.22 soon, hopefully today, otherwise by Monday. I don't think any regressions were introduced since 4.1.21, so I think this will be the next stable release for 4.1.x. Thanks, Remy

Re: [4.1.22] Tag soon

2003-03-07 Thread Henri Gomez
Remy Maucherat wrote: Now that the last JSPC patches have been ported and tested, I plan to tag Tomcat 4.1.22 soon, hopefully today, otherwise by Monday. I don't think any regressions were introduced since 4.1.21, so I think this will be the next stable release for 4.1.x. May be some people

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

2003-03-07 Thread remm
remm2003/03/07 03:08:04 Modified:webapps/tomcat-docs jasper-howto.xml Log: - No .sh. Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/jasper-howto.xml Index: jasper-howto.xml

cvs commit: jakarta-tomcat-catalina/webapps/docs jasper-howto.xml

2003-03-07 Thread remm
remm2003/03/07 03:10:06 Modified:webapps/docs jasper-howto.xml Log: - No .sh. Revision ChangesPath 1.7 +1 -1 jakarta-tomcat-catalina/webapps/docs/jasper-howto.xml Index: jasper-howto.xml

Re: [4.1.22] Tag soon

2003-03-07 Thread Remy Maucherat
Henri Gomez wrote: Remy Maucherat wrote: Now that the last JSPC patches have been ported and tested, I plan to tag Tomcat 4.1.22 soon, hopefully today, otherwise by Monday. I don't think any regressions were introduced since 4.1.21, so I think this will be the next stable release for 4.1.x.

Re: [4.1.22] Tag soon

2003-03-07 Thread Henri Gomez
And the updated JDBC store :) (I don't plan to test either) Bad boy ;-) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Use of threads causes LinkageError in WebappClassLoader

2003-03-07 Thread Achim Hügen
I have some problems with LinkageErrors with tomcat 4.1.18, that resemble those described here: http://archives.apache.org/eyebrowse/[EMAIL PROTECTED]msgId=202486 My Web-Application starts some jobs in threads. Starting only one job at a time doesn't make any problem. When I start multiple

DO NOT REPLY [Bug 10378] - loadbalancing with mod_jk fails

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

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

2003-03-07 Thread costin
costin 2003/03/07 07:34:12 Modified:resources/mbeans tomcat5-ant.xml Log: Added a run2 target that uses only mbeans, no external config. Don't try to run it yet - there are a dozen of NPEs fixes I need to check in. Revision ChangesPath 1.3 +64 -9

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

2003-03-07 Thread costin
costin 2003/03/07 07:57:31 Modified:catalina build.xml Log: Stop excluding the files - some loaders index by package name, and if catalina.jar is used in embed/ it can't assume bootstrap will be around. It is (relatively) fine to have the file in 2 jars - class loaders can

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

2003-03-07 Thread costin
costin 2003/03/07 08:01:35 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java Log: Added a baseDir attribute. In theory you should be able to have more engines in a JVM - but if all use catalina.base system property it won't work.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper Mapper.java

2003-03-07 Thread remm
remm2003/03/07 08:03:33 Modified:util/java/org/apache/tomcat/util/http/mapper Mapper.java Log: - Add checks if find returns -1. Revision ChangesPath 1.10 +18 -0 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper/Mapper.java Index:

DO NOT REPLY [Bug 17783] New: - filter invoked incorrectly when dispatcher value set to FORWARD only

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

DO NOT REPLY [Bug 17784] New: - filter not invoked when dispatcher value set to FORWARD only

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

DO NOT REPLY [Bug 17784] - filter not invoked when dispatcher value set to FORWARD only

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

DO NOT REPLY [Bug 17785] New: - filter not invoked at all RequestDispatcher.include actions

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

DO NOT REPLY [Bug 17787] New: - filter not invoked whenDISPATCHER value set to ERROR

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

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

2003-03-07 Thread luehe
luehe 2003/03/07 16:58:09 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java jasper2/src/share/org/apache/jasper/runtime JspContextWrapper.java Log: Removed page -- tag synchronization points, as agreed by JSR-152-EG

DO NOT REPLY [Bug 17802] New: - HTTP Status 404 The requested resource (X) is not available

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

DO NOT REPLY [Bug 17802] - HTTP Status 404 The requested resource (X) is not available

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

DO NOT REPLY [Bug 13285] - admin web application fail with virtual host

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

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

2003-03-07 Thread costin
costin 2003/03/07 22:46:54 Modified:resources/mbeans tomcat5-ant.xml Log: Added the realm, now all apps start and seem to basically work. Revision ChangesPath 1.4 +37 -12jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml Index: tomcat5-ant.xml

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

2003-03-07 Thread costin
costin 2003/03/07 22:51:34 Modified:coyote/src/java/org/apache/coyote/tomcat5 CoyoteConnector.java Log: A bit more flexibility in starting ( init/start may end up beeing called twice, that shouldn't be treated as a catastrophic event ). Improved

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

2003-03-07 Thread costin
costin 2003/03/07 22:52:36 Modified:coyote/src/java/org/apache/coyote/tomcat5 MapperListener.java Log: A Server is not required for non-standalone operation. In fact, Embeded doesn't define a server, and most apps embeding tomcat use this approach.

Problem with Tomcat 4.1 and Apache 2 integration using mod_jk2

2003-03-07 Thread Madhan G Dennis
Hi Everyone, I am trying to integrate Tomcat 4.1 and Apache 2. Everything works fine if I use the /examples webapp. However when I try to use my own webapp I get the following error. I would be very grateful if someone could help me out. In one mailing list I saw a post with the same problem

RE: Problem with Tomcat 4.1 and Apache 2 integration using mod_jk2

2003-03-07 Thread Madhan G Dennis
Hi Everyone, I've solved it. All I had to do was comment out every line in jk2.properties and everything works fine :-) Thanks !! - Madhan -Original Message- From: Madhan G Dennis [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2003 3:41 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]