hi guys, i have a question about der execution order of the ServletContextListener.contextInitialized() method and the init() method of an servlet.
In my web.xml i have a servlet with load <load-on-startup>1</load-on-startup> declared. besides i have declared an ServletContextListener. in tomcat the ServletContextListener executes first and then der init() method of the servlet. in ias (oracle) the servlets init() method executes first and then the ServletContextListener. i thought the ServletContextListener has to execute first. is this right or am i missing something? servus uli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
