Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread David Doughty
Made sure there were no other processes using the port before starting
this time; also serving static htm page as welcome page; still seeing
same problem! 
  Thanks,
  David D.

Juan Ignacio Garzón wrote:
 Are you entering to a static or dynamic (ie servlet, jsp) page? Maybe
 its a database timeout, or the application you are running is too
 heavy (a performance bug).

 Try entering a static page in order to discard an application /
 database problem.

 2007/8/8, David Doughty [EMAIL PROTECTED]:
   
   I've got a Tomcat installation that is acting strange, and not being
 much of a Tomcat geek, I'm feeling a bit lost.  We just rebuilt the java
 application it's supposed to be serving, and restarted Tomcat.  It appears
 (from 'ps' and the log files) to start up just fine; netstat shows a
 process listening on the port (8080); but when we point a browser to the
 port, we get a timeout.  There isn't another app listening on
 that port; no errors in the tomcat logs or /var/log/messages...
   We've tried going back to older code, up to newer code, and always get the 
 same result.
   Any suggestions?  Tomcat 4 on Redhat 7; Coyote connector by itself (ie. no 
 webserver).
  Thanks,
  David D.
 


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread Partha Goswami
I think, you should download latest version, then it will work fine..



On 8/10/07, David Doughty [EMAIL PROTECTED] wrote:

 Made sure there were no other processes using the port before starting
 this time; also serving static htm page as welcome page; still seeing
 same problem!
   Thanks,
   David D.

 Juan Ignacio Garzón wrote:
  Are you entering to a static or dynamic (ie servlet, jsp) page? Maybe
  its a database timeout, or the application you are running is too
  heavy (a performance bug).
 
  Try entering a static page in order to discard an application /
  database problem.
 
  2007/8/8, David Doughty [EMAIL PROTECTED]:
 
I've got a Tomcat installation that is acting strange, and not being
  much of a Tomcat geek, I'm feeling a bit lost.  We just rebuilt the
 java
  application it's supposed to be serving, and restarted Tomcat.  It
 appears
  (from 'ps' and the log files) to start up just fine; netstat shows a
  process listening on the port (8080); but when we point a browser to
 the
  port, we get a timeout.  There isn't another app listening on
  that port; no errors in the tomcat logs or /var/log/messages...
We've tried going back to older code, up to newer code, and always
 get the same result.
Any suggestions?  Tomcat 4 on Redhat 7; Coyote connector by itself
 (ie. no webserver).
   Thanks,
   David D.
 


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Regards
Partha Goswami
Solaris/Open solaris User Group
www.solaris-user-group.org


Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread David Doughty
Thanks, but not an option.   Customer won't go to new version. - David D.
Partha Goswami wrote:
 I think, you should download latest version, then it will work fine..

   


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread Partha Goswami
humm.. yes. then, cheack if any other process, running on the port.

On 8/10/07, David Doughty [EMAIL PROTECTED] wrote:

 Thanks, but not an option.   Customer won't go to new version. - David D.
 Partha Goswami wrote:
  I think, you should download latest version, then it will work fine..
 
 


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Regards
Partha Goswami
Solaris/Open solaris User Group
www.solaris-user-group.org


Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread David Doughty
Already checked for other processes; loading static welcome page, too. 
Weird, isn't it?
  Thanks,
  - David D.
Partha Goswami wrote:
 humm.. yes. then, cheack if any other process, running on the port.

 On 8/10/07, David Doughty [EMAIL PROTECTED] wrote:
   
 Thanks, but not an option.   Customer won't go to new version. - David D.
 Partha Goswami wrote:
 
 I think, you should download latest version, then it will work fine..
   

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread Hassan Schroeder
On 8/9/07, David Doughty [EMAIL PROTECTED] wrote:
 Already checked for other processes; loading static welcome page, too.

Can you telnet to that port? And are you absolutely sure no one did
anything to your iptables or whatever firewall might be running? I'd
log into the system and try to telnet to localhost 8080, as well.

If your logs show normal Connector startup messages but nothing
else, maybe you could enable the RequestDumper valve to see if there's
anything useful there.

You could also  start it up under truss, or install LambdaProbe and
see what that tells you.

/me finishes throwing out straws :-)
-- 
Hassan Schroeder  [EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread PTS

/me finishes throwing out straws :-)
--
Hassan Schroeder  [EMAIL PROTECTED]



Since Hassan has run out I have a few. What IF Tomcat is starting OK but 
there is no page to serve at the URL you are going to? IF the server is 
starting fine but the app is not deploying then where would you be? Are 
there any other apps running? Can you build a small test app with static 
pages?


Just a few crazy notions.

Doug 



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-09 Thread David Smith
Maybe I'm being too picky in the language, but I'm not entirely clear 
from your posts if the failure is just on jsps and servlets or across 
the board (jsps, servlets, html, images, styles, javascript, etc., 
...).  Your original post implied the problem was across the board.


I ask just to be clear where the problem is -- possible 
connector/firewall issue or something funny with servlets/jsps hanging 
-- possibly waiting on some back end resource.  Can you turn on the 
access log valve or request dumper valve to see that tomcat is actually 
receiving the request in your logs?


--David

David Doughty wrote:
Already checked for other processes; loading static welcome page, too. 
Weird, isn't it?

  Thanks,
  - David D.
Partha Goswami wrote:
  

humm.. yes. then, cheack if any other process, running on the port.

On 8/10/07, David Doughty [EMAIL PROTECTED] wrote:
  


Thanks, but not an option.   Customer won't go to new version. - David D.
Partha Goswami wrote:

  

I think, you should download latest version, then it will work fine..
  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-08 Thread Hassan Schroeder
On 8/8/07, David Doughty [EMAIL PROTECTED] wrote:

, and restarted Tomcat.  
 It appears
 (from 'ps' and the log files) to start up just fine; netstat shows a
 process listening on the port (8080); but when we point a browser to the
 port, we get a timeout.

Are you sure you got a complete shutdown of the original Tomcat
process? I've seen cases where a sort of zombified TC/JVM was
still running in parallel with the new one I'd started, and that's
exactly the symptom.

FWIW!
-- 
Hassan Schroeder  [EMAIL PROTECTED]

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat listening on port, but get timeout in browser

2007-08-08 Thread Juan Ignacio Garzón
Are you entering to a static or dynamic (ie servlet, jsp) page? Maybe
its a database timeout, or the application you are running is too
heavy (a performance bug).

Try entering a static page in order to discard an application /
database problem.

2007/8/8, David Doughty [EMAIL PROTECTED]:
   I've got a Tomcat installation that is acting strange, and not being
 much of a Tomcat geek, I'm feeling a bit lost.  We just rebuilt the java
 application it's supposed to be serving, and restarted Tomcat.  It appears
 (from 'ps' and the log files) to start up just fine; netstat shows a
 process listening on the port (8080); but when we point a browser to the
 port, we get a timeout.  There isn't another app listening on
 that port; no errors in the tomcat logs or /var/log/messages...
   We've tried going back to older code, up to newer code, and always get the 
 same result.
   Any suggestions?  Tomcat 4 on Redhat 7; Coyote connector by itself (ie. no 
 webserver).
  Thanks,
  David D.


 -
 To start a new topic, e-mail: users@tomcat.apache.org
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]