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

2007-03-19 Thread Antoine_h
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

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

2007-03-20 Thread LidiaEmma
Thanks for your suggestions :) I put filters in folder in web.xml of portal-server.war , and modified jar classpath adding the path of not found class (which is always the same), but nothing changed.. What do you mean in the last paragraph of your message ? Is it necessary to edit filter libra

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

2007-03-20 Thread Antoine_h
for the exception : did you tried to put the lib jar in the libs of the \deploy\jboss-portal.sar\portal-server.war ? or in the lib folder of the sar : \deploy\jboss-portal.sar\lib ? for authentication propagation : it depends what you do in "the lib" the portal-server.war is in charge of authen