Sébastien PRUNIER wrote:
JVM version : 1.6.0_20

Platform : Windows VISTA Pro / SP2

Does netstat show Tomcat listening on port 8080 : YES

Is localhost resolvable from inside the JVM ? : YES. Moreover, the same
error occurs with the IP address or the hostname instead of localhost.

What's in the Tomcat logs when you enable the AccessLogValve in
conf/server.xml : it is empty, no access log.

I found this amazing because it works with 5.5.28 version and not with
5.5.30. I did not do any specific configuration (on the both tomcat
installations), the installations are clean (I installed them today)

So let's summarise (and tell me where I'm wrong) :

A)
1) you downloaded and installed Tomcat 5.5.28, from the Tomcat website at http://tomcat.apache.org

2) which one of the Tomcat packages did you download and install ? the zip version, or the installer .exe version ?

3) to which directory did you install it ?

4) how do you start it ?

5) after starting it, in a command window, do :
netstat -anop tcp
and paste the result here

B)
1) you downloaded and installed Tomcat 5.5.30, from the Tomcat website at http://tomcat.apache.org

2) which one of the Tomcat packages did you download and install ? the zip version, or the installer .exe version ?

3) if it was the zip version, to which directory did you install it ?

4) how do you start it ?

5) after starting it, in a command window, do :
netstat -anop tcp
and paste the result here

C) your client is a java program separate from Tomcat, yes ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to