Hi all. >From http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContainerInitializer.html <http://docs.oracle.com/javaee/6/api/javax/servlet/ServletContainerInitializer.html> i have read on mechanism of META-INF/services/
So i have understand that i can to make some initialization on container from jar put into web-inf/lib/*.jars. But i not understund The annotation HandlesTypes. Where i have to put? Other question: Suppose that into a jar into web-inf/lib of a webapp i put a class named myServletContainerInitializer that implement ServletContainerInitializer . Into method onStartup i set for example the fileconfig for ModuleLigin of jaas. So i can to make a different configuration for each webapps ? Or the fileconfig for ModuleLogin of jaas is equals for all webapps deployed ? Pratically my questionvitvis : i can set systemProperties with same key but different value for each webapps for configure different modulelogin for each webapp depoyed on tomee? Mauro -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/ServletContainerInitializer-tp4675178.html Sent from the TomEE Users mailing list archive at Nabble.com.
