Hi,
I made my own realm class for tomcat. Its almost the same as the MemoryRealm. I put the file in a jar and placed it under /server/lib/. Then I added the realm line in server.xml, just like the example of the memoryrealm. I only changed the org.apache.catalina.. in mine, org.pma.security.PMARealm.
When I startup tomcat I get the message that he can't create the mbean for org.pma.security.PMARealm.
What did I do wrong?
I made my own realm class for tomcat. Its almost the same as the MemoryRealm. I put the file in a jar and placed it under /server/lib/. Then I added the realm line in server.xml, just like the example of the memoryrealm. I only changed the org.apache.catalina.. in mine, org.pma.security.PMARealm.
When I startup tomcat I get the message that he can't create the mbean for org.pma.security.PMARealm.
What did I do wrong?