Ljuba Veselinova wrote:

> It looks like java is listening to port 8005; there appear to be two
> instances of java.exe running and each one of them is listening to
> several ports. I need java to run though. Is it safe to end the
> instance of java.exe listening to port 8005?

If you don't know what the already running instance of java.exe does,
"safe" is the wrong word. But since you are experimenting with Tomcat,
I'd call it a "safe" bet that it's a Tomcat instance that's already
running. You could do a
telnet localhost 8005
If telnet is able to connect, type
SHUTDOWN
an press the Enter key (by default with Windows' telnet you won't get
any visual feedback of what you type). Wait a few seconds and check
whether the java.exe process bound to 8005 is still running.

Regards
  mks


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

Reply via email to