I know that using ServletContextListener
I can be aware about servlet context startup and shut down.
But I am wondering how to listen to those events if my application does not uses the servelt context.
Are there alternatives to be informed about wildfly container life cycle? Or am I forced to depends on jboss-servlet-api
?
If my question is a "non-problem" please explain why.