If you type the URL as http://localhost:8080/portal/ (note the slash on the end, it will work). You can also modify the login form (jboss-portal.sar/portal-server.war/login.jsp) to submit the login form to "/portal/j_security_check". This is not ideal as it is not correct according to the Servlet Spec and you would have to update it if you change the portal context ... but it will get you closer to what you want.
I think the problem is a Tomcat issue, but not positive. I haven't been able to correctly resolve this yet, but the work around works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897420#3897420 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3897420 ------------------------------------------------------- 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
