2 Replies Latest reply on Jun 15, 2007 5:58 PM by jaikiran

    How to access a remote JBoss server

      Hi all,

      I am a very new user to JBoss. I know that when the JBoss server is installed on my computer and the WAR file is deployed, I can type in the browser something like http://localhost:8080/application/ to run it.

      But...

      What if I want to access a JBoss server installed on another machine, say dsi-dev10(The WAR file is also on that machine). I try to type http://dsi-dev10:8080/application to run it, but in vain. What should I do? Maybe I need to configure the JBoss server on that machine to let it be accessed by other machines?

      Any how-to instructions will be appreciated.