cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/hooks Hooks.java

2002-06-01 Thread billbarker
billbarker2002/06/01 22:30:31 Modified:src/share/org/apache/tomcat/util/hooks Hooks.java Log: Increase the number of hooks, so that we can continue to support custom hooks. Revision ChangesPath 1.8 +1 -1 jakarta-tomcat/src/share/org/apache/tomcat/util/hooks/Ho

DO NOT REPLY [Bug 9565] - Reloading a stopped app messes up the lifecycle?!

2002-06-01 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: [PROPOSAL] Tag pooling/reuse in Jasper 2

2002-06-01 Thread Denis Benoit
Hi, For my part, I'm a little concerned about the second approach. If there is a lot of pages with a lot of distinct tags; tags libraries are catching on fast; there may be a problem where Jasper would cache a lot of tags. If there is a sudden burst of use of a given page, the stacks of the tag

cvs commit: jakarta-tomcat-connectors/jk/xdocs build.properties.samples style.css.in style.xsl.in AJPv13.xml style.css style.xsl

2002-06-01 Thread jfclere
jfclere 2002/06/01 14:28:41 Modified:jk build.xml jk/xdocs AJPv13.xml Added: jk/xdocs build.properties.samples style.css.in style.xsl.in Removed: jk/xdocs style.css style.xsl Log: Change the look of the protocol documentation. Change the style so

cvs commit: jakarta-tomcat-connectors/jk/xdocs/images corner.gif

2002-06-01 Thread jfclere
jfclere 2002/06/01 14:21:49 Added: jk/xdocs/images corner.gif Log: Add missing file (session looks better with it). Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/xdocs/images/corner.gif <> -- To unsubscribe, e-mail:

DO NOT REPLY [Bug 9565] New: - Reloading a stopped app messes up the lifecycle?!

2002-06-01 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 9564] New: - Manager App "hangs" when instructed to reload itself

2002-06-01 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

[PROPOSAL] Tag pooling/reuse in Jasper 2

2002-06-01 Thread Jan Luehe
Kin-Man and I have been throwing around some ideas of how to support tag pooling and reuse in Jasper 2. According to the spec, only tags with the same set of attributes may be reused (see JSP.10.1.1, p.163, "Lifecycle" section, item 3): [3] Note that since there are no guarantees on the state

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

2002-06-01 Thread costin
costin 2002/06/01 08:40:09 Modified:jk/native2/common jk_vm_default.c jk/native2/server/apache2 mod_jk2.c Log: 2 fixes from Mladen Turk: eliminate double version and add support for another JVM layout style. Thanks. Revision ChangesPath 1.16

[PATCH] jk_vm_default.c - java2 1.4 jvm.dll path

2002-06-01 Thread Mladen Turk
Hi, This one enables jni to start with java 1.4 installed. On 1.4 the jvm.dll path is in $(JAVA_HOME)/jre/bin/client/jvm.dll cvs server: Diffing . Index: jk_vm_default.c === RCS file: /home/cvspublic/jakarta-tomcat-connectors/jk/nat

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

2002-06-01 Thread costin
costin 2002/06/01 01:29:34 Modified:jk/java/org/apache/jk/apr AprImpl.java jk/java/org/apache/jk/common ChannelJni.java HandlerRequest.java JniHandler.java Log: Minor fixes, deal with the new callback cases. Things are a bit tricky, after

RE: Jk2: M1 ?

2002-06-01 Thread costinm
I fixed the first bug, there is another one I'm trying to fix now. ( it works, but there is an extra call after the request ) Costin On Sat, 1 Jun 2002, Ignacio J. Ortega wrote: > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: 1 de junio de 2002 0:42 > > > While some new co