Hi All,
I have a spring app deployed as a war. This spring app expose services through http remote
invoker.
I have another app deployed as an ear. This app contains a sar.
When starting, the sar needs to make a request through the spring http remote invoker
mecanism from the spring app.
When jboss deploys the sar, it blocks because it is waiting for the spring service to be
ready on 0.0.0.0:8080.
How do I configure mbean dependency for the service to start AFTER :
[Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
Thanks in advance!
S.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109997#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...