1 Reply Latest reply on Feb 16, 2009 10:56 AM by peterj

    how to access jboss by ip address..

    mohit.275930

      hi, i have an applicaiton and i have deployed it as a new server on jboss.i have a runserver.bat file which calls my run.bat file in bin folder to deploy this application.
      In my runserver.bat i use the command

      run -c appname -Dlog4j.configuration=log4jWEB.xml
      -Dappserver.type=JBOSS


      Running it on localhost works fine.But if i use the command
      run -c appname -b Ipaddress -Dlog4j.configuration=log4jWEB.xml -Dappserver.type=JBOSS

      by adding -b ipaddress to bind it to my ip address.It gives some errors and application is not deployed.

      So what should i do to deploy this application on my Ip address rather than on localhost.Beacause i want to use this application by network.

      Thanks
      Mohit