Re: Servlet automatic invokation (or ISAPI filter concept)

 You can do your own filtering system with Jigsaw, but, You have to
 implements your own filter to do that. See [1].

 [1] http://www.w3.org/Jigsaw/Doc/Programmer/writing-filters.html

 For the moment, there is no way to call a servlet that is not already
 defined in the server. But, may be in the future...

Ruby Salton writes:

> Hi,
> Does the Jigsaw server support filtering requests like IIS - ISAPI
> filters?
> I wonder if there is any way (not servlet alias) to invoke a servlet
> when a request to the server is made without the need to define the
> servlet's URL(this will allow to run the servlet without specifically
> include the servlet name or URL - e.g. write page counter servlet or
> anything
> else which will run any time a user is entering to the server - no
> matter which URL
> on the server the user request).
> thanks,
> Ruby
> 


- Benoît Mahé -------------------------------------------------------
                      World Wide Web Consortium (W3C)
                    Architecture domain - Jigsaw Team           

  http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89 
---------------------------------------------------------------------

Received on Monday, 8 June 1998 03:35:06 UTC