| How to change the default Web Service deployment Port ? |
| Written by Mark S. | |||||
|
Basically you need to change port information in 3 configuration files: At first modify server.xml (With JBoss 4.2.X it's under deploy/jboss-web.deployer) <Connector port="8080" address="${jboss.bind.address}" Next modify jboss-service.xml (under deploy/http-invoker.sar/META-INF/jboss-service.xml ) Modify all attributes named "InvokerURLSuffix" : <attribute name="InvokerURLSuffix">:8080/invoker/EJBInvokerServlet</attribute> Finally check the jboss-beans.xml (under deploy/jbossws.sar/jbossws.beans/META-INF) <property name="webServicePort">8080</property>
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


