This is exactly the problem. After I remove the extra ContextLoaderListener, the problem went away. Thanks so much for your help.
Eric
Type: Posts; User: ewu119; Keyword(s):
This is exactly the problem. After I remove the extra ContextLoaderListener, the problem went away. Thanks so much for your help.
Eric
This is follow up thread for all configuration files:
The web.xml:
<context-param>
<param-name>contextConfigLocation</param-name>
...
Hi all,
I try to create an web application to support both html and flex client. The server started up succesfully without any error and the MessageBroker is created and started by Spring. But I...