Mechanism for stopping individual Tomcat webapps/contexts

2003-07-02 Thread Algis Rudys
Greetings -- As a part of my research, I have developed a mechanism for terminating individual Tomcat webapps (at the context level). We called it Soft Termination, and you can read about here: http://www.cs.rice.edu/~arudys/papers/tissec2002.html I'm trying to gauge whether there is any

Re: Mechanism for stopping individual Tomcat webapps/contexts

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list FOR here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: Mechanism for stopping individual Tomcat webapps/contexts

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list FOR here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread billbarker
billbarker2003/07/01 23:30:23 Modified:jk/java/org/apache/jk/server JkMain.java Log: I know I've said it a hundred times before, and I'll probably say it a hundred times again: Compile, then commit. Revision ChangesPath 1.40 +1 -1

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread billbarker
billbarker2003/07/01 23:33:17 Modified:jk/java/org/apache/jk/server Tag: coyote_10 JkMain.java Log: The beauty of cut-and paste is that I can be brain-dead in multiple locations ;-). Revision ChangesPath No revision No revision

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Bill Barker
Ok, I tried asking nice, and just got a machine-response. Could whoever is currently Moderator for this list helpfully allow minimalist to unsubscribe ;-). - Original Message - From: Minimalist Manager [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Tuesday, July 01,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

DO NOT REPLY [Bug 21252] - JSP Compilation fails when command line args too long

2003-07-02 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=21252. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 21252] - JSP Compilation fails when command line args too long

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list NOT here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: DO NOT REPLY [Bug 21252] - JSP Compilation fails when command line args too long

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list NOT here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Paul Speed
Clearly you guys make it way to easy to subscribe to the list. ;) -Paul Bill Barker wrote: Ok, I tried asking nice, and just got a machine-response. Could whoever is currently Moderator for this list helpfully allow minimalist to unsubscribe ;-). - Original Message - From:

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list JKMAIN.JAVA here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

servletcontext weird nullpointerexception

2003-07-02 Thread Mathias af Jochnick
Hello all, I have a Servlet that I've setup in the /conf/web-xml file, i.e. not in a web-app. It works fine, except for that when I in the doGet() method call getServletContext(), tomcat throws a nullpointerexception! java.lang.NullPointerException at

Re: servletcontext weird nullpointerexception

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list WEIRD here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: servletcontext weird nullpointerexception

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list WEIRD here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Mayne, Peter
Title: RE: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java Impressively fast fix. Seeing what you've fixed, I can now reinterpret the Sun documentation and see what was going on. Thanks. PJDM -- Peter Mayne Technology Consultant Spherion Technology

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list ERVER here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkMain.java

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list ERVER here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-07-02 Thread hgomez
hgomez 2003/07/02 00:09:10 Modified:jk/native/apache-1.3 mod_jk.c Log: Add the forgotten vars ;-) Revision ChangesPath 1.40 +2 -1 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

Re: mod_jk 1.2.5 release

2003-07-02 Thread Henri Gomez
Glenn Nielsen wrote: I have created a mod_jk 1.2.5 test release distribution. I made a few minor changes. I have removed all the jk/build.* files and the README.txt file. They refer to using ant to build the connector and AJP but that doesn't work because these source releases are only for the

Re: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list MOD_JK.C here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list MOD_JK.C here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: mod_jk 1.2.5 release

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list 1.2.5 here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: mod_jk 1.2.5 release

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list 1.2.5 here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

Re: decrease idle threads in the pool faster...

2003-07-02 Thread Ronald Klop
Carlos Rodríguez Colino wrote: Hi all... I have just installed Tomcat 4.1 on a Solaris box and I have realized a surprising effect: Thread pool creates new threads quickly when a request burst arrives, but the freeing when they become idle is very slow (besides, the computer is almost

Re: decrease idle threads in the pool faster...

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list IDLE here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe,

DO NOT REPLY [Bug 21266] New: - The requested resource is not available if symlink in WebApp directory

2003-07-02 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=21266. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: - The requested resource is not available if symlink in WebApp directory

2003-07-02 Thread Minimalist Manager
ERROR: There is no such list - here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To unsubscribe, e-mail:

JDBCRealm and JNDIRealm with CLIENT-CERT patch, please take care

2003-07-02 Thread Marek Mosiewicz
There is an issue with using client certificate authorization with JNDIRealm and JDBCRealm. Problem and solution pathces are available on bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7831 I would like to contact any Tomcat developer who could take look on these pathches and would

DO NOT REPLY [Bug 21266] - The requested resource is not available if symlink in WebApp directory

2003-07-02 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=21266. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: servletcontext weird nullpointerexception

2003-07-02 Thread Tim Funk
In your Servlet's init(...) make sure your call super.init(...) -Tim Mathias af Jochnick wrote: Hello all, I have a Servlet that I've setup in the /conf/web-xml file, i.e. not in a web-app. It works fine, except for that when I in the doGet() method call getServletContext(), tomcat throws a

DO NOT REPLY [Bug 21266] - The requested resource is not available if symlink in WebApp directory

2003-07-02 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=21266. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2003-07-02 Thread glenn
glenn 2003/07/02 05:16:41 Modified:jk/native CHANGES.txt Log: Update release changes Revision ChangesPath 1.15 +9 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: CHANGES.txt ===

Re: mod_jk 1.2.5 release

2003-07-02 Thread Glenn Nielsen
Henri Gomez wrote: Glenn Nielsen wrote: I have created a mod_jk 1.2.5 test release distribution. I made a few minor changes. I have removed all the jk/build.* files and the README.txt file. They refer to using ant to build the connector and AJP but that doesn't work because these source

jk_nt_service

2003-07-02 Thread Oxley, David
Tomcat developers, Can I suggest we bring back jk_nt_service.exe for running Tomcat as a service for 5.0.x? It works perfectly fine with TC4.1 and is a lot more flexible and easier to use for the end users. Plus I have had several crashes of the JavaService exe that is currently distributed with

[GUMP] Build Failure - jakarta-tomcat-4.0

2003-07-02 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-02/jakarta-tomcat-4.0.html Buildfile: build.xml deploy-prepare: deploy-static: deploy:

[GUMP] Build Failure - jakarta-tomcat-5

2003-07-02 Thread bobh
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-02/jakarta-tomcat-5.html Buildfile: build.xml prepare-release: [mkdir] Created dir:

[GUMP] Build Failure - jakarta-tomcat-jk

2003-07-02 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-02/jakarta-tomcat-jk.html Buildfile: build.xml detect: [echo]

[GUMP] Build timed out - jk

2003-07-02 Thread Craig McClanahan
This email is autogenerated from the output from: http://cvs.apache.org/builds/gump/2003-07-02/jakarta-tomcat-jk-native.html Buildfile: build.xml init: [echo] /home/rubys [mkdir]

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util RequestUtil.java

2003-07-02 Thread Marc Saegesser
I don't think it really needed any discussion, but here's what's happening. I was a Tomcat 3.2.x developer and managed the releases of 3.2.2-4. I still have Tomcat 3.2 embedded in my product so I continue to support it after a fashion. Some day I'll get around to swapping it out with something

Re: mod_jk 1.2.5 release

2003-07-02 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: Glenn Nielsen wrote: I have created a mod_jk 1.2.5 test release distribution. I made a few minor changes. I have removed all the jk/build.* files and the README.txt file. They refer to using ant to build the connector and AJP but that doesn't work

[JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Tomcat' from May to June, 2003

2003-07-02 Thread tetsuya
Dear Jakarta Tomcat Development Team, (http://jakarta.apache.org/tomcat/) We are now preparing the 'Jakarta Newsletter Issue 9', news from May to June 2003, which would be published in the middle of July 2003. The 'Jakarta Newsletter Issue 9' will be appeared at

DO NOT REPLY [Bug 21279] New: - Proc Runner: No Listener Notification on Shutdown

2003-07-02 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=21279. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20561] - Limitation of availiable high ports for JK2

2003-07-02 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=20561. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 20561] - Limitation of availiable high ports for JK2

2003-07-02 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=20561. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: jk_nt_service

2003-07-02 Thread Mladen Turk
-Original Message- From: Oxley, David Subject: jk_nt_service Tomcat developers, Can I suggest we bring back jk_nt_service.exe for running Tomcat as a service for 5.0.x? Why? It works perfectly fine with TC4.1 and is a lot more flexible and easier to use for the end

DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

2003-07-02 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=21279. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21279] - Proc Runner: No Listener Notification on Shutdown

2003-07-02 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=21279. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: jk_nt_service

2003-07-02 Thread Oxley, David
I was talking about my experience with TC4.1 here. The tomcat.exe (JavaService) crashes on me every now and again. So we only use jk_nt_service.exe now. I didn't know TC5 has already got something that is implemented differently from TC4.1. Is there any documentation about procrun? Dave.

DO NOT REPLY [Bug 21283] New: - check for null inputstream before parsing xml in ParseUtils.parseXmlDocument

2003-07-02 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=21283. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21284] New: - WebDAV dummy lock token not good for MacOS X and Dreamweaver 6

2003-07-02 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=21284. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21288] New: - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 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=21288. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 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=21288. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 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=21288. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13846] - If-Modified-Since results in incorrect headers

2003-07-02 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=13846. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Tomcat' from Mayto June, 2003

2003-07-02 Thread Remy Maucherat
Tetsuya Kitahata wrote: Dear Jakarta Tomcat Development Team, (http://jakarta.apache.org/tomcat/) We are now preparing the 'Jakarta Newsletter Issue 9', news from May to June 2003, which would be published in the middle of July 2003. The 'Jakarta Newsletter Issue 9' will be appeared at

DO NOT REPLY [Bug 21291] New: - Page does not display on restart

2003-07-02 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=21291. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21291] - Page does not display on restart

2003-07-02 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=21291. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 18126] - jk2 does not process Jk directives in httpd.conf

2003-07-02 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=18126. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21291] - Page does not display on restart

2003-07-02 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=21291. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21291] - Page does not display on restart

2003-07-02 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=21291. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-07-02 Thread remm
remm2003/07/02 15:00:39 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: - Small code cleanup. - Initialize mapper after the main start so that welcome files are correctly set. Revision ChangesPath 1.69 +13

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 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=21288. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21288] - DirContext caching problem with Dreamweaver 6 when recursively creating directories

2003-07-02 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=21288. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Hey, we're famous !

2003-07-02 Thread kev
http://news.com.com/2100-1012_3-1022469.html?tag=fd_top Crikey the staff writers at news.com are pretty poor. Terrible doesn't begin to describe this paragraph... Reasoning next is studying Tomcat , an Apache module that lets Web servers run Java programs, said Tom Fry, Apache's director of

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

2003-07-02 Thread keith
keith 2003/07/02 17:15:16 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java Log: Allow * as a valid url Revision ChangesPath 1.19 +8 -4 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java Index:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java

2003-07-02 Thread keith
keith 2003/07/02 17:16:49 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteAdapter.java Log: Allow * as a valid url Revision ChangesPath 1.8 +8 -4

DO NOT REPLY [Bug 21297] New: - isapi_redirector2.dll cannot parse wrapped HTTP headers

2003-07-02 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=21297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 21297] - isapi_redirector2.dll cannot parse wrapped HTTP headers

2003-07-02 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=21297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [JAKARTA NEWSLETTER DRAFT] News on 'Jakarta Tomcat' from May to June, 2003

2003-07-02 Thread Tetsuya Kitahata
Remy wrote: Here's my proposal for a Tomcat entry: Project: nowikiTomcat/nowiki Editor: Remy Maucherat The Tomcat team is hard working on Tomcat 5, with the recent release of Tomcat 5.0.3, and the upcoming Tomcat 5.0.4 release (another alpha). The quality of Tomcat 5.0.3 seems

Re: Hey, we're famous !

2003-07-02 Thread Mark R. Diggory
I remember back when CNet was this great site where you could get all kinds of unbiased information. [sigh] Now its just a place for companies to blanket advertise their products. This just seems to be an advertisement for Reasoning, and a poor one at that. It'd be nice if he at least defined

How to get the container within an instance event?

2003-07-02 Thread Angus Mezick
Does anyone know how to access the container object from an instance event? Are there any specs that say an instance event can have no internal access to the server? Sorry for the cross post but I am deep into the internals of tomcat here and I don't know which list is appropriate. The list

Re: How to get the container within an instance event?

2003-07-02 Thread Craig R. McClanahan
On Wed, 2 Jul 2003, Angus Mezick wrote: Date: Wed, 2 Jul 2003 15:08:33 -0400 From: Angus Mezick [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: How to get the container within an instance event? Does anyone know how

DO NOT REPLY [Bug 21297] - isapi_redirector2.dll cannot parse wrapped HTTP headers

2003-07-02 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=21297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: How to get the container within an instance event?

2003-07-02 Thread dutta_kaushik
Hi All, From where can I get complete class diagrams of Tomcat ? Thanks, Kaushik This mail was scanned by Interscan Viruswall, CR ,TCS CHENNAI - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: How to get the container within an instance event?

2003-07-02 Thread Bill Barker
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/index.html - Original Message - From: [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:33 PM Subject: Re: How to get the container within an instance event? Hi All, From

class diagram

2003-07-02 Thread dutta_kaushik
I was asking abt UML class diagram, not API's. Could u please tell me where can i get it. - Kaushik http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/index.html Hi All, From where can I get complete class diagrams of Tomcat ? Thanks, Kaushik This mail

Re: class diagram

2003-07-02 Thread budi
You can download sample chapters of How Tomcat Works book from my website: www.brainysoftware.com cheers, budi ---Original Message--- From: Subject: class diagram Sent: 03 Jul 2003 05:23:44 I was asking abt UML class diagram, not API's. Could u please

DO NOT REPLY [Bug 21297] - isapi_redirector2.dll cannot parse wrapped HTTP headers

2003-07-02 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=21297. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.