Hi, I want to invoke a Servlet or JSP when certain urls/files are accessed. Details: If any file under a certain dir and subdirs under it accessed this Servlet or JSP or even CGI script should be invoked. It will do certain processing and then decided whether access to the specified URL should be given or not. The URL could be HTML, Video or just jpg files. So we might not be able to add anything to the files in order to invoke other programs. But it should be invoked whenever any thing under the dir is accessed. It also should remember which particular file was tried, so if validated, can be redirected to it. We are using NS server, and Jrun on Solaris. The access control through .nsconfig is not what we want. It just validates username/passwd . But we want to know whether user is enrolled for the class to access the URL which is done against database. Any help is greatly appreciated. Thanks, Sham ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
