Thank you, I actually tried this before. But it doesn't work because the first 
thing index.jsp does is:

if (null != session)
    {
        String uname = request.getUserPrincipal().getName();
         ... more code
     }

which throws a null pointer when I have index.jsp as the welcome page.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899416#3899416

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899416


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to