Hi All, I was wondering if there was a way to programatically add a Servlet or ServletContainerInitializer to a web application before it is deployed in Meecrowave? I know there is an InstanceCustomizer but this works at the Tomcat level and not at the application context level before the application is initialized. I could of course add the listeners into the application itself but I am working on a Meecrowave extension to do some preparatory work before the deployment occurs. Thanks, AaronÂ
- Adding Servlets and ServletContainerInitializer program... Aaron Anderson
- Re: Adding Servlets and ServletContainerInitialize... Romain Manni-Bucau
