As we all know that JBoss is running on port number 8080 as default. If you want to change the port number of your JBoss (jBoss 4) then thats also too easy. Just follow the following steps…
Thoughts on Software Development Trends, Enterprise Architecture, Design, Big Data, and Cloud Computing.
As we all know that JBoss is running on port number 8080 as default. If you want to change the port number of your JBoss (jBoss 4) then thats also too easy. Just follow the following steps…
changed port 8080 to 28080 in the following files. It is working now. C:\jboss-6.0.0.M1 is my JBOSS_HOME
C:\jboss-6.0.0.M1\server\all\deploy\jbossweb.sar\server.xml
C:\jboss-6.0.0.M1\server\default\deploy\jbossweb.sar\server.xml
C:\jboss-6.0.0.M1\server\standard\deploy\jbossweb.sar\server.xml
C:\jboss-6.0.0.M1\server\web\deploy\jbossweb.sar\server.xml
C:\jboss-6.0.0.M1\server\all\conf\bindingservice.beans\META-INF\bindings-jboss-beans.xml
Thank’s a lot … your comment saved my time.
hi ,
how to change the jnp port of jboss 5.1.0GA
thanks in advance