Rob Hills wrote: > Hi All, > > In July 2004, Jonathan asked the question above and described my problem > exactly: > > "Is it possible to use a single login.jsp for multiple webapps?
Yes and no. You only have to write it once but it must be deployed with each webapp. You should be able to use your source control system and/or your build script to use the same files in multiple apps. You might be able to do something with SSO and a webapp that only exists to provide authentication and a filter that redirects to the authentication webapp if required but this is essentially a more complex version of form authentication and getting all use cases working correctly is going to be much more work than a few lines in a build script. HTH, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]