1 Reply Latest reply on Oct 17, 2005 4:42 AM by jaikiran

    change url

    chaman4110

      hello,
      how can I change url from 1099 to other no.

        • 1. Re: change url
          jaikiran

          In jboss-service.xml under server/default/conf you will find the following:

          <mbean code="org.jboss.naming.NamingService"
           name="jboss:service=Naming">
           <!-- 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>
           </mbean>


          Change:

          <attribute name="Port">1099</attribute>


          to the port that you wish to use