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

2002-06-02 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 9565] - Reloading a stopped app messes up the lifecycle?!

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

Bug report for Tomcat 3 [2002/06/02]

2002-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2002/06/02]

2002-06-02 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

cvs commit: jakarta-tomcat-jasper/jasper2/src/bin jasper.bat jasper.sh

2002-06-02 Thread remm
remm2002/06/02 14:22:41 Modified:jasper2/src/bin jasper.bat jasper.sh Log: - Add common/endorsed to the classpath. Revision ChangesPath 1.2 +2 -1 jakarta-tomcat-jasper/jasper2/src/bin/jasper.bat Index: jasper.bat

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

2002-06-02 Thread remm
remm2002/06/02 14:36:31 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java Log: - Add jspPath and classFileName to the compilation context. Revision ChangesPath 1.4 +7 -3 jakarta-tomcat-jasper/jasper2/src/share

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

2002-06-02 Thread remm
remm2002/06/02 14:36:45 Modified:jasper2/src/share/org/apache/jasper/compiler Compiler.java Log: - Add jspPath and classFileName to the compilation context. Revision ChangesPath 1.11 +5 -5 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/

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

2002-06-02 Thread remm
remm2002/06/02 14:40:22 Modified:jasper2/src/share/org/apache/jasper CommandLineContext.java JspC.java Removed: jasper2/src/share/org/apache/jasper/compiler CommandLineCompiler.java Log: - Last part of the compiler refactorin

Re: [PROPOSAL] Tag pooling/reuse in Jasper 2

2002-06-02 Thread Kin-Man Chung
I think it a good idea to limit the stacks to some reasonable value. One easy way of accomplishing this is to add a tag object to the stack only when its stack has not reach its maximum size. The neat thing about these two approaches is that they can both be implemented. Once a tag object is ob

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

2002-06-02 Thread remm
remm2002/06/02 23:58:39 Modified:jasper2/src/share/org/apache/jasper CommandLineContext.java JspEngineContext.java Log: - Formatting. - Remove some dead code. Revision ChangesPath 1.4 +127 -96 jakarta-tomcat-jasper/jasper2/src/share