java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
I configured Tomcat/5.0.28 in MyEclipse 5.1 but unable to run the server to test some examples. I changed default 8080 port in server.xml, which was also giving same error. These are the lines that I changed: Server port=8015 shutdown=SHUTDOWN debug=0 Connector port=8090

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
acquired it, so now it's on the Microsoft site: http://www.microsoft.com/technet/sysinternals/Networking/TcpView.mspx --David mallika guliani wrote: I configured Tomcat/5.0.28 in MyEclipse 5.1 but unable to run the server to test some examples. I changed default 8080 port in server.xml, which

RE: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
to that port (e.g. telnet [hostname] [port#] Example: telnet localhost 8080) -Original Message- From: mallika guliani [mailto:[EMAIL PROTECTED] Sent: Thursday, April 05, 2007 11:18 AM To: tomcat-user@jakarta.apache.org Subject: java.net.BindException: Address already in use: JVM_Bind:8090 I

Re: java.net.BindException: Address already in use: JVM_Bind:8090

2007-04-05 Thread mallika guliani
possible two or more of those are configured to the same port. If that were the case, they would have to be launching together to simultaneously go from no one using 8090 to two attempts at 8090. Could you provide some detail regarding your setup? --David mallika guliani wrote: Thanks David