No problem, but anyone who is trying need to understand that it is *very* early. We do not have a list of components that works/doesn't work and so on...
We do not have instructions on how to install the libraries from SVN and how to properly configure.
I'm just setting the expectation low so we don't end up with too many user questions in that early phase :)
RichFaces support for JBoss Portal is a killer thing, i'm very glad the guys from Exadel worked hard on this. Congrats to them and keep the excellent work.
Antoine your help is very appreciated, thanks again.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055846#4055846
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055846
You have to look at the Tomcat authentication process.
JBoss Portal rely on this common feature of Tomcat to get the authentication done.
Look at the /deploy/jboss-portal.sar/portal-server.war war to see how it is done.
The web.xml define the authentication requierments and process.
Then it is as any web servlet application. (that is I don't really know how to... ;-)
Look also at the login.jsp in this war.
It is in the form of this jsp (called by tomcat, not by the portal) that the password is sent back to the server.
You may find a way to retrieve the password...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055843#4055843
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055843