DO NOT REPLY [Bug 5623] New: - java.lang.IllegalStateException on pageContext.forward

2001-12-29 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

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup SecurityClassLoad.java Bootstrap.java BootstrapService.java

2001-12-29 Thread glenn
glenn 01/12/29 17:58:21 Modified:catalina build.xml catalina/src/share/org/apache/catalina/connector HttpResponseBase.java catalina/src/share/org/apache/catalina/startup Bootstrap.java BootstrapService.java

DO NOT REPLY [Bug 5599] - StackOverflowError

2001-12-29 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: [OT] Feedback on Java?

2001-12-29 Thread Craig R. McClanahan
On Sat, 29 Dec 2001, Deacon Marcus wrote: > Date: Sat, 29 Dec 2001 15:44:15 +0100 > From: Deacon Marcus <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [OT] Feedback on Java? > > Hi, > If someone have some suggestions concerning gene

Re: Tomcat "chaining" ?

2001-12-29 Thread Craig R. McClanahan
On Sat, 29 Dec 2001, Deacon Marcus wrote: > Date: Sat, 29 Dec 2001 12:41:32 +0100 > From: Deacon Marcus <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Tomcat "chaining" ? > > Hi, > It's pretty common to have configuration like one A

Re: Default classes loaded by Tocmat

2001-12-29 Thread Paul Speed
Kevin Jones wrote: > > Why not implement your own JSP base class that imports the > classes/packages you need and have all your pages extend that new class. > This would also be portable across implementations! It would also not work. "import" statements are only for the compiler. They have not

[OT] Feedback on Java?

2001-12-29 Thread Deacon Marcus
Hi, If someone have some suggestions concerning general improvements on Java standard classes (java.lang.*, java.util.* for example) what's the "best" way to contact "right people" to include (or not...) it in next version? Anyone here did something like that successfully? Example: I needed a cla

Tomcat "chaining" ?

2001-12-29 Thread Deacon Marcus
Hi, It's pretty common to have configuration like one Apache + multiple Tomcats for the purpose of separating JVMs for webapps / webapp sets. Would it be possible to set up one Tomcat to forward all requests to a specific webapp/vhost to another Tomcat so the second Tomcat could be restarted witho