I have a function I want to execute straight after tomcat has started and loaded all its attributes successfully. I don\'t want to use ServletContextListener as this will re
I think JMX Tomcat supports can meet your requirement, even no ServletContextListener is deployed in container.
ServletContextListener