Also, look up the JSTL import directive - it let's you include a
resource from the same web application, a separate web application in
the same container, or an external server using HTTP (URL).

Nigel

-----Original Message-----
From: Mark Thomas [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 30, 2005 8:13 AM
To: Tomcat Users List
Subject: Re: Multiple Webbapps, single login.jsp??

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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to