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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to