You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by balachandra maddina <ch...@gmail.com> on 2009/05/05 12:01:24 UTC

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.

Re: StandardServer.await: Invalid command 'GET / HTTP/1.1' received

Posted by Pid <p...@pidster.com>.
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: StandardServer.await: Invalid command 'GET / HTTP/1.1' received

Posted by balachandra maddina <ch...@gmail.com>.
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 <ra...@inxmail.de> 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-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: StandardServer.await: Invalid command 'GET / HTTP/1.1' received

Posted by Rainer Frey <ra...@inxmail.de>.
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org