Hi, I'm just getting started with Jetspeed. I've been able to create a portal via the M2 plug-in, but cannot log in. Tomcat is throwing the following: Apr 25, 2008 7:17:38 AM org.apache.catalina.realm.JAASRealm setUseContextClassLo ader INFO: Setting useContextClassLoader = false Apr 25, 2008 7:17:38 AM org.apache.catalina.realm.JAASRealm parseClassNames SEVERE: Class org.apache.jetspeed.security.impl.UserPrincipalImpl not found! Cla ss not added. Apr 25, 2008 7:17:38 AM org.apache.catalina.realm.JAASRealm parseClassNames SEVERE: Class org.apache.jetspeed.security.impl.RolePrincipalImpl not found! Cla ss not added.
I'm using J2 version 2.1.3 and Tomcat 5.5.26 and connection to a mysql DB. The J2 tables are being created and populated. My portal.xml file is as follows: <Context crossContext="true"> <Realm className="org.apache.catalina.realm.JAASRealm" appName="Jetspeed" userClassNames="org.apache.jetspeed.security.impl.UserPrincipalImpl" roleClassNames="org.apache.jetspeed.security.impl.RolePrincipalImpl" useContextClassLoader="false" debug="0"/> <Resource name="jdbc/jetspeed" auth="Container" factory="org.apache.commons.dbcp.BasicDataSourceFactory" type="javax.sql.DataSource" username="j2connect" password="blahblah" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://sunblade-eri/j2" maxActive="100" maxIdle="30" maxWait="10000"/> <Valve className="org.apache.catalina.authenticator.FormAuthenticator" characterEncoding="UTF-8"/> </Context> I found a few references to this problem but it seemed like being on the current release of J2 should have resolved them. Thanks, Scott -- View this message in context: http://www.nabble.com/Can%27t-find-UserPrincipalImpl-tp16895554p16895554.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]