Nope, heven't been able do it. Now I have a lovely Flex login form, and I can post to
j_security_check, but I cant access this form from the portal due to flex's
requirements.... I have to figure out how to point the login jsp to another (accepted)
location.
Currently in []/jboss-portal.sar/portal-server.war/WEB-INF/web.xml there are two entries
pointing to the login page (also see the change I tried):
Note:
http://localhost/portal/
http://localhost/ware/...
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>/login.jsp</url-pattern>
<!--url-pattern>/ware/login/login.jsp</url-pattern-->
</servlet-mapping>
<login-config>
<auth-method>FORM</auth-method>
<realm-name>JBoss Portal</realm-name>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<!--form-login-page>/ware/login/login.jsp</form-login-page-->
<form-error-page>/error.jsp</form-error-page>
</form-login-config>
</login-config>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025711#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...