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

Reply via email to