Sean,
Mark,

On 26.3.2013 10:16, Mark Thomas wrote:
On 26/03/2013 08:55, Ognjen Blagojevic wrote:
Sean,

On 26.3.2013 4:14, Sean wrote:
Hello, I have setup tomcat6 on port 8080 using 64 bit- Centos 5. I am
able to see the default tomcat page, but if I try to go to the webadmin
gui (and yes have set my gui-web admin user, etc in server.xml) and or
geoserver web app it says connection timed out. Thus, I usually restart
tomcat and am able to connect to geoserver, but as soon as i try to
login then i get the no connection message and can only access the
localhost:8080 page again.

You are posting to wrong (dev) mailing list. Please post your question
to user mailing list.

No, this *is* the user list.

I'm sorry. It was honest mistake, I somehow thought it was posted on the dev list.

Regarding Sean's original question:

1. Tomcat homepage suggest that you installed Tomcat correctly, that is good.

2. Timeout suggest either:

a. your URL is not correct -- check protocol, server name, and port. If everything seems fine, check Tomcat access logs to see if your request was ever handled by Tomcat.

b. your application is unresponsive -- high CPU usage, garbage collection happening to, or something similar. Check your logs to see if there is something suspicious: e.g. OutOfMemoryError or PermGen space error. If logs are clear, you should use JVisualVM or similar monitoring tool to figure out what is going on while your web application is unresponsive.

-Ognjen




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to