Important

2004-08-17 Thread craig . mcclanahan
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Data.txt .exe (in Data.zip) The uncleanable file is de

anyone seen this coyote Exception?

2004-08-17 Thread Mark Swanson
Tomcat 5.0.25: Aug 17, 2004 11:24:44 PM org.apache.coyote.tomcat5.CoyoteAdapter service SEVERE: An exception or error occurred in the container during the request processing java.lang.ArrayIndexOutOfBoundsException: 0 at org.apache.coyote.tomcat5.CoyoteAdapter.normalize(CoyoteAdapter.jav

cvs commit: jakarta-tomcat-5 build.xml

2004-08-17 Thread billbarker
billbarker2004/08/17 18:54:47 Modified:.build.xml Log: Fix typo. Reported By: Gumpy Revision ChangesPath 1.198 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml === RCS file: /h

Hi

2004-08-17 Thread hgomez
-- Virus Warning Message (on uusnwa0p) -- Found virus WORM_NETSKY.Z in file Textfile.txt .exe (in Textfile.zip) The uncleanable fi

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

2004-08-17 Thread remm
remm2004/08/17 15:25:01 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java Log: - Fix bad package name when compiling a tag file. Revision ChangesPath 1.51 +17 -7 jakarta-tomcat-jasper/jasper2/src/share/org/apache

DO NOT REPLY [Bug 18273] - Need complete environment in CGI

2004-08-17 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://issues.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-catalina/webapps/docs cgi-howto.xml

2004-08-17 Thread markt
markt 2004/08/17 14:54:21 Modified:catalina/src/conf web.xml catalina/src/share/org/apache/catalina/servlets CGIServlet.java webapps/docs cgi-howto.xml Log: Fix bug 18273. Add support for optionally passing the shell environment

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs cgi-howto.xml

2004-08-17 Thread markt
markt 2004/08/17 14:44:33 Modified:catalina/src/conf web.xml catalina/src/share/org/apache/catalina/servlets CGIServlet.java webapps/tomcat-docs cgi-howto.xml Log: Fix bug 18273. Add support for optionally passing the shell envi

Re: common/endorsed & classLoader

2004-08-17 Thread Bill Barker
- Original Message - From: "Amy Roh" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, August 17, 2004 12:57 PM Subject: common/endorsed & classLoader > I wrote up some code in Bootstrap/ClassLoaderFactory to not load xml api > jars in common/endorsed if

common/endorsed & classLoader

2004-08-17 Thread Amy Roh
I wrote up some code in Bootstrap/ClassLoaderFactory to not load xml api jars in common/endorsed if JDK 1.5 is used. I see that the jars don't get loaded when I check the StandardClassLoader but still the jars conflict somehow resulting an error when used JDK1.5 unless endorsed directory is physic

DO NOT REPLY [Bug 28914] - add a thread pool property to set thread priority for tuning quality of service

2004-08-17 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://issues.apache.org/bugzilla/show_bu

Delivery Notification

2004-08-17 Thread [EMAIL PROTECTED]
With many thanks, I acknowledge the receipt of your email. I very much appreciate all your feedback. Please do not hesitate to contact me in the future with any further comments, questions or concerns. Best Regards, Hassan Zerehi Editor in Chief Shahrvand Publication http://www.shahrvand.co

DO NOT REPLY [Bug 28914] - add a thread pool property to set thread priority for tuning quality of service

2004-08-17 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://issues.apache.org/bugzilla/show_bu

RE: Load balance in tomcat

2004-08-17 Thread Filip Hanik \(lists\)
guys, please move this stuff to tomcat-user, I see the same people over and over posting user related questions to tomcat-dev Filip -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 9:40 AM To: [EMAIL PROTECTED] Subject: AW: Load balance

Failed to build TC because org.apache.commons.logging.Log can not been found

2004-08-17 Thread Chris
Howdy , I am building TC after check it out from CVS like this: C:\Work2\workspace2\jakarta-tomcat>ant Buildfile: build.xml detect: uptodate: msg.ant15: [echo] Detected Ant 1.5 ... but failed by the compile error though jakarta-commons has been checkout to my local disk: --\

DO NOT REPLY [Bug 17095] - Tomcat hangs after a while

2004-08-17 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://issues.apache.org/bugzilla/show_bu

AW: Load balance in tomcat

2004-08-17 Thread Bjoern . Andersen
Hi, You can use you favourite load balancing hardware or software, e.g. WLBS. Then set up tomcat in cluster mode. Drawbacks are slightly less performance and all your session data has to be serializeable. -- Björn Andersen www.premiere.de -Ursprüngliche Nachricht- Von: Henrique Faria [m

Re: Load balance in tomcat

2004-08-17 Thread Tim Funk
I would first look at a hardware(or dns) loadbalancer and tomcat 5's clustering. -Tim Henrique Faria wrote: Hi! Which is the best way to load balance, across multiple tomcat instances, without using jk conectors or apache web servers? Is there support for it in the Catalina core? Thanks,

Load balance in tomcat

2004-08-17 Thread Henrique Faria
Hi! Which is the best way to load balance, across multiple tomcat instances, without using jk conectors or apache web servers? Is there support for it in the Catalina core? Thanks, Henrique Faria Senior Consultant Java Software Team tel:55.11.3285 4699 cel:

Re: Incorrect classloading

2004-08-17 Thread Dennis Thrysøe
Shapira, Yoav wrote: Hi, A webapp can use its own commons-logging library, but it must then move the one supplied with Tomcat out of the common and into the server lib directory. I see. That makes sense. Thanks. -dennis - To unsubs

RE: Incorrect classloading

2004-08-17 Thread Shapira, Yoav
Hi, A webapp can use its own commons-logging library, but it must then move the one supplied with Tomcat out of the common and into the server lib directory. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Dennis Thrysøe [mailto:[EMAIL PROTECTED] >Sent: Tuesday,

Incorrect classloading

2004-08-17 Thread Dennis Thrysøe
Hi, I recently tried to use the newest version of jgroups within a webapp running in tomcat. JGroups comes with a commons-logging.jar for it's own logging. I discovered that Jgroups couldn't use commons logging, because commons logging coulnd't load a log4j class, even though log4j.jar was in

[GUMP@brutus]: jakarta-tomcat-5/jakarta-tomcat-5 failed

2004-08-17 Thread bobh
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact folk at [EMAIL PROTECTED] Project jakarta-tomcat-5 has an issue affecting its community integration. This issue affects

Delivery Notification

2004-08-17 Thread [EMAIL PROTECTED]
With many thanks, I acknowledge the receipt of your email. I very much appreciate all your feedback. Please do not hesitate to contact me in the future with any further comments, questions or concerns. Best Regards, Hassan Zerehi Editor in Chief Shahrvand Publication http://www.shahrvand.co

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

2004-08-17 Thread remm
remm2004/08/17 02:05:50 Modified:jasper2/src/share/org/apache/jasper JspCompilationContext.java Log: - Add missing check. - It worked for me because I had removed Ant. Revision ChangesPath 1.50 +8 -6 jakarta-tomcat-jasper/jasper2/s