I have an issue with a standalone Tomcat server (not linked with Apache).
When Tomcat starts up, the init() method of the servlet is getting called twice, i.e., two
I would set a breakpoint in the init() method and then look at the stack to see where the calls are coming from.