First, I'd like to say that I really like what you have here. I was going to write something to inspect active sessions, but then I found MessAdmin through Google. So thank you.
I'm using Tomcat 5.0, and I'm wondering if it's possible to have MessAdmin deployed at the server level (common/lib), but deploy specific plugins at the webapp level (WEB-INF/lib).
The CreatePlugins wiki seems to suggest so, but when I tried it didn't seem to load the plugin (a UserNameProvider). Any suggestions?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That is correct, and is a known shortcoming of version 4.0 (this is documented in the release notes). For now, all plugins must be in the same place as MessAdmin-Core.jar.
I haven't taken the time yet to dig into this bug, but it is high on the priority list for the next release. If you have too much time on your hand and want to have fun with classloaders, feel free to explore... ;-)
Thank you for using MessAdmin!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First, I'd like to say that I really like what you have here. I was going to write something to inspect active sessions, but then I found MessAdmin through Google. So thank you.
I'm using Tomcat 5.0, and I'm wondering if it's possible to have MessAdmin deployed at the server level (common/lib), but deploy specific plugins at the webapp level (WEB-INF/lib).
The CreatePlugins wiki seems to suggest so, but when I tried it didn't seem to load the plugin (a UserNameProvider). Any suggestions?
That is correct, and is a known shortcoming of version 4.0 (this is documented in the release notes). For now, all plugins must be in the same place as MessAdmin-Core.jar.
I haven't taken the time yet to dig into this bug, but it is high on the priority list for the next release. If you have too much time on your hand and want to have fun with classloaders, feel free to explore... ;-)
Thank you for using MessAdmin!