Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Minh Tu Thanh Tran
Dear friends, When I click on different links or button in my jsp page quickly, normally everythings is ok but sometime the tomcat server hang, it can not response to the requests anymore because the CPU goes to 100% If I publish my website, and when it may happens again the CPU goes to 100%

Re: Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Leon Rosenberg
create a thread dump (kill -QUIT pid) and look for the thread that hangs. then fix the bug :-) regards Leon On 10/4/06, Minh Tu Thanh Tran [EMAIL PROTECTED] wrote: Dear friends, When I click on different links or button in my jsp page quickly, normally everythings is ok but sometime the

RE: Problem: Tomcat server hang because CPU goes to 100%

2006-10-04 Thread Praveen Balaji
Check how Heinz would do it: http://www.javaspecialists.co.za/archive/newsletter.do?issue=132locale= en_US -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 2:56 PM To: Tomcat Users List Subject: Re: Problem: Tomcat server hang because

RE: IIS and Tomcat on different physical servers

2006-10-04 Thread Øyvind Roth
It did it, most of it at least. Thanks a lot! (A bit embarrassing , though...) (And I also got confirmed my understanding that it is perfectly possible to have Tomcat on a separate machine and that the machine running IIS needs neither Java nor Tomcat (of course)). A couple of issues remain,

named based virtual host with Tomcat

2006-10-04 Thread Stefan Obermeier
Hello, we are using Apache-Tomcat connector in the following way: The two conf files are located on the INTERNETSERVER. The INTERNETSERVER is reachable via application.domain.com The Tomcat applications are available via application.domain.com/APPL/ on PRODSERVER or

RE: How to stop using catalina.out with Tomcat 5.5.9?

2006-10-04 Thread Goykhman, Boris
Slight correction: log output is appended to both catalina.out and log4j log, and I wanna get rid of catalina.out output. From: Goykhman, Boris Sent: Tuesday, October 03, 2006 6:01 PM To: 'users@tomcat.apache.org' Subject: How to stop using catalina.out with

Re: How to stop using catalina.out with Tomcat 5.5.9?

2006-10-04 Thread David Smith
catalina.out is just redirected std out and error out. Disable logging to console in log4j config and the messages in catalina.out should go away (except for some very top level logging coming from the startup/shutdown script). --David Goykhman, Boris wrote: Slight correction: log output

RE: How to stop using catalina.out with Tomcat 5.5.9?

2006-10-04 Thread Goykhman, Boris
Thank you! Shouldda been pretty obvious... -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 10:04 AM To: Tomcat Users List Subject: Re: How to stop using catalina.out with Tomcat 5.5.9? catalina.out is just redirected std out and error

RE: 4.1.34 stability vote in progress

2006-10-04 Thread Propes, Barry L
I feel like it's fairly stable, if that's what you're asking. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 7:39 PM To: Tomcat Users List Subject: 4.1.34 stability vote in progress All, Just a quick note to let you know that a stability

A question.

2006-10-04 Thread gustavo . ezquerro
Hi, there I've been experiencing some troubles in my apache-tomcat, I have a Open Enterprise Server with IDM from Novell, so I try to install the Net Storage services, but to manage these I have to use the iManager web page, but there is something strange everytime I try to reache that page it

Log files not being generated after new .war file installed and exploded

2006-10-04 Thread Blackmon, Bill
Hi, We're suddenly not getting any log files after staging and exploding a new .war installation. The server.xml file hasn't changed. We're using Tomcat v.4.1 on a Windows server. Thanks, Bill

error while running a webapp

2006-10-04 Thread Oliver Wagner
Hello, I wrote a web application (JSPs, Beans, JDBC and MYSQL) and use the tomcat container. But if the container runs a while the strange error occurs. I don't know how to solve this problem. While the problem occurs the other web applications are still running without a problem. After a

CGI vs SMTP vs Tomcat

2006-10-04 Thread HALSTEAD SGT WARREN F
Good Afternoon, I am running Tomcat 5 with CGI enabled. I am attempting to use Net::SMTP to send e-mail, and it works fine from the command line, but not running as a CGI script. I have scoured the internet and found other people with this problem, but the derisive answer to their pleas