0 Replies Latest reply on Nov 28, 2013 1:16 AM by subbu2211

    JBoss dynamic port issue

    subbu2211

      We are trying to lookup the EJB deployed in JBoss AS6 from Client application(running in websphere application server) initially at the time of ejb lookup from client application it is using port 1100 after lookup of ejb object if we try to call any method on that ejb object(for example create method ) jboss container dynamically allocating some other port ranging from 1099-65535. Is there any way to configure that dynamic port also into static by changing any xml file.