From do-not-reply at jboss.org Tue Mar 22 21:38:47 2011 Content-Type: multipart/mixed; boundary="===============9114521968013664625==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: gatein-commits at lists.jboss.org Subject: [gatein-commits] gatein SVN: r6112 - in epp/docs/branches: 5.1/Reference_Guide/en-US/modules and 1 other directory. Date: Tue, 22 Mar 2011 21:38:47 -0400 Message-ID: <201103230138.p2N1clP3029590@svn01.web.mwc.hst.phx2.redhat.com> --===============9114521968013664625== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smumford Date: 2011-03-22 21:38:47 -0400 (Tue, 22 Mar 2011) New Revision: 6112 Added: epp/docs/branches/5.0/ epp/docs/branches/5.1/ epp/docs/branches/5.2/ Removed: epp/docs/branches/EPP_5_0_Branch/ epp/docs/branches/EPP_5_1_Branch/ epp/docs/branches/EPP_5_2_Branch/ Modified: epp/docs/branches/5.1/Reference_Guide/en-US/modules/WSRP.xml Log: Streamlined branch names Modified: epp/docs/branches/5.1/Reference_Guide/en-US/modules/WSRP.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- epp/docs/branches/EPP_5_1_Branch/Reference_Guide/en-US/modules/WSRP.xml= 2011-03-22 14:12:25 UTC (rev 6111) +++ epp/docs/branches/5.1/Reference_Guide/en-US/modules/WSRP.xml 2011-03-23= 01:38:47 UTC (rev 6112) @@ -183,12 +183,6 @@ - - If WSRP is not going to be used in your &PRODUCT; instance your install= ation will not be adversely affected should you leave the WSRP files in pla= ce. = - - - However, if you wish to completely remove WSRP from your &PRODUCT= ; installation, follow the procedure at . = - =
Non-default Ports or Hostnames @@ -1308,7 +1302,303 @@ By default, the WSRP producer is configured in strict mode. If you exp= erience issues with a given consumer, you may attempt to relax the validati= on mode. Un-checking the "Use strict WSRP compliance" checkbox on the Produ= cer configuration screen to do this.
- = +
+ Removing WSRP + + If you are not going to use WSRP in your &PRODUCT; instance= , your installation will not be adversely affected should you leave the WSR= P files in place. = + + + However, if you wish to completely remove WSRP from your &P= RODUCT; installation, follow this procedure: + + + + + + Navigate to the JBOSS_HOME<= /replaceable>/jboss-as/server/<PROFILE>/co= nf/gatein/ directory of your &PRODUCT; instance. + + + + + Open the configuration.xml file and remove the following lines: + + + wsrp-producer + +]]> + + + + + + Navigate up two directory levels and into the deploy/gatein.ear/ directory (For example: cd ../= ../deploy/gatein.ear/). + + + + + Remove the following files: + + + + + wsrp-admin-gui.war + + + + + wsrp-producer.war + + + + + + + Navigate into the lib/ subdir= ectory and remove the following files: + + + + + gatein.portal.component.wsrp-PO= RTAL_VERSION.jar + + + + + wsrp-common-WSRP_VERSION.jar + + + + + wsrp-consumer-WSRP_VERSION.jar<= /filename> + + + + + wsrp-integration-api-WSRP_VERSI= ON.jar + + + + + wsrp-producer-lib-WSRP_VERSION.= jar + + + + + wsrp-wsrp1-ws-WSRP_VERSION.jar<= /filename> + + + + + wsrp-wsrp2-ws-WSRP_VERSION.jar<= /filename> + + + + + + + Return to the gatein.ear/ di= rectory and move into the META-INF/ subdirectory. + + + + + Open the application.xml file and remove the following modules: + + + + wsrp-admin-gui.war + wsrp-admin-gui + + +]]> + + + + wsrp-producer.war + wsrp-producer + + +]]> + + + + Save and exit the file. + + + + + Remove all the WS= RP SHA1 entries in the MANIFEST.MF file. Th= ey are not required. = + + + + + + + Return to the gatein.ear/ dir= ectory and navigate into the 02portal.war/WEB-INF/conf/ subdirectory. + + + + + Remove the wsrp/ direct= ory. + + + + + Open the configuration.xml file and remove the following line: + +war:/conf/wsrp/wsrp-co= nfiguration.xml +]]> + + + + Save and exit the file. + + + + + + + From your current location, navigate into the portal/ subdirectory. + + + + + Open the portal-configuration.xml<= /filename> file and remove the line: + +org.exoplatform.portal.pom.spi.wsrp.WSRPSt= ate +]]> + + + + Save and exit the file. + + + + + + + Return to the conf/ directory= and move into the jcr/ subdirectory. + + + + + Open the jcr-configuration.xml file and remove the line: + + +]]> + + + + Remove the following configuration file refe= rences: + +war:/conf/wsrp/consumers-configuration-nod= etypes.xml +war:/conf/wsrp/producer-configuration-nodetypes.xml +war:/conf/wsrp/producer-registrations-nodetypes.xml +war:/conf/wsrp/producer-pc-nodetypes.xml +war:/conf/wsrp/migration-nodetypes.xml +]]> + + + + Save and exit the file. + + + + + Open the repository-configuration.= xml and remove the WSRP works= pace: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + + Optional: + + Remove any references to WSRP= from the following files: + + + + + gatein.ear/01eXoResources.war/META= -INF/MANIFEST.MF + + + + + gatein.ear/META-INF/MANIFEST.MF + + + + + gatein.ear/02portal.war/META-INF/M= ANIFEST.MF + + + + + +
--===============9114521968013664625==--