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

2002-06-08 Thread remm
remm2002/06/08 00:25:10 Modified:catalina/src/share/org/apache/catalina/mbeans ContextResourceMBean.java Log: - Rename methods getNamingResource - getNamingResources (missing 's' was breaking the JavaBeans conventions). Revision ChangesPath

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/deploy NamingResources.java

2002-06-08 Thread remm
remm2002/06/08 00:28:12 Modified:catalina/src/share/org/apache/catalina/deploy NamingResources.java Log: - Add new exists method. Returns true if a resource with the specified name exists. Revision ChangesPath 1.8 +14 -4

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

2002-06-08 Thread remm
remm2002/06/08 00:29:33 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Don't add NCL as a container listener (since it listens to events sent by the associated NamingResources object). Revision ChangesPath

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

2002-06-08 Thread remm
remm2002/06/08 00:32:42 Modified:catalina/src/share/org/apache/catalina/core NamingContextListener.java Log: - Resource params are now looked up in the associated NamingResources, so that the notification could be sent from another NamingResources

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

2002-06-08 Thread remm
remm2002/06/08 00:35:07 Modified:catalina/src/share/org/apache/catalina/core StandardDefaultContext.java Log: - (Experimental) changes to support a more dynamic configuration of the default context. The idea is that a change in the DefaultContext

[GUMP] Build Failure - Tomcat 3.x

2002-06-08 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-06-08/jakarta-tomcat.html Buildfile: build.xml detect: uptodate: msg.jdk12: [echo]

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX (unpackWAR mod_webapp)

2002-06-08 Thread Alexander Hartner
Thanks. I played with this a little bit, and i got it working with Context path=/XyloWeb.war docBase=XyloWeb.war debug=0 reloadable=true/ and WebAppDeploy XyloWeb.war conn /XyloWeb Thanks Alex On Thursday, June 6, 2002, at 08:34 PM, Pier Fumagalli wrote: Alexander Hartner [EMAIL

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

2002-06-08 Thread Remy Maucherat
Glenn Nielsen wrote: Big +1 for these changes, being able to administer the DefaultContext in the admin app will be a big benefit! That's the idea (all of server.xml should be editable with the admin webapp, excluding custom components - at least for now). More cleanup is needed though (and

Coyote build

2002-06-08 Thread costinm
Again, I know the current system works ( more or less ), but I also think it is a mess... The coyote build in particular is very confusing, due to the recursive dependencies ( coyote provides 'drivers' for 3.3 and 4.0 ). What I would like to change: - first build 'coyote-api.jar' - only the

[PROPOSAL] RegisterNatives

2002-06-08 Thread Mladen Turk
Hi, Are there any reason why are we loading jkjni, or mod_jk2 for inprocess mode. I think that the same can be accomplished using JNI RegisterNatives. Further more you can build the mod_jk as static module then. It would IMO require and some minor java refactoring just to know when to load the

DO NOT REPLY [Bug 9715] New: - 'Out of Memory' error with static html pages

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

Re: [PROPOSAL] RegisterNatives

2002-06-08 Thread costinm
On Sat, 8 Jun 2002, Mladen Turk wrote: Are there any reason why are we loading jkjni, or mod_jk2 for inprocess mode. I think that the same can be accomplished using JNI RegisterNatives. Further more you can build the mod_jk as static module then. It would IMO require and some minor java

[JKANT] Resources Evolution to cpptasks

2002-06-08 Thread Ignacio J. Ortega
Hola Costin: How it goes? I'm just now trying to get resources linked in by ant, and i'm facing the some question regarding the linking and compiling of win32 resources, to explain the situation just now: In CVS we have a *.mc file, this file is compiled by mc.exe and produces *.rc *.bin *.h,

Re: Coyote build

2002-06-08 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Again, I know the current system works ( more or less ), but I also think it is a mess... The coyote build in particular is very confusing, due to the recursive dependencies ( coyote provides 'drivers' for 3.3 and 4.0 ). What I would like to change: - first

Re: [GUMP] Build Failure - Tomcat 3.x

2002-06-08 Thread costinm
On 8 Jun 2002, Craig McClanahan wrote: msg.jtc: BUILD FAILED /home/rubys/jakarta/jakarta-tomcat/build.xml:142: Jakarta-tomcat-connectors repository is required /home/rubys/jakarta/jakarta-tomcat-connectors It seems to be a regression with nightly ant - available returns false even if the

Re: Tomcat 4.0.3 Apache 1.3.x and Mod_WebApp on MacOSX

2002-06-08 Thread Pier Fumagalli
It is highly improbable that it will work like that... The two services (tomcat-standalone and tomcat-apache, in the default server.xml) must not be joined in one single service... They use different (and incompatible) implementations of the core classes. Pier Alexander Hartner [EMAIL

RE: [JKANT] Resources Evolution to cpptasks

2002-06-08 Thread Ignacio J. Ortega
attribute somewhere :), but not found any reference to res or rc files there :(.. so I will stick at modiying jkant to suit my needs.. Wrong, they have an adapter for the rc.exe, so cpptasks already manage resouces at least it seems.. It worth to try them? or continue modifying jkant? (i'm

Re: [JKANT] Resources Evolution to cpptasks

2002-06-08 Thread costinm
On Sat, 8 Jun 2002, Ignacio J. Ortega wrote: I towards augment the msvc compiler adapter to deal with rc files in the same way it deals now with c ones.. later the linker will need to treat res and obj files the same. Another approach? Comments Please +1, it should be fine. About the

DO NOT REPLY [Bug 9677] - JSP files not recompiled when newer

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

DO NOT REPLY [Bug 9655] - Page is not displaying

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

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

2002-06-08 Thread remm
remm2002/06/08 16:31:11 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java Log: - Log when a JAR gets excluded (#6884). - Submitted by Robert Herrmann bob at jadn.com Revision ChangesPath 1.40 +7 -4

DO NOT REPLY [Bug 6884] - Need Better Error Handling in WebappClassLoader.validateJarFile

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

A Connection Pool in JNDI that works!

2002-06-08 Thread James Ward
Wow, this has been a fun one. It should have been an easy little stroll in the park, but due to my idioticness, it turned into a sour climb up Everest. So, I embarked on mission to get a connection pool working as a JNDI Resource. I found very little info on the subject, thus the reason for me

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant SoTask.java

2002-06-08 Thread nacho
nacho 2002/06/08 17:10:02 Modified:jk/jkant/java/org/apache/jk/ant/compilers MsvcCompiler.java MsvcLinker.java jk/jkant/java/org/apache/jk/ant SoTask.java Log: * Support for resource linking on win32 XXX:Sorry for the tabs-spaces

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-06-08 Thread nacho
nacho 2002/06/08 17:13:35 Modified:jk/native2 build.xml Log: * Added resource elements * Ant 1.4 compatible uptodate * More file tyopes to clean * Changed uptodate check of mc files from *.h to *.res Revision ChangesPath 1.36 +21 -5

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

2002-06-08 Thread remm
remm2002/06/08 17:23:27 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanUtils.java ServerLifecycleListener.java Log: - Add the possibility to specify external resources where the MBeans definitions are. This can be used to declare custom

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-08 Thread nacho
nacho 2002/06/08 17:47:24 Modified:jk/native2/common jk_logger_file.c Log: * Fixing the build in win32 * Cosmetic changes Revision ChangesPath 1.25 +19 -14jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c jk_worker_ajp13.c jk_workerEnv.c

2002-06-08 Thread nacho
nacho 2002/06/08 17:50:49 Modified:jk/native2/include jk_requtil.h jk/native2/common jk_shm.c jk_worker_ajp13.c jk_workerEnv.c Log: * No warnings Revision ChangesPath 1.7 +10 -0 jakarta-tomcat-connectors/jk/native2/include/jk_requtil.h

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.dsp mod_jk.dsp

2002-06-08 Thread nacho
nacho 2002/06/08 17:58:46 Added: jk/native2/server/apache2 mod_jk2.dsp Removed: jk/native2/server/apache2 mod_jk.dsp Log: * Fixed the build to use mc files * Changed dsp file name to match the output Revision ChangesPath 1.1

DO NOT REPLY [Bug 5446] - Can't change webapp class loader (bug #5391 revisited :)

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

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

2002-06-08 Thread remm
remm2002/06/08 18:16:11 Modified:catalina/src/share/org/apache/catalina/loader WebappClassLoader.java WebappLoader.java Log: - Fix bug 5446: allow replacing the class loader. - The class specified must extend WebappClassLoader. Revision Changes

[JK2] Binaries for win32

2002-06-08 Thread Ignacio J. Ortega
I have binaries for win32 of JK2, where is the correct place to put them into the jakarta site? as nightlies of course .. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [JK2] Binaries for win32

2002-06-08 Thread Remy Maucherat
Ignacio J. Ortega wrote: I have binaries for win32 of JK2, where is the correct place to put them into the jakarta site? as nightlies of course .. Here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ That's what I'm linking from the Tomcat binaries now. Remy -- To unsubscribe,

RE: [JK2] Binaries for win32

2002-06-08 Thread Ignacio J. Ortega
De: Remy Maucherat [mailto:[EMAIL PROTECTED]] Enviado el: 9 de junio de 2002 3:42 Here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ That's what I'm linking from the Tomcat binaries now. I should create another directory at this place called jk2.. agree? Saludos , Ignacio J.

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi isapi.dsp

2002-06-08 Thread nacho
nacho 2002/06/08 18:52:34 Modified:jk/native2/server/isapi isapi.dsp Log: * Fixed the release build Revision ChangesPath 1.15 +10 -1 jakarta-tomcat-connectors/jk/native2/server/isapi/isapi.dsp Index: isapi.dsp

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.dsp

2002-06-08 Thread nacho
nacho 2002/06/08 18:53:50 Modified:jk/native2/server/apache2 mod_jk2.dsp Log: * Fixed the release build * Added Message reources Revision ChangesPath 1.2 +46 -9 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.dsp Index: mod_jk2.dsp

cvs commit: jakarta-tomcat-connectors/jk/native2/jni jkjni.dsp

2002-06-08 Thread nacho
nacho 2002/06/08 18:54:08 Modified:jk/native2/jni jkjni.dsp Log: * Fixed the release build * Added Message reources Revision ChangesPath 1.2 +94 -34jakarta-tomcat-connectors/jk/native2/jni/jkjni.dsp Index: jkjni.dsp

Re: [JK2] Binaries for win32

2002-06-08 Thread Remy Maucherat
Ignacio J. Ortega wrote: De: Remy Maucherat [mailto:[EMAIL PROTECTED]] Enviado el: 9 de junio de 2002 3:42 Here: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/ That's what I'm linking from the Tomcat binaries now. I should create another directory at this place called jk2..

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_shm.c

2002-06-08 Thread nacho
nacho 2002/06/08 18:55:28 Modified:jk/native2/common jk_shm.c Log: * No warnings Revision ChangesPath 1.25 +0 -2 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c Index: jk_shm.c ===

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-06-08 Thread nacho
nacho 2002/06/08 18:55:54 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * Fixing the build in win32 * Cosmetic changes Revision ChangesPath 1.27 +7 -7 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index:

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 mod_jk2.c

2002-06-08 Thread nacho
nacho 2002/06/08 18:56:14 Modified:jk/native2/server/apache2 mod_jk2.c Log: * Fixing the build in win32 * Cosmetic changes Revision ChangesPath 1.35 +2 -3 jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c Index: mod_jk2.c

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-08 Thread nacho
nacho 2002/06/08 18:56:41 Modified:jk/native2/common jk_logger_file.c Log: * No warnings Revision ChangesPath 1.26 +4 -2 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c Index: jk_logger_file.c

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

2002-06-08 Thread remm
remm2002/06/08 19:10:51 Modified:catalina/src/share/org/apache/catalina Lifecycle.java Log: - ISE should *not* be thrown when the component running state is invalid (bug 6206). Revision ChangesPath 1.6 +4 -7

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/valves AccessLogValve.java CertificatesValve.java

2002-06-08 Thread remm
remm2002/06/08 19:19:44 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java SSLAuthenticator.java SingleSignOn.java catalina/src/share/org/apache/catalina/cluster

DO NOT REPLY [Bug 6206] - Sixteen Lifecycle implementers disagree with Lifecycle API docs

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

RE: [JK2] Binaries for win32

2002-06-08 Thread Ignacio J. Ortega
Just populated http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/w in32/ with binaries from CVS HEad, they are considered preAlpha for now, but i want to make ir easy for people to start to test the new things, JK2 it's at very least amazing :).. I've added to a copy of

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-06-08 Thread nacho
nacho 2002/06/08 19:42:53 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * BUG: Nee to initialize apr before first use Revision ChangesPath 1.28 +4 -3 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index: jk_isapi_plugin.c

RE: [JK2] Binaries for win32

2002-06-08 Thread Ignacio J. Ortega
;) upgraded after the latest commit, repeat with me, compile and test before put binaries to the public.. Saludos , Ignacio J. Ortega -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: [JKANT] Resources Evolution to cpptasks

2002-06-08 Thread costinm
On Sun, 9 Jun 2002, Ignacio J. Ortega wrote: attribute somewhere :), but not found any reference to res or rc files there :(.. so I will stick at modiying jkant to suit my needs.. Wrong, they have an adapter for the rc.exe, so cpptasks already manage resouces at least it seems.. It

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_logger_file.c

2002-06-08 Thread nacho
nacho 2002/06/08 20:00:42 Modified:jk/native2/common jk_logger_file.c Log: * Not outputting dates in the file logger, 2 nasty typos in 2 lines.. good average!!! :) Revision ChangesPath 1.27 +3 -3 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c

DO NOT REPLY [Bug 9722] New: - java.lang.ClassCastException: org.apache.catalina.connector.HttpRequestFacade

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

cvs commit: jakarta-tomcat-connectors/jk/native2/server/isapi jk_isapi_plugin.c

2002-06-08 Thread nacho
nacho 2002/06/08 20:10:43 Modified:jk/native2/server/isapi jk_isapi_plugin.c Log: * Deleted unused defines Revision ChangesPath 1.29 +1 -6 jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c Index: jk_isapi_plugin.c

DO NOT REPLY [Bug 9722] - java.lang.ClassCastException: org.apache.catalina.connector.HttpRequestFacade

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

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

2002-06-08 Thread remm
remm2002/06/08 22:45:04 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: - Apply patch for bug 9722, which seems reasonable. According to my testing, it does not break anything. Revision ChangesPath

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

2002-06-08 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: remm2002/06/08 22:45:04 Modified:catalina/src/share/org/apache/catalina/core ApplicationDispatcher.java Log: - Apply patch for bug 9722, which seems reasonable. According to my testing, it does not break anything.

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

2002-06-08 Thread remm
remm2002/06/08 23:17:31 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Add back the code to reset the buffer when an unexpected exception occurs. This code was commented out in version 1.16. - Otherwise, the response is always committed and