Enabling Custom AuthProvider

Hi all,

I’ve written a custom AuthProvider and am having a bit of trouble getting it to run. I build a JAR, drop it into the openfire/lib folder, and set up my config file to use the elements I’ve indicated. The server restarts fine and I’m able to log in with my original admin username and password (presumably working off the HSQL database I opted for in the configuration process) but am unable to use my custom AuthProvider implementation…

Do I need to add my JAR to a classpath somewhere or change a configuration to not use the default HSQL provider? The launchd.stderr doesn’t show anything except an error that /logs/error.log is not a file.