Forum Moderators: phranque

Message Too Old, No Replies

how to add filter to Apache web server using java

         

dewey_chi

4:53 am on Aug 2, 2005 (gmt 0)



I need to implemnet an SSO function using Apache web server. When a user wants to access an URL, we will get the user authenticated information from cookie. If the user is an authenticated user, then will direct to the service, otherwise, will redirect him to the log in page. It is a filter function. But I am not sure how to do it on Apache. And all the examples of it is using C. Is it possible to use Java? Any example?
Thanks a lot in advance.