[ https://issues.apache.org/jira/browse/GERONIMO-4771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan resolved GERONIMO-4771. ---------------------------- Resolution: Fixed Commit the changes to 2.1.5 at revision: 800692. > Defining secondary HostGBean leads to ERROR [JAASRealm] > ------------------------------------------------------- > > Key: GERONIMO-4771 > URL: https://issues.apache.org/jira/browse/GERONIMO-4771 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 2.1.4 > Environment: Platform: Ubuntu 8.04 > Java: IBM JDK 6 sr5 > Reporter: Forrest Xia > Assignee: Ivan > Priority: Minor > Fix For: 2.1.5 > > > Steps: > 1. unzip g 214 tomcat bundle to a directory > 2. modify config.xml to add a secondary HostGBean in tomcat6 module as following: > > org.apache.catalina.core.StandardHost > name=vh1.com > appBase= > workDir=work > > 3. start server and check the console output > Problem: you will see two errors when starting module tomcat6 > 2009-07-30 13:36:05,822 ERROR [JAASRealm] Class org.apache.geronimo.security.realm.providers.GeronimoUserPrincipal not > found! Class not added. > 2009-07-30 13:36:05,822 ERROR [JAASRealm] Class org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal > not found! Class not added. > This is not reproducible for G 2.2 snapshot. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.