Hello Patrick, Go in the JMX console and find out the JMX service name of the context service, for instance : jboss.management.local:J2EEApplication=jboss-portal.sar,J2EEServer=Local,j2eeType=WebModule,name=portal-core.war
in jboss-web.xml there is a XML tag that allows you to make the war dependant of another service, use the object name of the war file you want this war file depend on like : | <depend>jboss.management.local:J2EEApplication=jboss-portal.sar,J2EEServer=Local,j2eeType=WebModule,name=portal-core.war</depend> | look also at jboss-web.dtd to know where to place the depend tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893074#3893074 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893074 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
