1 Reply Latest reply on Jun 16, 2014 9:28 AM by kuldeep11

    In Jboss server how to configure page index.html to be called from machine ip instead of localhost

    nil5286

      I have installed jboss-as-7.1.1.Final on my machine, I have index.html in my

      C:\jboss-as-7.1.1.Final\standalone\deployments\XYZ.war

      file, just wanted to know some way in which i can configure jboss so that i can call index.html from my machine IP instead of localhost like

      http://localhost:8090/XYZ/index.html

      Currently it doesn't allow me to access from my machine ip like, http://10.xx.xx.xxx:8090/XYZ/index.html

      I am creating the war file from command prompt using jar command.

      any kind of help is appreciated.