Hi.

Wilmer Tan wrote:
Hi Andre and Rainer,

thank you for your response. Here is the output of the netstat
command. I filereted them already to the tomcat processes returned.

...
OK. This :

TCP    0.0.0.0:8309           0.0.0.0:0              LISTENING
4280 [tomcat5.exe]
..
and this :


I tried the command "telnet localhost 8309" the cmd window just
cleared (just a cursor) and nothing came up. no error message. Could
this be a problem with IIS? which crashed? It is just not connecting?

Seems to show, precisely, that on the machine where you had this command window opened :
- tomcat is listening on port 8309
- the localhost can connect to it's own port 8309
(if it could not, you would have seen error lessages with the telnet command, and not the blank screen. The blank screen means that your telnet client is connected to the port 8309.)

So, if IIS (with isapi_redirect) is running on that same host, it should be able to connect to that port also.
However, the previous log error messages seemed to say that it cannot.

So now I am stuck also.

Anyone has another idea ?



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

Reply via email to