Hi all. I'm trying to assembly a jetspeed app . Please foloe my steps 1) Checked out jakarta-turbine-2 and jakarta-jetspeed from cvs 2) Compile turbine and jetspeed 3) created a new webapp dir caller my-app. 4) Copied jakarta-jetspeed/webapp/WEB-INF and jakarta-jetspeed/webapp/ocs to my-app/ 5) started my servlet container and submited http://localhost:8080/jetspeed.
I'm getting this classpath erros in jetspeed initialization : java.lang.NoClassDefFoundError: org/apache/jetspeed/om/security/turbine/BaseTurbineUser java.lang.NoClassDefFoundError: org/apache/jetspeed/om/security/turbine/BaseTurbineRole java.lang.NoClassDefFoundError: org/apache/jetspeed/om/security/turbine/BaseTurbineUserGroupRole java.lang.NoClassDefFoundError: org/apache/jetspeed/om/security/turbine/BaseTurbinePermission all oh then into theirs related Services ( e.g. TurbineRoleManagement) I have checked jetspeed.jar and all these classes are there, I also copied theses classes to WEB-INF/classes but nothing worked. Did you experience this problems before ?? -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servicos (IB) http://www.ibnetwork.com.br -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
