Re: Add a target in build.xml

2002-05-06 Thread jean-frederic clere
David Graff wrote: Don't use wget as it's platform specific. Use the 'Get' built-in task. Ok. Ant1.5 have the setproxy in get. So everything could be done using ant ;-) May not do exactly what you want but it will work everywhere that ant does. - Original Message - From:

Re: Add a target in build.xml

2002-05-06 Thread jean-frederic clere
Bill Barker wrote: - Original Message - From: jean-frederic clere [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 03, 2002 7:44 AM Subject: Add a target in build.xml Hi, I would like to add a target to the TC build.xml: download. Last time I have tried to help to

Re: Building the Java part of WebApp...

2002-05-06 Thread jean-frederic clere
Pier Fumagalli wrote: Pier Fumagalli [EMAIL PROTECTED] wrote: Ok, I'm about to tackle *my disgrace* build.xml. When building Tomcat, what properties does it supply me, and what targets does it execute? And (last but not least) where the heck does it want the warp.jar? (I assume this: it

Re: WARP Jar File renaming...

2002-05-06 Thread jean-frederic clere
Pier Fumagalli wrote: tomcat-webapp.jar is wrong, and definitely confusing. WebApp is just the connector on the Apache side, on Tomcat it should be called WARP... I'm going to change this to tomcat-warp.jar if nobody is against it. +1 pier -- I think that it's extremely foolish

Re: jk_lb_worker.c patch

2002-05-06 Thread Bernd Koecke
Hi Costin, thanks for commiting my patch :). After thinking about it, I found the same problem like Mathias. It's a problem for my environment too. We have the same problem with shutdown and recovering here. I'm on the way of looking in jk2. The question for jk1 is, what want we do if the

RE: [PROPOSAL] tag mod_jk 1.2.1

2002-05-06 Thread GOMEZ Henri
Ok, I'll wait for last fixes in lb code, and we could do it. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message-

RE: chown issues in /etc/init.d/tomcat4

2002-05-06 Thread GOMEZ Henri
Yep, I do. Just make my own directories in those locations. ok I'm just making comments as I run through the install and I notice issues. Currently I end up runing a config script of my own to configure Hum custom install... tomcat after the rpm is installed. This is to prepare tomcat for

RE: [PROPOSAL] tag mod_jk 1.2.1

2002-05-06 Thread GOMEZ Henri
Apache 2.0.35 with mod_jk1 from jtc ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Larry Isaacs

Re: jk_lb_worker.c patch

2002-05-06 Thread costinm
Bernd, At this moment I believe we should add flags and stop using the '0' value in the config file. Internally ( in the code ) - it doesn't matter, we can keep 0 or use the flag ( I prefer the second ). I'm waiting for your patch - it seems there is another bug that must be fixed before we

mod_jk 1.2.1-dev and lib name

2002-05-06 Thread GOMEZ Henri
I'm rebuilding mod_jk1 for 1.3/2.0 using the good old JFC configure... 1) There is now a mod_jk.so and libjk.so generated (identical files) Which one will we use ? std mod_jk.so or libjk.so ? 2) When apache 1.3 is built against mod_ssl we should defined -DEAPI. Previously we're using

Re: Add a target in build.xml

2002-05-06 Thread jean-frederic clere
Hi, The idea is to use get,unzip and untar to install the needed elements and use the build.properties file to define where to download them. The location to download the element is like: commons-beanutils.loc=http://jakarta.apache.org/builds/jakarta-commons/release/c

Re: jk_lb_worker.c patch

2002-05-06 Thread Bernd Koecke
Hi Costin, here is my patch for jk_lb_worker.c, jk_util.c and jk_util.h. It was diffed against the cvs. How does it work? 1) A new config param for lb_worker exists (main_worker_mode). Two values are possible: reject and balance. 2) This results in two new flags in lb_worker struct. If

Re: jk_lb_worker.c patch

2002-05-06 Thread costinm
Hi Bernd, It's great having you and Mathias working on this - I'll try to find a way to combine the 2 patches. I think it's best to have the minimum amount of modifications in jk1 to get things working. For jk2 I think we should do what's most flexible and powerfull - even if it requires

DO NOT REPLY [Bug 8029] - String literal %\ in JSP page causes 'Invalid escape character' complier error

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

DO NOT REPLY [Bug 8831] New: - ErrorReportValve.java corrupts data in subtle way

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

Re: Admin webapp save-to-XML

2002-05-06 Thread costinm
Craig, I did look at the code and I think I understand how it works. Save works by looking at 'getters' and generating the xml file. Sort of 'java bean xml persistence'. The generated file will have far more information that it needs ( there is no way to distinguish the 'defaults' ), it

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

2002-05-06 Thread costinm
On Mon, 6 May 2002, Glenn Nielsen wrote: I agree, I added a Host config flag called deployXML which can disable this for context.xml files in the webapps dir. As long as this flag works for /META-INF/context.xml we are covered. Wouldn't be better to just separate the 'sensitive' config

cvs commit: jakarta-tomcat-4.0 gump.xml

2002-05-06 Thread rubys
rubys 02/05/06 12:51:46 Modified:.gump.xml Log: Provide the path to the jmx.jar Revision ChangesPath 1.2 +1 -1 jakarta-tomcat-4.0/gump.xml Index: gump.xml === RCS file:

DO NOT REPLY [Bug 8831] - ErrorReportValve.java corrupts data in subtle way

2002-05-06 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=8831. 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/mbeans NamingResourcesMBean.java

2002-05-06 Thread craigmcc
craigmcc02/05/06 12:55:06 Modified:catalina/src/share/org/apache/catalina/core NamingContextListener.java catalina/src/share/org/apache/catalina/mbeans NamingResourcesMBean.java Log: Make NamingContextListener a little

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

2002-05-06 Thread kinman
kinman 02/05/06 13:07:43 Modified:jasper2/src/share/org/apache/jasper/runtime PageContextImpl.java Log: - Fixed 5998. Thanks [EMAIL PROTECTED] for the patch. Revision ChangesPath 1.4 +10 -3

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

2002-05-06 Thread Craig R. McClanahan
On Mon, 6 May 2002 [EMAIL PROTECTED] wrote: Date: Mon, 6 May 2002 11:16:24 -0700 (PDT) From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: cvs commit:

Re: Admin webapp save-to-XML

2002-05-06 Thread Craig R. McClanahan
On Mon, 6 May 2002 [EMAIL PROTECTED] wrote: Date: Mon, 6 May 2002 12:02:18 -0700 (PDT) From: [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: Admin webapp save-to-XML Craig, I did look at the code and I

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

2002-05-06 Thread Craig R. McClanahan
On Mon, 6 May 2002, Glenn Nielsen wrote: Date: Mon, 06 May 2002 14:00:33 -0500 From: Glenn Nielsen [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: cvs commit:

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties messages_es.properties messages_ja.properties

2002-05-06 Thread kinman
kinman 02/05/06 13:54:39 Modified:jasper/src/share/org/apache/jasper/compiler SetPropertyGenerator.java jasper/src/share/org/apache/jasper/resources messages.properties messages_es.properties

Jakarta load balancing patch

2002-05-06 Thread Mathias Herberts
Hi again, included int this message is a patch to the current CVS which adds the notion of local workers to both jk1 and jk2. I did not have time to test the patch, I can only say it does compile. The modifications are rather slim so the validation should be easy. Feedback welcome, Mathias.

DO NOT REPLY [Bug 8831] - ErrorReportValve.java corrupts data in subtle way

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

DO NOT REPLY [Bug 5199] - jsp:param in jsp:include section not correct

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

cvs commit: jakarta-tomcat/src/build/manifests manifest.embedded

2002-05-06 Thread costin
costin 02/05/06 14:35:26 Modified:src/build/manifests manifest.embedded Log: Update the list of deps. Copy all the files listed in a dir, create a webapps/ dir, then call java -jar etomcat.jar -estart -httpPort -home `pwd` ( it'll be about 900k - easy to trim

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup EmbededTomcat.java

2002-05-06 Thread costin
costin 02/05/06 14:38:22 Modified:src/share/org/apache/tomcat/startup EmbededTomcat.java Log: Allow 'mini' to start with a configurable port. ( I use this to play with my Zaurus, and to get tomcat started in the smallest amount of time - that's about 2 secs ) Revision

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

2002-05-06 Thread remm
remm02/05/06 14:43:29 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java Log: - Set the address property. - Fixes bug 8828. Revision ChangesPath 1.13 +8 -4

DO NOT REPLY [Bug 8828] - Coyote 1.0-b8 not using IP Address restirctions

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

DO NOT REPLY [Bug 5826] - JSPC not recompiling modified files

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

DO NOT REPLY [Bug 5199] - jsp:param in jsp:include section not correct

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

DO NOT REPLY [Bug 7059] - Jasper compiler holds pointers to jars in WEB-INF/lib: cannot delete

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

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

2002-05-06 Thread costinm
On Mon, 6 May 2002, Craig R. McClanahan wrote: Context XML files are like the app config files in 3.3 -- they can contain any config parameters that could be found in server.xml inside a Context element. However, any Valve implementation classes you try to specify must exist in the server's

cvs commit: jakarta-tomcat-4.0/webapps/admin/images Roles.gif

2002-05-06 Thread manveen
manveen 02/05/06 15:35:33 Modified:webapps/admin/images Roles.gif Log: Updated image for Roles Revision ChangesPath 1.2 +3 -1 jakarta-tomcat-4.0/webapps/admin/images/Roles.gif Binary file -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 8831] - ErrorReportValve.java corrupts data in subtle way

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

cvs commit: jakarta-tomcat-connectors/jk/conf jkconf.ant.xml jk2.manifest jk2.properties jkconfig.manifest shm.manifest workers2.properties

2002-05-06 Thread costin
costin 02/05/06 15:48:56 Modified:jk/conf jk2.manifest jk2.properties jkconfig.manifest shm.manifest workers2.properties Added: jk/conf jkconf.ant.xml Log: Update the manifest's classpaths. Added a sample/test ant file that generates the jk2

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

2002-05-06 Thread manveen
manveen 02/05/06 15:50:10 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/resources SaveEnvEntryAction.java Log: Using the mBean name created by the addEnvironment operation. Revision ChangesPath 1.5 +5 -11

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

2002-05-06 Thread costin
costin 02/05/06 15:53:18 Modified:jk/java/org/apache/jk/apr AprImpl.java Log: Added a flag to indicate if we are loaded from jni. Use mod_jk.so ( which includes all the functions we need, including the jni stuff ) if in-process. ( XXX need to make this configurable or try

DO NOT REPLY [Bug 8831] - ErrorReportValve.java corrupts data in subtle way

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

DO NOT REPLY [Bug 5199] - jsp:param in jsp:include section not correct

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

DO NOT REPLY [Bug 5199] - jsp:param in jsp:include section not correct

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

DO NOT REPLY [Bug 7993] - parameters in jsp:plugin for jsp Document do not work

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

DO NOT REPLY [Bug 8831] - ErrorReportValve.java corrupts data in subtle way

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

cvs commit: jakarta-tomcat-4.0/webapps/admin/realm userDatabaseRealm.jsp

2002-05-06 Thread manveen
manveen 02/05/06 16:31:57 Modified:webapps/admin/realm userDatabaseRealm.jsp Log: UserDataBaseRealm's resourceName should only be editable in create. Revision ChangesPath 1.5 +6 -1 jakarta-tomcat-4.0/webapps/admin/realm/userDatabaseRealm.jsp Index:

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtime PageContextImpl.java

2002-05-06 Thread kinman
kinman 02/05/06 16:35:28 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch SetPropertyGenerator.java jasper/src/share/org/apache/jasper/resources Tag: tomcat_40_branch messages.properties

DO NOT REPLY [Bug 5998] - Exception hiding when a JspExceptioin is thrown by a tag

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

DO NOT REPLY [Bug 7124] - MissingResourceException when translating an invalid setProperty tag

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

Re: cvs commit:jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/runtimePageContextImpl.java

2002-05-06 Thread Jon Scott Stevens
on 5/6/02 4:32 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: +Throwable rootCause = ((JspException)t).getRootCause(); +if (rootCause != null) { +throw new ServletException(t.getMessage(), rootCause); +} else { +

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

2002-05-06 Thread costin
costin 02/05/06 16:59:31 Modified:jk/java/org/apache/jk/apr TomcatStarter.java Log: Set jni mode. Revision ChangesPath 1.5 +4 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk/apr/TomcatStarter.java Index: TomcatStarter.java

DO NOT REPLY [Bug 8005] - Bad Param passing with jsp:include

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

DO NOT REPLY [Bug 7630] - Incorrect handling of ValidationMessage info from a TLV

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

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java

2002-05-06 Thread kinman
kinman 02/05/06 17:32:58 Modified:jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java Log: - Fixed 7993. Thanks [EMAIL PROTECTED] for the patch, and Ed Burns for verifying it. Revision ChangesPath 1.16 +1 -1

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler ParserXJspSaxHandler.java

2002-05-06 Thread kinman
kinman 02/05/06 17:33:50 Modified:jasper/src/share/org/apache/jasper/compiler Tag: tomcat_40_branch ParserXJspSaxHandler.java Log: - Ported fix to 7993 from head branch. Revision ChangesPath No revision No

cvs commit: jakarta-tomcat-connectors/jk/native/iis jk_isapi_plugin.c

2002-05-06 Thread larryi
larryi 02/05/06 18:37:51 Modified:jk/native/iis jk_isapi_plugin.c Log: Update to use common version string Revision ChangesPath 1.17 +2 -2 jakarta-tomcat-connectors/jk/native/iis/jk_isapi_plugin.c Index: jk_isapi_plugin.c

RE: Jasper2 background compilation and compile time include checks implemented

2002-05-06 Thread Abraham Fathman
Glenn, Thanks a lot for adding the '%@ include file' support! I just signed up last night to be on this mailing list because I was going to start this. - Abe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Glenn Nielsen Sent: Monday, May 06, 2002

How do I get the classloader inside the session manager

2002-05-06 Thread Filip Hanik
Hi all, it's me, I'm back. I finally had time to pick up the code base again. Why not earlier, it's a long story. Anyway, there is a small detail (actually huge) that I completely missed when I implemented the session replication, it is the different classloaders for the different webapps. When

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

2002-05-06 Thread remm
remm02/05/06 20:15:53 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: - Return a 404 instead of throwing an exception here (which in turn would cause the response code to be 500). Revision ChangesPath 1.12 +5 -4