I am using the eclipse virgo server with embedded tomcat. I want to use a custom session manager which I have created and it is present in an osgi bundle. I have configured the osgi bundle as a fragment with the catalina bundle being the fragment host. Also in my context.xml I have configured the session manager by specifying the fully qualified class name.
The problem is that on startup I get a ClassNotFoundException for my session manager.
I have tried adding my jar to the lib folder and modifying the config.ini to make my jar load up on startup but that did not help
In this scenario what should I do to ensure that my class is found on startup.