Re: ISAPI

2000-08-28 Thread Naren
I was just trying to compare with that, a filter which can track all the request to webserver is what i needed. If it possible using servlets, fine. Can you (some one) please help me in doing so. -Naren Giscard Girard wrote: > >Can we write a java server program to function like ISAPI and SAPI

Re: ISAPI

2000-08-27 Thread Giscard Girard
>Can we write a java server program to function like ISAPI and SAPI >Filter to >track the client requests. This servlet must be able to track the >request >coming to the web server, can we write using servlet ? > >-Naren No. ISAPI filters are an extension of the webserver. Why not just write a