[jboss-user] [JBoss Portal] - Re: NoClassDefFoundError exception related to filter

Antoine_h do-not-reply at jboss.com
Mon Mar 19 18:40:58 EDT 2007


for the login mechanism, you should look in the portal-server.war
It is at \deploy\jboss-portal.sar\portal-server.war

unpack the zip to work at it... more easy for testing.

in the web.xml, you'll see the filters that are responsible for the authentication process.
it should be a better place for your filter.

those are for the login process in the portal... then look at the Jaas login module and security for the rest (securing the ejb etc...).
As it is built, it provides authentication for the portal and portlets.

I guess that if the lib with filter have been used for jboss (without portal), it is not only for portlets... so you may need then to see how to propagate the authentication result to other parts of the jboss elements.
may be use some SSO...


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

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



More information about the jboss-user mailing list