Hi, I'm having two web application to be deployed on the jboss, which named Apple.war and Doll.war. Yet, Apple.war should be started AFTER Doll.war. Otherwise, the ServletContextListener in Apple.war got stuck on startup of jboss coz it references to something only visible after Doll.war is deployed. The default sequence is following the lexical order which is not we should have.
Please advise on fixing this issue. Thanks so much! Ray. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196458#4196458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196458 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
