3 Replies Latest reply on Sep 18, 2006 6:56 AM by anishx

    Binding multiple instances of jboss on seperate IP and setti

    jbarrancos

      Hello,

      We're running multiple instances of JBOSS on one server. The applications call theirselfs by using "localhost". The problem is when you bind an application to a specific IP addres (wich must be, because of the multiple instances), they can't find theirselfs.

      It pretty logical that the localhost resolves to 127.0.0.1. But is it possible to have the localhost per jboss instance set to it's "bound" IP address ? So every instance can call himself with localhost!

      Thanks