A couple of options:
1) Instead of linking (GET) or submitting to (POST) to index.jsp go to index.do 
instead.  I assume you've already thought of that one and the login page won't let you.
2) Assuming you have control over the index.jsp, add a line that says:
<jsp:forward page="index.do"/>

I might be confused on your question, if so, please let me know.

Burr
[EMAIL PROTECTED]

--
Sent via jApache.org

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

Reply via email to