Question: does Tomcat4 manage jsp/servlet threads?

2002-03-31 Thread Hugh J. L.
Hi, everyone, I need some help on Tomcat 4 architecture. Does Tomcat 4 manage jsp/servlet threads? For example, can it report condition of those threads, stop dead thread and release resource, etc? And, does it use thread pool? Thanks. I have to know this before I have time to read its source co

Re: servlet.jar, /ext, MANIFEST.MF

2002-03-31 Thread Remy Maucherat
> Christopher, > > I just committed the changes to the jakarta-tomcat-4.0 HEAD branch. Can > you give it a try? > > With these changes, Tomcat should load its own bundled jar and class > files before any of the jar files in the JDK's installed extensions are > loaded. > > I tested this by putting

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor.java

2002-03-31 Thread billbarker
billbarker02/03/31 21:53:20 Modified:coyote/src/java/org/apache/coyote/tomcat3 CoyoteInterceptor.java Log: Allow the Processor to be set by the server.xml. This is currently useless, since o.a.c.http11.Http11Processor is the only class that qualifies.

cvs commit: jakarta-tomcat-4.0/catalina/src/bin digest.sh

2002-03-31 Thread patrickl
patrickl02/03/31 21:50:57 Modified:catalina/src/bin digest.sh Log: Correct typo in comment Revision ChangesPath 1.7 +2 -2 jakarta-tomcat-4.0/catalina/src/bin/digest.sh Index: digest.sh ===

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3 CoyoteRequest.java

2002-03-31 Thread billbarker
billbarker02/03/31 20:48:42 Modified:coyote/src/java/org/apache/coyote/tomcat3 CoyoteRequest.java Log: Port the optimized "Host" header parsing from tomcat4. Revision ChangesPath 1.8 +33 -10 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat3/Co

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

2002-03-31 Thread remm
remm02/03/31 20:19:55 Modified:catalina/src/share/org/apache/catalina/core StandardPipeline.java Log: - Use a note in the request instead of a ThreadLocal to keep track of the pipeline stage. Note: This could cause problems with a valve that would

DO NOT REPLY [Bug 7652] New: - Tomcat stalls periodically

2002-03-31 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: servlet.jar, /ext, MANIFEST.MF

2002-03-31 Thread Patrick Luby
Christopher, I just committed the changes to the jakarta-tomcat-4.0 HEAD branch. Can you give it a try? With these changes, Tomcat should load its own bundled jar and class files before any of the jar files in the JDK's installed extensions are loaded. I tested this by putting servlet.jar in

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

2002-03-31 Thread patrickl
patrickl02/03/31 16:13:23 Modified:catalina/src/bin catalina.bat catalina.sh setclasspath.bat setclasspath.sh tool-wrapper.bat tool-wrapper.sh catalina/src/share/org/apache/catalina/startup Bootstrap.java Tool.java

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

2002-03-31 Thread remm
remm02/03/31 15:37:37 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java Log: - Optimize host header parsing. Revision ChangesPath 1.18 +54 -29 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/C

RE: APJ port

2002-03-31 Thread Jarecsni Janos
Hi, it's defined in a properties file (workers.properties) pointed to by the JkWorkersFile directive of mod_jk. The content of mine is: workers.tomcat_home=/JBoss-2.4.4_Tomcat-4.0.1/catalina workers.java_home=/jdk ps=/ worker.list=ajp13 # Definition for Ajp13 worker # worker.ajp13.port=8009 wor

APJ port

2002-03-31 Thread Sam Ewing
A question on the APJ connector.. how does Apache know that APJ is listening on port 8009? For WARP, ist quite clear.. we have a WebAppConnection directive... __ Do You Yahoo!? Yahoo! Greetings - send holiday greetings for Easter, Passover http:/

DO NOT REPLY [Bug 5762] - CGI servlet misses to include port number in HTTP_HOST environment variable

2002-03-31 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 5762] - CGI servlet misses to include port number in HTTP_HOST environment variable

2002-03-31 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-jasper/jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java

2002-03-31 Thread remm
remm02/03/31 11:27:08 Modified:jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java Log: - Synchronization of the writer doesn't seem to be useful (for the same reason the response writer isn't synced). Revision ChangesPath 1.3

Bug report for Tomcat 4 [2002/03/31]

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

Bug report for Tomcat 3 [2002/03/31]

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

EJB + Tomcat?

2002-03-31 Thread Lev Assinovsky
Hello all! I searched tomcat-users and tomcat-dev archives and didn't find an answer to the question "are there any plans to provide direct and full support of EJB in Tomcat?". Sorry if this post is out of topic. Sincerely, -- Lev AssinovskyPeterlink Web Programmer

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

2002-03-31 Thread remm
remm02/03/31 01:02:52 Modified:jasper2/src/share/org/apache/jasper/runtime JspWriterImpl.java PageContextImpl.java Log: - Writer recycling seems to be working after a few minor tweaks. If it causes problems, the "out = null;" line can be uncommented.