[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet depending on MBean: loading order

PeterJ do-not-reply at jboss.com
Wed Jul 1 12:58:56 EDT 2009


Try adding a depends clause to the WEB-INF/jboss-web.xml file:

<?xml version="1.0"?>
  | <!DOCTYPE jboss-web PUBLIC
  |         "-//JBoss//DTD Web Application 5.0//EN"
  |         "http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
  | <jboss-web>
  |   <depends>-the mbean name goes here-</depends>
  | </jboss-web>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241251#4241251

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241251



More information about the jboss-user mailing list