AW: Tomcat, IIS and Authentication

2007-09-24 Thread Preuss, Jacqueline - ENCOWAY
e infos - WebService | | | |---| |-> | Tomcat | |---| It's getting clearer now :-/ ? > -Ursprüngliche Nachricht- > Von: Gabe Wong [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 24. September 2007 16:58 > An: Tomcat Users List

Re: Tomcat, IIS and Authentication

2007-09-24 Thread Gabe Wong
Jacqueline, Just to follow your question, Are you asking if it is possible to create a custom Tomcat Realm, where the user/password provided from the java application login page is checked against the windows user authentication system? Preuss, Jacqueline - ENCOWAY wrote: Hi all! We have

Tomcat, IIS and Authentication

2007-09-24 Thread Preuss, Jacqueline - ENCOWAY
Hi all! We have an application (hosted with Tomcat) which has to "communicate" with the .NET world, i.e. our web application is integrated in an Asp.Net application hosted by an IIS. So, to connect both we have an Asp.Net Connector on the one side and a Java Connector on the other side. If the