Introduction
Actually, in the Last Post Teamcenter10 step-by-step installation on Linux env-teamcenter Server installation, we have fin Ished both 2-tier deployment and resource & Enterprise tiers deployment in Four-tier architecture using TEM (Part 1 in Below pic).
So we'll continue to finish Web tier deployment using the other installation tool WAM (Web application Manager) in this post (Part 2 in below pic).
Steps
1) Unzip WAM tool
tar xzvf/pdm/tc/soft/web_tier/install_tcweb. TZ
2) Launch WAM using the insweb command.
3) Copy Web tier ICD files from installation media.
Extended Info
ICD represents WAM use the ICD files to guide users to input related parameters and generate Web applications.
Below is a sample ICD file.
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 staging directory).
5) Select the solutions to include in the Web application
The following three solutions is necessary for thin client.
6) Set related parameters about Pool manager and locale.
7) Finish Generating Tc.ear
Deploy into Web application server
Actually, there is many Web application servers such as Weblogic, WebSphere and JBoss that Teamcenter supports. But we'll use JBoss7.1 as the host to deploy Tc.ear in the post.
1) Unzip JBoss installation media to finish JBoss installation.
2) Copy the Teamcenter EAR (default name Tc.ear) to the following directory
3) Define JMX as a global module
4) Define a dependency to allow the JBoss Connector module to use JMX MBeans
5) Start the server by typing standalone.sh–b 0.0.0.0 in command shell.
$ nohup./standalone. SH 0.0. 0.0 >>webtiermonitoring.log &
6) Use the following URL to login Teamcenter
Extended Info
How to Shutdown JBoss
$./jboss-cli. sh --connnect Command=:shutdown