You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by clai <cl...@crs4.it> on 2001/11/16 09:51:45 UTC

servlet information

Hi,

i'm working with Tomcat and Windows 2000. Is it possible to set up the
server
to do this thing ? :
it should start always the same same servlet when it receive an HTTP
request ( whatever request, so to catch the context of the request into the
servlet ).
Thanks

cristian



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: servlet information

Posted by Nikola Milutinovic <Ni...@ev.co.yu>.
> i'm working with Tomcat and Windows 2000. Is it possible to set up the
> server
> to do this thing ? :
> it should start always the same same servlet when it receive an HTTP
> request ( whatever request, so to catch the context of the request into the
> servlet ).

Yes, but why not setup a filter or better yet, a valve or a logger?

Nix.