Re: Embedded Tomcat and custom connector ?

2002-07-31 Thread Eriam Schaffter
Hi back That was not so clear. 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

Embedded Tomcat and custom connector ?

2002-07-30 Thread Eriam Schaffter
Hi all. I'm embedding tomcat in a java app using the Embedded class. What I would like to do know is to use the http connector but I would instantiate it by my own and not via the createConnector method so I handle requests and responses in my program. The goal is to have a connector that