[jboss-user] [JBoss Portal] - Re: how to change JWS 80 port on jboss portal 26CR1
kevnlin
do-not-reply at jboss.com
Tue May 1 10:38:34 EDT 2007
portal version 2.6.cR2
my portal-wsrp/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>
<!--
........
run.sh
Log
22:24:15,485 INFO [StartupServletContextListener] Serialization provider : clas
s org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
22:24:16,915 INFO [WSDLFilePublisher] WSDL published to: file:/myweb/jboss26c2/
server/default/data/wsdl/portal-wsrp.war/wsrp_services.wsdl
22:24:26,347 INFO [ServiceEndpointManager] WebService started: http://fedora.go
tdns.org:8080/portal-wsrp/ServiceDescriptionService
22:24:26,348 INFO [ServiceEndpointManager] WebService started: http://fedora.go
tdns.org:8080/portal-wsrp/MarkupService
22:24:26,349 INFO [ServiceEndpointManager] WebService started: http://fedora.go
tdns.org:8080/portal-wsrp/RegistrationService
22:24:26,362 INFO [ServiceEndpointManager] WebService started: http://fedora.go
tdns.org:8080/portal-wsrp/PortletManagementService
22:24:36,632 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../dep
loy/management/console-mgr.sar/web-console.war/
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042101#4042101
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042101
More information about the jboss-user
mailing list