Re: Authenticating a drop-in web-app

2007-04-03 Thread Russ Sherk
Thanks Nicholas, I wanted to make sure before going ahead with our own implementation. We currently ship a custom tomcat but customers are demanding the ability to deploy our product in their existing corporate tomcat servers. Thanks again, --Russ On 4/2/07, Nicholas Sushkin [EMAIL PROTECTED]

Authenticating a drop-in web-app

2007-04-02 Thread Russ Sherk
Hi, I was looking into using Tomcat's (5.x) authentication for our web-app. The web-app will be deployed in a single WAR file so the customers can drop it into their existing Tomcat installation. The authentication needs to be done via our custom JAAS implementation which is packaged in a jar.

Re: Authenticating a drop-in web-app

2007-04-02 Thread Nicholas Sushkin
Russ, Updating your tomcat installation with custom components is most likely out of scope of Tomcat's application deployment. Perhaps you can offer your customers a customized tomcat installation kit with your JAAS jar preinstalled. On Monday 02 April 2007 13:19, Russ Sherk wrote: Hi, I