Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Deployment and Upgrade : Deploying to Web Containers

Deploying to Web Containers
To deploy TIBCO ActiveMatrix Runtime UDDI Server to different web containers, follow the instructions for each web container.
The uddi.war and uddisc.war files need to be deployed. They are available from the following directory: TIBCO_HOME/RuntimeUDDIServer/3.1/war/dist/CONTAINER_TYPE
/DATABASE_TYPE
If you choose to automatically create the database tables during the uddi.war file configuration, TIBCO ActiveMatrix Runtime UDDI Server will automatically create the database tables after deployment.
If you do not choose to automatically create the database tables, you must use the file uddi.sql to manually create the tables before deploying.
Apache Tomcat
Drop the uddi.war and uddisc.war files to the correct location for your Apache Tomcat web container. The location is TOMCAT_HOME/webapps.
Before dropping the uddi.war and uddisc.war files to the TOMCAT_HOME/webapps directory, check for and remove all the temporary data in the following UDDI-related directories:
TOMCAT_HOME/webapps/uddi.war
TOMCAT_HOME/webapps/uddi/*.*
TOMCAT_HOME/work/catalina/localhost/uddi/*.*
JBoss
Drop the uddi.war and uddisc.war files in the correct location for your JBoss web container. The location is JBOSS_HOME/server/default/deploy.
IBM WebSphere
To deploy TIBCO ActiveMatrix Runtime UDDI Server in the IBM WebSphere server, follow these steps:
1.
2.
Deploy the uddi.war file.
a.
Expand the Applications tree in the left pane and click Application Types > WebSphere enterprise applications to open the Enterprise Applications page on the right.
b.
Click the Install button. In the next page, select the directory of the uddi.war file in the Full path field, and then click the Next button.
c.
d.
In the Map modules to servers page, check the TIBCO ActiveMatrix Runtime UDDI Server checkbox, and then click the Next button. TIBCO ActiveMatrix Runtime UDDI Server is the product name that has been defined in the uddi.war file.
e.
Select your data source in the Target Resource JNDI Name field and check the TIBCO ActiveMatrix Runtime UDDI Server checkbox in the same page. Click the Next button. For detailed information about creating a data source in WebSphere, refer to step 5 in page 21.
f.
Check the TIBCO ActiveMatrix Runtime UDDI Server checkbox in the Map virtual hosts for Web modules pane, and then click the Next button.
g.
Enter /uddi in the Context Root field, and then click the Next button to finish the operation.
3.
a.
Expand the Applications tree in the left pane and click Application Types > WebSphere enterprise applications to open the Enterprise Applications page on the right.
b.
Click the Install button. In the next page, select the directory of the uddisc.war file in the Full path field, and then click the Next button.
c.
d.
In the Map modules to servers page, check the uddi checkbox, and then click the Next button. uddi is the product name that has been defined in the uddisc.war file.
e.
Check the uddi checkbox in the Map virtual hosts for the Web modules pane, and then click the Next button.
f.
Enter /uddisc in the Context Root field, and then click the Next button to finish the operation.
4.
Expand the Applications tree in the left pane again and click Application Types > WebSphere enterprise applications to open the Enterprise Applications page on the right.
a.
For example, the resource name of the uddi.war file that was used in step a should be uddi_war and the resource name of the uddisc.war file should be uddisc_war.
b.
Click Manage Modules to open the next page.
c.
Click TIBCO ActiveMatrix Runtime UDDI Server to open the next page and select Classes loaded with local class loader first (parent last) in the Class loader order drop-down list.
d.
Click the OK button and then save the configuration.
After deploying the uddi.war and uddisc.war files to the IBM WebSphere server, if you want to access TIBCO ActiveMatrix Runtime UDDI Server Service Console, open your web browser and type the following URL in the Address bar http://host:port/uddisc/index.html

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved