Single authentication between IIS & Tomcat - My ip-based solution okay?

2003-04-04 Thread John Klancer
Hello Let me preface by saying my knowledge and experience with seurity is primitive. I am now working on a project wherein we have a set of ASP pages with a custom authentication process. I have embedded a servlet into one of these asp pages but want to avoid making the user authenticate twice

Limiting access to mapped resources using jk2, IIS 5.0, and Tomcat 4.1.20

2003-03-28 Thread John Klancer
I have setup IIS with isapi_redirector2.dll to map all requests to www.server.com/foo to my Tomcat server running ajp13 (using jk2) on port 8009. This works well. However, Tomcat (4.1.20) is running a servlet with access to sensitive data, so I want to make sure not just anyone can access /foo. As