I have to different eclipse ide and jboss server.I need to start both the server at a time but problem is what when I try to start the second server it gives error(port conflict as the first one is using it already).Please guide me to how to change the port no of jboss 4.2
You can change the port of JBoss 4 as detailed in "How to change port 8080 in JBoss?".
- Goto the deploy folder of the server instance you use.
- Goto the jbossweb-tomcat55.sar inside that deploy folder.
- Find the file named server.xml inside that folder. (tomcat service file).
Then look at the Connector configuration in that file.