You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Eriam Schaffter <er...@eriamschaffter.info> on 2002/07/31 16:50:54 UTC

Embedded Tomcat and manage requests and responses at the connector level

Hi all

What I would like to do is to get *all* http requests and manage them 
trough another connector then the one that passes them to the filesystem.
Example: a http request comes and it's a GET /Test instead of trying to 
fetch the local Test directory I want to redirect this to another 
resource like a sql procedure or something else.

I think that it's possible to do this by creating the connector by 
myself instead of creating it on the high level with createConnector 
method of the Embedded class. Something like creating a HttpConnector 
with an associated EventHanlder ?

Any tips ?
Any idea ?
Am I clear ?

Thanks in advance.

Eriam


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>