https://issues.apache.org/bugzilla/show_bug.cgi?id=49812
--- Comment #3 from Vlad Skarzhevskyy <skarzhevskyy@gmail.com> 2010-08-23 20:01:00 EDT
---
Two Listener are implementations of javax.servlet.ServletContextListener
And I I look at function contextInitialized();
First AppConfiguratorContextListener
Second AppStartedContextListener
Source
https://pyx4j.com/svn/pyx4j/pyx4j-gwt/pyx4j-server/src/main/java/com/pyx4j/server/servlet/
The second throw exception when the first one not initialized.
if (!AppConfiguratorContextListener.initialized) {
throw new Error("AppConfiguratorContextListener was not initialized");
}
---
No errors in stdout
---
I do deply the same war to different configurations.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|