DO NOT REPLY [Bug 25744] New: - Silent Installation Errors Out in 5.0.16

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

RE: License files error - PMC Approval Required

2003-12-24 Thread Rodney Waldhoff
(Trimming licensing from the to list, as prompted by Greg Stein) On Tue, 23 Dec 2003, Mark Thomas wrote: OK. The patch files have all been attached to the bug report at http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10286 Once I get the OK from the PMC I will commit them. +1 from me.

DO NOT REPLY [Bug 24970] - charset appended to content-type even if not text/*

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

DO NOT REPLY [Bug 25737] - Realm based authentication fails in cluster

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

Javabeans.

2003-12-24 Thread geek J
I configured Tomcat 4.0 with Java 1.4.1. I need to work JSP with Javabeans. In that case where I need to place all my class files in Tomcat package and where I need to place all my JSP files.?

Re: Javabeans.

2003-12-24 Thread Ben Souther
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html On Wednesday 24 December 2003 12:13 pm, geek J wrote: I configured Tomcat 4.0 with Java 1.4.1. I need to work JSP with Javabeans. In that case where I need to place all my class files in Tomcat package and where I need to

NIO and JDK link

2003-12-24 Thread Vic Cekvenich
There is a good talk on servlet engines and use of NIO and new JDK http://theserverside.com/home/thread.jsp?thread_id=22986 Some intresting topics. ibatis, Resin, etc. are based on 1.4. Struts 2.0 AFAIK is likely to use JDK 1.4. jRockit and IBM VM are all on 1.4. Is there a plan sometime to

RE: NIO and JDK link

2003-12-24 Thread Shapira, Yoav
Howdy, There is a good talk on servlet engines and use of NIO and new JDK http://theserverside.com/home/thread.jsp?thread_id=22986 You can be fairly certain most if not all tomcat developers are aware of theserverside and its latest flame wars. Is there a plan sometime to consider moving TC 5

Using Struts in Tomcat

2003-12-24 Thread geek J
How to and where to place Struts 1.1 package in Tomcat If I need to work on Struts framework using JSP.? Do I need to configure anything more in my classpath to work struts.? Do I need any app developer seperately.?

cvs commit: jakarta-tomcat-4.0/resources INSTALLLICENSE

2003-12-24 Thread markt
markt 2003/12/24 11:50:52 Modified:.LICENSE resources INSTALLLICENSE Log: - Fix bug10286. - The word 'notice' is incorrectly repeated in condition 1. It appears once at the end of the first line and is immediately repeated at the start of the second. This

cvs commit: jakarta-tomcat-connectors/webapp LICENSE.txt

2003-12-24 Thread markt
markt 2003/12/24 11:52:37 Modified:.LICENSE webapp LICENSE.txt Log: - Fix bug10286. - The word 'notice' is incorrectly repeated in condition 1. It appears once at the end of the first line and is immediately repeated at the start of the second. This

cvs commit: jakarta-tomcat-jasper LICENSE

2003-12-24 Thread markt
markt 2003/12/24 11:53:05 Modified:.Tag: tomcat_4_branch LICENSE Log: - Fix bug10286. - The word 'notice' is incorrectly repeated in condition 1. It appears once at the end of the first line and is immediately repeated at the start of the second. This patch removes the

cvs commit: jakarta-tomcat-5/resources INSTALLLICENSE

2003-12-24 Thread markt
markt 2003/12/24 11:53:47 Modified:.LICENSE resources INSTALLLICENSE Log: - Fix bug10286. - The word 'notice' is incorrectly repeated in condition 1. It appears once at the end of the first line and is immediately repeated at the start of the second. This

cvs commit: jakarta-tomcat-catalina LICENSE

2003-12-24 Thread markt
markt 2003/12/24 11:54:37 Modified:.LICENSE Log: - Fix bug10286. - The word 'notice' is incorrectly repeated in condition 1. It appears once at the end of the first line and is immediately repeated at the start of the second. This patch removes the repeated word. -

DO NOT REPLY [Bug 10286] - LICENSE file contains a grammatical error

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

DO NOT REPLY [Bug 25748] New: - Synchronization issues in ThreadPool.java

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

DO NOT REPLY [Bug 25750] New: - Cannot find server Errors

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

DO NOT REPLY [Bug 25748] - Synchronization issues in ThreadPool.java

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

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config valve.xml

2003-12-24 Thread markt
markt 2003/12/24 12:40:50 Modified:catalina/src/share/org/apache/catalina/authenticator AuthenticatorBase.java BasicAuthenticator.java DigestAuthenticator.java FormAuthenticator.java NonLoginAuthenticator.java

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/authenticator SingleSignOnEntry.java

2003-12-24 Thread markt
markt 2003/12/24 12:41:50 Added: catalina/src/share/org/apache/catalina/authenticator SingleSignOnEntry.java Log: - Port of patch from TC5. - Fix bugs 4350, 9077, 10040 and 23881. - SSO in embedded Tomcat. - Patch provided by Brian Stansberry.

DO NOT REPLY [Bug 23881] - SingleSignOn and FormAuthenticator in embedded tomcat

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

RE: Not Redirecting (IIS6.0 - JWSDP1.3 with Tomcat5.0).

2003-12-24 Thread charles doweary
I finally got it to work!!! After adding the .jsp extension with mime type application/octet-stream to IIS 6.0 under the web site properties, http headers tab, my jsp-exapmles were processed successfully by Tomcat 5.0. This needs to be added to all of the HOW TO documentation that out there

Re: Using Struts in Tomcat

2003-12-24 Thread Craig R. McClanahan
Quoting geek J [EMAIL PROTECTED]: How to and where to place Struts 1.1 package in Tomcat If I need to work on Struts framework using JSP.? Do I need to configure anything more in my classpath to work struts.? Do I need any app developer seperately.? You should plan including struts.jar (and

DO NOT REPLY [Bug 25748] - Synchronization issues in ThreadPool.java

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

DO NOT REPLY [Bug 21763] - Tomcat 4.1.24 hangs under heavy load using http connector.

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

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java

2003-12-24 Thread billbarker
billbarker2003/12/24 19:08:31 Modified:util/java/org/apache/tomcat/util/threads ThreadPool.java Log: Fix potential race condition. You'll need some pretty high-end hardware to see this in the real world, but it's still technically a bug. Revision ChangesPath 1.19