Here the procedure to change the port number of jboss (or) check the current port number of jboss server
These are the steps to change port number of jboss manually.
Steps:
1) Go to below path
jboss-6.0.0.Final\server\default\deploy\jbossweb.sar\
2) Fnd out server.xml in jbossweb.sar folder
3) Open server.xml
4) Check this below tag in xml file and change port attribute in xml .
<Connector protocol="HTTP/1.1" port="8243" address="${jboss.bind.address}"
redirectPort="${jboss.web.https.port}" />
5) Restart your JBoss server.
Now check from your browser
http://localhost:8243/
These are the steps to change port number of jboss manually.
Steps:
1) Go to below path
jboss-6.0.0.Final\server\default\deploy\jbossweb.sar\
2) Fnd out server.xml in jbossweb.sar folder
3) Open server.xml
4) Check this below tag in xml file and change port attribute in xml .
<Connector protocol="HTTP/1.1" port="8243" address="${jboss.bind.address}"
redirectPort="${jboss.web.https.port}" />
5) Restart your JBoss server.
Now check from your browser
http://localhost:8243/
No comments:
Post a Comment