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

2007-04-05 Thread mallika guliani
maxThreads=150 ... But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint java.net.BindException: Address already

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

2007-04-05 Thread Alvarez, Mike
:18 AM To: tomcat-user@jakarta.apache.org Subject: java.net.BindException: Address already in use: JVM_Bind:8090 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

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

2007-04-05 Thread Propes, Barry L
are you running another JVM simultaneously? -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 configured Tomcat/5.0.28

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

2007-04-05 Thread David Smith
java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint java.net.BindException: Address already in use: JVM_Bind:8090 StandardServer.await: create[8015]: java.net.BindException: Address already in use: JVM_Bind All the forums say change port in Server.xml which hasn't

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

2007-04-05 Thread mallika guliani
was also giving same error. These are the lines that I changed: But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint

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 David Smith
in server.xml, which was also giving same error. These are the lines that I changed: But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint

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

2007-04-05 Thread mallika guliani
. These are the lines that I changed: But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint java.net.BindException: Address already in use: JVM_Bind

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

2007-04-05 Thread Venky Vasant
Connector port=8090 maxThreads=150 ... But it keeps giving the same error: org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:8090 SEVERE: Error starting endpoint