Strange since the file that comes by default contains the following(apart from 
all other things):

<!-- ==================================================================== -->
  |    <!-- Class Loading                                                       
 -->
  |    <!-- 
==================================================================== -->
  | 
  |    <mbean code="org.jboss.web.WebService"
  |       name="jboss:service=WebService">
  |       <attribute name="Port">8083</attribute> 
  |      <!-- Should non-EJB .class files be downloadable -->
  |       <attribute name="DownloadServerClasses">true</attribute>
  |       <!-- Should resources other than .class files be downloadable. Both
  |          DownloadServerClasses and DownloadResources must be true for 
resources
  |          to be downloadable. This is false by default because its generally 
a
  |          bad idea as server configuration files that container security
  |          information can be accessed.
  |        -->
  |       <attribute name="DownloadResources">false</attribute>
  |       <attribute name="Host">${jboss.bind.address}</attribute>
  |       <attribute name="BindAddress">${jboss.bind.address}</attribute>
  |       <!-- Use the default thread pool for dynamic class loading -->
  |       <depends optional-attribute-name="ThreadPool"
  |          proxy-type="attribute">jboss.system:service=ThreadPool</depends>
  |    </mbean>
  | 
  |    <!-- 
==================================================================== -->
  |    <!-- JNDI                                                                
 -->
  |    <!-- 
==================================================================== -->
  | 
  |    <mbean code="org.jboss.naming.NamingService"
  |       name="jboss:service=Naming"
  |       xmbean-dd="resource:xmdesc/NamingService-xmbean.xml">
  |       <!-- The call by value mode. true if all lookups are unmarshalled 
using
  |       the caller's TCL, false if in VM lookups return the value by 
reference.
  |       -->
  |       <attribute name="CallByValue">false</attribute>
  |       <!-- The listening port for the bootstrap JNP service. Set this to -1
  |         to run the NamingService without the JNP invoker listening port.
  |       -->
  |       <attribute name="Port">1099</attribute>
  |       <!-- The bootstrap JNP server bind address. This also sets the default
  |       RMI service bind address. Empty == all addresses
  |        -->
  |       <attribute name="BindAddress">${jboss.bind.address}</attribute>
  |       <!-- The port of the RMI naming service, 0 == anonymous -->
  |       <attribute name="RmiPort">1098</attribute>  
  |     <!-- The RMI service bind address. Empty == all addresses
  |        -->
  |       <attribute name="RmiBindAddress">${jboss.bind.address}</attribute>
  |       <!-- The thread pool service used to control the bootstrap lookups -->
  |       <depends optional-attribute-name="LookupPool"
  |          proxy-type="attribute">jboss.system:service=ThreadPool</depends>
  |    </mbean>

Did you ever change this file? If not, i would suggest you get this file from a 
fresh installation of the JBoss.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976508
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to