anonymous wrote : I want to call the /portal/j_security_check from within my own portlet.
You can't. "j_security_check" is not a real URL, but a magic bullet which only the underlying web app server (e.g. Tomcat) is allowed to fire or catch, part of the J2EE form-login spec. As far as I know the only way to initiate a forms-based login is to force a redirect to a protected URL, triggering the app server's login protocol implicitly. I'd settle for a proprietary hook into tomcat just to do it manually, but I've not found such a call. p View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970172#3970172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970172 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
