Help, Tomcat 4.1.31 no response

2005-12-17 Thread chao zhang
My Operating System: RedHat 9 JVM version: j2sdk 1.4.2_09 Tomcat: tomcat 4.1.31 Hardware configuration: Dual PIII 1G, 512MB memory users: about 30 I have a web application and have deployed to my tomcat 4.1.31. The problem is: tomcat will no response after running about 1 week. When i enter

Tomcat 4.1.31 no response

2005-12-17 Thread chao zhang
My Operating System: RedHat 9 JVM version: j2sdk 1.4.2_09 Tomcat: tomcat 4.1.31 Hardware configuration: Dual PIII 1G, 512MB memory users: about 30 I have a web application and have deployed to my tomcat 4.1.31. The problem is: tomcat will no response after running about 1 week. When i

Tomcat 4.1.31 no response

2005-12-17 Thread chao zhang
My Operating System: RedHat 9 JVM version: j2sdk 1.4.2_09 Tomcat: tomcat 4.1.31 Hardware configuration: Dual PIII 1G, 512MB memory users: about 30 I have a web application and have deployed to my tomcat 4.1.31. The problem is: tomcat will no response after running about 1 week. When i enter the

Help, Tomcat 4.1.31 no response

2005-12-17 Thread zhang chao
My Operating System: RedHat 9 JVM version: j2sdk 1.4.2_09 Tomcat: tomcat 4.1.31 Hardware configuration: Dual PIII 1G, 512MB memory users: about 30 I have a web application and have deployed to my tomcat 4.1.31. The problem is: tomcat will no response after running about 1 week. When i enter the

Re: Tomcat 5.5.12 clustering - messages lost under high load

2005-12-17 Thread Yogesh Prajapati
Peter, I tried the latest Tomcat source (I believe it is 5.5.15 head as stated in bug #37896). As you suggested I used fastasyncqueue. Here is the config for fastasyncqueue Sender className= org.apache.catalina.cluster.tcp.ReplicationTransmitter

Re: Help, Tomcat 4.1.31 no response

2005-12-17 Thread David Smith
Have you taken a look at your log files? It could be a memory leak in your app as well. -- David zhang chao wrote: My Operating System: RedHat 9 JVM version: j2sdk 1.4.2_09 Tomcat: tomcat 4.1.31 Hardware configuration: Dual PIII 1G, 512MB memory users: about 30 I have a web application

RE: Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-17 Thread Martin Gainty
Good Morning Steve- Speculation on my part but did you set the path property before invoking execute() before calling Reload Also I would encourage you to look at http://tomcat.apache.org/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/ant/ReloadTask.html I am cross-posting to struts user

Re: Help, Tomcat 4.1.31 no response

2005-12-17 Thread Martin Gainty
I Agree with David- Send us your most recent log from $CATALINA_HOME/logs regards, Martin- - Original Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, December 17, 2005 11:03 AM Subject: Re: Help, Tomcat 4.1.31 no response

Re: Adjusting Memory

2005-12-17 Thread Bruno Georges
Hi Thomas A quick note: Correct me if I am wrong , but it looks like this happens not intentionally when the spell checker modify the spelling in the Subject line. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- |

Re: Threads Was: Adjusting Memory

2005-12-17 Thread Mark Thomas
Bruno Georges wrote: Hi Thomas A quick note: Correct me if I am wrong , but it looks like this happens not intentionally when the spell checker modify the spelling in the Subject line. Bruno Georges It depends on the mail client. Some use the subject, some use the In-Reply-To header, some

[ANNOUNCEMENT] x4juli 0.6 released (was Tomcat JULI)

2005-12-17 Thread Boris Unckel
Hello, I am pleased to announce the availability of x4juli 0.6: Tomcat delivers an extension for logging ([1],[2]). This extension as base and a port of log4j to java.util.logging is the new x4juli. x4juli - e(x)tension for(4) the (j)ava util(u) (l)ogging (i)mplemantion. Tomcat users have

RE: Tomcat 5.5.12: custom mail resource property values ignored in META-INF\context.xml

2005-12-17 Thread Steve Widmar
The continuing (mundane) saga... Martin - Good Morning to you, and thanks for your reply. If I understand you, you're talking about my reload troubles. I'm inferring from your post that reload should reload everything (incl. META-INF/context.xml and WEB-INF/web.xml)... Howevah, looking again

using directory outside of webapp

2005-12-17 Thread Jason Abreu
Tomcat version: 5.5.9 Tomcat directory: /etc/jakarta-tomcat-5.5.9/ I have a JSP page that displays search results and, based on a unique identifier for each result, displays a picture of each result. The pictures are located outside of the tomcat directory structure, in a separate

RE: using directory outside of webapp

2005-12-17 Thread Steve Widmar
Jason: If your webapp is also outside tomcat, and you follow the rules ( http://tomcat.apache.org/tomcat-5.5-doc/config/context.html ), then so long as they're not in WEB-INF they should be accessable to browsers. Then its just a matter of getting the image URL correct (relative or absolute

Re: using directory outside of webapp

2005-12-17 Thread Martin Gainty
I found this ImageServlet example helpful.. http://www.servletsuite.com/servlets/imageview.htm where you can describe your image as a parameter in a img src= statement img src=/servlet/Image?c:\mydir\image.gif width=125 OR also you can describe an image file as an initial parameter. Parameter

c:import doesn't work right with HEAD requests

2005-12-17 Thread erh
I'm having some trouble getting the c:import tag to work right. It seems to be perfectly fine when the request that tomcat receives is a GET request. However, when it receives a HEAD request instead, c:import never actually reads the data. Is this a known bug? Is it fixed in a