2012/4/11 Lazar Kirchev <lazar.kirc...@gmail.com>:
> I want the ServletContainerInitializer to be called for all applications I
> deploy, not only with web.xml version 3.0, but also with lower version. Is
> this possible?

1. Do not top post. Write answers below the questions.

2. You would even be able to load the class that implements that
interface. The "ServletContainerInitializer" class is in
"javax.servlet" package and it will be absent.

The spec forbids you from bundling your own servlet-api.jar.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to