[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1
kevnlin
do-not-reply at jboss.com
Wed May 2 23:11:14 EDT 2007
step
1--download file
jboss-portal-2.6-CR2-bundled.zip
2- unzip jboss-portal-2.6-CR2-bundled.zip
3- change tomcat port --server.xml change port 80
4- change /deploy/jboss-portal/portal-wsrp.sar/default-wsrp.xml
<wsrp-producer id="self" expiration-cache="120">
<!--
we need to use the individual endpoint configuration because the configuration via wsdl forces an
immediate attempt to access the web service description which is not available yet at this point of deployment
-->
<endpoint-config>
<service-description-url>http://localhost:80/portal-wsrp/ServiceDescriptionService</service-description-url>
<markup-url>http://localhost:80/portal-wsrp/MarkupService</markup-url>
<registration-url>http://localhost:80/portal-wsrp/RegistrationService</registration-url>
<portlet-management-url>http://localhost:80/portal-wsrp/PortletManagementService</portlet-management-url>
</endpoint-config>
<registration-data/>
</wsrp-producer>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042690#4042690
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042690
More information about the jboss-user
mailing list