tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
Hi! I am new to tomcat. It try to use it with some servlet (oaicat). It seems to run well on my pc at work, but I cannot run it on my laptop on which I would like to develop. I start it, it looks fine. And after a few seconds or minutes, I doesn't answer any response. I uninstalled already all

Re: tomcat hangs without anything

2010-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maurice, On 3/11/2010 3:42 PM, Maurice Mengel wrote: Hi! I am new to tomcat. It try to use it with some servlet (oaicat). It seems to run well on my pc at work, but I cannot run it on my laptop on which I would like to develop. I start it,

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
1) thanks for the very quick response! 2) I get the static page, because it is still in the brower cache, browser is loading, but never actually displays anything; after a very long time, a timeout. How do you describe that? 3) yes stout goes to console, see attachment 4) here is the output of

Re: tomcat hangs without anything

2010-03-11 Thread André Warnier
Christopher Schultz wrote: - windows xp - I start tomcat with bin\startup.bat Can you post everything that shows up on the console during Tomcat startup? IIRC, bin\startup.bat leaves the window open and stdout just goes to the terminal. Not exactly. When you start it via startup.bat,

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
As far as I can tell, it tells essentially the same. Now I am using different jdk and the catalina.bat run command. I didn't know I could copy from this windows at all. Usually, I use cygwin, but this seems not to make anything easier. C:\Apache\apache-tomcat-6.0.24bin\catalina.bat run Using

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
4) no other server. I uninstalled apache-http and didn't do anything to tomcat config. I hope this is what you ask me for: !-- A Connector represents an endpoint by which requests are received and responses are returned. Documentation at : Java HTTP Connector:

RE: tomcat hangs without anything

2010-03-11 Thread Caldarale, Charles R
From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything 4) here is the output of jstack. Everything looks pretty normal here. http-8080-1 daemon prio=6 tid=0x0344b000 nid=0x180c in Object.wait() [0x03adf000]    java.lang.Thread.State: WAITING

RE: tomcat hangs without anything

2010-03-11 Thread Caldarale, Charles R
From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything I hope this is what you ask me for: It is, and it shows nothing unusual - all pretty standard settings. Example: This time I was able to click 10 times on manager/status and list applications

Re: tomcat hangs without anything

2010-03-11 Thread Maurice Mengel
On Thu, Mar 11, 2010 at 11:06 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything I hope this is what you ask me for: It is, and it shows nothing unusual - all pretty standard settings

RE: tomcat hangs without anything

2010-03-11 Thread Caldarale, Charles R
From: Maurice Mengel [mailto:mauricemen...@gmail.com] Subject: Re: tomcat hangs without anything Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / That time value only controls how long Tomcat will wait after a connection