Re: StandardServer.await: Invalid command 'GET / HTTP/1.1' received
Hi Rainer, Thx a lot for the solution. yes, you are right, after changing the admin port to 8005 in the config it worked fine. Thank you, bala. On 5/5/09, Rainer Frey wrote: > On Tuesday 05 May 2009 12:01:24 balachandra maddina wrote: >> Hi All, >> 5 May, 2009 3:24:11 PM org.apache.catalina.core.StandardServer await >> WARNING: StandardServer.await: Invalid command 'GET / HTTP/1.1' received >> >> im using eclipse ganymede and the the server configuration is set to use >> tomcat6 installation and both http/1.1 and admin port values are set to >> 8080. not sure whats causing the issue. any help would be appreciated. > > Exactly that *is* the issue! The admin port is for receiving admin commands, > and the HTTP port is for receiving HTTP requests. You must use different > ports. What happened is: the HTTP connector could not start, because the > server already opened that port. Your browser/client/whatever sent the > request to the admin port , the server does not understand HTTP and logs > this error. > >> Thank you, >> bala. > > Rainer > > - > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: StandardServer.await: Invalid command 'GET / HTTP/1.1' received
balachandra maddina wrote: > Hi All, > > When i tried to configure the tomcat6 with eclipse im getting following > error > > 5 May, 2009 3:24:11 PM org.apache.catalina.core.StandardServer await > WARNING: StandardServer.await: Invalid command 'GET / HTTP/1.1' received > > im using eclipse ganymede and the the server configuration is set to use > tomcat6 installation and both http/1.1 and admin port values are set to > 8080. not sure whats causing the issue. any help would be appreciated. Umm, well that right there, would be the issue. Why would you set the HTTP and shutdown port to be the same one? Leave the shutdown port on 8005 or another similar (but free) port. p > Thank you, > bala. > - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Re: StandardServer.await: Invalid command 'GET / HTTP/1.1' received
On Tuesday 05 May 2009 12:01:24 balachandra maddina wrote: > Hi All, > 5 May, 2009 3:24:11 PM org.apache.catalina.core.StandardServer await > WARNING: StandardServer.await: Invalid command 'GET / HTTP/1.1' received > > im using eclipse ganymede and the the server configuration is set to use > tomcat6 installation and both http/1.1 and admin port values are set to > 8080. not sure whats causing the issue. any help would be appreciated. Exactly that *is* the issue! The admin port is for receiving admin commands, and the HTTP port is for receiving HTTP requests. You must use different ports. What happened is: the HTTP connector could not start, because the server already opened that port. Your browser/client/whatever sent the request to the admin port , the server does not understand HTTP and logs this error. > Thank you, > bala. Rainer - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
StandardServer.await: Invalid command 'GET / HTTP/1.1' received
Hi All, When i tried to configure the tomcat6 with eclipse im getting following error 5 May, 2009 3:24:11 PM org.apache.catalina.core.StandardServer await WARNING: StandardServer.await: Invalid command 'GET / HTTP/1.1' received im using eclipse ganymede and the the server configuration is set to use tomcat6 installation and both http/1.1 and admin port values are set to 8080. not sure whats causing the issue. any help would be appreciated. Thank you, bala.