Oracle9iAS Syndication Server User's and Administrator's Guide Release 2 (9.0.2) Part Number A95917-01 |
|
This appendix describes the requirements for Oracle9iAS Syndication Server and how to manually deploy Syndication Server into the J2EE (OC4J) environment. This information is provided only if you must manually deploy Syndication Server.
Typically, during an installation of Oracle9iAS Portal, Syndication Server is installed and deployed. You need to follow these steps for manual deployment of Syndication Server only in the event that Syndication Server is not already deployed.
The following requirements are assumed to be installed and running:
java -version
syndserver.ear
file is located in the following directory:
<$ORACLE_IASHOME>
/syndication/j2ee/
The following instructions deploy Syndication Server to the J2EE (OC4J) environment:
java -jar admin.jar ormi://<your-ias-host-name>
:<rmi-port>
adminuser adminpwd -deploy -file $IAS_HOME/syndication/j2ee/syndserver.ear -deploymentName<application-deployment-name>
Sample output appears as follows:
Auto-unpacking $IAS_HOME/j2ee/home/applications/_syndserver.ear... done. Auto-unpacking $IAS_HOME/j2ee/home/applications/_syndserver/syndserver.war... done. Auto-deploying YourAppName (New server version detected)...
java -jar admin.jar ormi://<your-ias-host-name>
:<rmi-port>
adminuser adminpwd -bindWebApp<application-deployment-name>
syndserver<web-site-name>
/syndserver
By default <web-site-name>
is the Oracle default default-web-site
.
When you invoke the following URL, the Syndication Server information appears in a browser window to indicate that Syndication Server is up and running:
http://
<your-host-name>
:
<your-port-number>
/syndserver
/OSS
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|