Sunday, March 6, 2011

Deploying a portlet to the WebLogic portal

Deploying a portlet to the WebLogic portal
WebLogic provides the ability to create and host multiple application server configurations, called domains, on a single host machine.

You can create and configure as many domains as you would like. In order to run multiple domains simultaneously, however, you must configure each on a different listening port.

Procedure

To deploy a portlet to a WebLogic portal:

1.Start the WebLogic Platform Configuration wizard.
2.Select Basic WebLogic Portal Domain from the tree view
3.Select Express if this is the only domain you need to have running, otherwise select Custom and configure the Listen port number.
4.Accept the remaining default settings.
5.Modify the startWebLogic.cmd(sh) file of the newly created domain to add the following (after the call setDomainEnv command), substituting your content integration server installation directory where you see IICE_HOME:
call "%DOMAIN_HOME%\setDomainEnv.cmd" %*

@REM SET VENICE BRIDGE OPTIONS
set JAVA_OPTIONS=-Dvbr.home=IICE_HOME
set PATH=%PATH%;IICE_HOME/datastore
set CLASSPATH=%CLASSPATH%;IICE_HOME/datastore/datastore.jar6.Start the portal domain.
7.Deploy the content integration server EAR file (IICE_HOME/VeniceBridge.ear).
8.Verify that the content integration server Web client is running by accessing http://portaldomain_host:portdomain_port/webclient

No comments:

Post a Comment