Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1025 by alexander.kozlov.IV: SipServletListener.servletInitialized is called twice after redeployment application on tomcat
http://code.google.com/p/mobicents/issues/detail?id=1025
What steps will reproduce the problem?
1. Add SipServletListener to sip.xml. 2. Deploy application to tomcat and you will have one instance of your SipServletListener. 29.10.2009 17:46:30 SipServletListenerImpl servletInitialized INFO: SipServletListenerImpl: sipservletlisteneri...@6fdc0c 29.10.2009 17:46:30 SipServletListenerImpl servletInitialized FINE: servletInitialized: conferencesipserv...@1d79e35 3. Redeploy application and new instance of SipServletListener will be called twice. 29.10.2009 17:47:27 SipServletListenerImpl servletInitialized INFO: SipServletListenerImpl: sipservletlisteneri...@1c77f54 29.10.2009 17:47:27 SipServletListenerImpl servletInitialized FINE: servletInitialized: conferencesipserv...@786be3 29.10.2009 17:47:27 SipServletListenerImpl servletInitialized INFO: SipServletListenerImpl: sipservletlisteneri...@1c77f54 29.10.2009 17:47:27 SipServletListenerImpl servletInitialized FINE: servletInitialized: conferencesipserv...@786be3
What is the expected output? What do you see instead?
I think listener should be called once.
What version of the product are you using? On what operating system?
Mobicents Sip Servlet from trunk r8165. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
