Dear
TomCat people,
I'm currently having a hard time to get TomCat 4.1.12 to execute my
Servlet's public void init() or init(ServletConfig servletconfig) methods.
If the same war file is dumped to WebLogic 6.1, it works fine!
I'm merely trying to start a generic framework servlet which 'prepares' for the main application (running in
Struts 1.1 beta2).
Here's the snippet of my web.xml for those who could help, thanks: -
Please help.