--- On Tue, 9/9/08, Mark wrote:
> Ok, that makes sense.  How would I set that up?  Right now,
> I have an index.jsp with the following: <jsp:forward
> page="login.jsp"/>.  This is so that someone accessing 
> the site via http://localhost/ will be presented with the 
> login page.

I generally just use a redirect scriptlet in an index.jsp to a login action, 
but that's probably old-fashioned these days.

Dave


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

Reply via email to