Teamcenter10 step-by-step installation in Linux env-Teamcenter WebTier Installation

Introduction

Actually, in the last post Teamcenter10 step-by-step installation in Linux env-Teamcenter Server Installation, we have finished both 2-tier deployment and resource & enterprise tiers deployment in four-tier architecture using TEM (Part 1 in below pic).

So we will continue to finish web tier deployment using the other installation tool WAM (Web Application Manager) in this post (Part 2 in below pic).

image

Steps

1) Unzip WAM tool

image

$ tar xzvf /pdm/tc/soft/Web_tier/INSTALL_TCWEB.TZ

image

2) Launch WAM using the insweb command.

image

3) Copy web tier ICD files from installation media.

image

image

Extended info

ICD represents interface control document. WAM use the ICD files to guide users to input related parameters and generate web applications.Below is a sample ICD file.

image
 

4) Type the name of thin client (Name 名称)and enter the path to the location where you want the application file to reside (Staging Location 登台目录).

 

image

5) Select the solutions to include in the web application

image

The following three solutions are necessary for thin client.

image

6) Set related parameters about pool manager and locale.

image

7) Finish generating tc.ear

image

Deploy into web application server

Actually, there are many web application servers such as Weblogic, WebSphere and JBoss that Teamcenter supports. But we will use JBoss7.1 as the host to deploy tc.ear in the post.

1) Unzip JBoss installation media to finish JBoss installation.

image

2) Copy the Teamcenter EAR (default name tc.ear) to the following directory

image

3) Define JMX as a global module

image

4) Define a dependency to allow the JBoss connector module to use JMX MBeans

image

5) Start the server by typing standalone.sh –b 0.0.0.0 in command shell.

$ nohup ./standalone.sh -b 0.0.0.0 >>webtierMonitoring.log &

image

6) Use the following url to login Teamcenter

image

image

Extended info

How to shutdown JBoss

$ ./jboss-cli.sh --connect command=:shutdown

image

你可能感兴趣的:(Install)