The whole problem was due to the "protocol" attribute of the "connector"
element, in the server.xml. We didn't set it.
Actually, we extended the CoyoteConnector class, overriding
setProtocol() method, which called super.setProtocol(), if the protocol
didn't match our string protocol.
Thanks anyway!

Henrique Faria           Senior Consultant
Java Software Team      
tel:    55.11.3285 4699 
cel:    55.11.9811 8281 
fax:     55.11.3266 5121        
[EMAIL PROTECTED]       

-----Mensagem original-----
De: Remy Maucherat [mailto:[EMAIL PROTECTED] 
Enviada em: Monday, August 02, 2004 6:37 PM
Para: Tomcat Developers List
Assunto: Re: Getting only Response 400 when implementing a new connector
for Tomcat 5

Bill Barker wrote:

>The Adapter implementation is expecting that the requestURI is of type
BYTE.
>It doesn't deal well with type STRING.
>  
>
I don't think the latest 5.0.x code has these limitations anymore.

Rémy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to