HI i have Jboss 5.1 GA running on Linux . I have changed the deafult http port to my custom port (lets say 8100) and i havent changed other ports in server.xml file.
When i start my jboss instance i am passing the -Djboss.service.binding.set=ports-01 as a parameter and i expect Jboss instance to add offset 100 to all the ports that are in server.xml . This is not happening with my jboss server here its adding the offset 100 to all other ports like rmi,webservice etc but not to HTTP , AJP and SSL port. It is still taking the ports from server.xml ?
is there a way that i can select my range of ports and then i can add Offset to that range for each instance that i am running on my Machine.
please suggest me
Thank in advance.