[jboss-user] [Security & JAAS/JBoss] - Re: Custom Authenticator class not found

barramundi do-not-reply at jboss.com
Sun Jan 6 22:08:07 EST 2008


Actually I tried that after posting this topic, but got the same error.
I edited the run.bat to include the jar file
-classpath "%JBOSS_CLASSPATH%;C:\jbosscustauth.jar" 

error as below:

2008-01-07 11:02:38,796 ERROR [org.jboss.web.tomcat.security.config.JBossContextConfig] Failed to customize authenticators::
java.lang.ClassNotFoundException: TestAuthenticator
	at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
	at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:575)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
	at org.jboss.web.tomcat.security.config.JBossContextConfig.getAuthenticators(JBossContextConfig.java:108)

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

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



More information about the jboss-user mailing list