码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2014-07-18 12:12:38      阅读:1909      评论:0      收藏:0      [点我收藏+]

标签:cWeb   style   blog   http   color   strong   

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).

bubuko.com,布布扣

Steps

1) Unzip WAM tool

bubuko.com,布布扣

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

bubuko.com,布布扣

2) Launch WAM using the insweb command.

bubuko.com,布布扣

3) Copy web tier ICD files from installation media.

bubuko.com,布布扣

bubuko.com,布布扣

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.
bubuko.com,布布扣
 
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 登台目录).
 

bubuko.com,布布扣

5) Select the solutions to include in the web application

bubuko.com,布布扣

The following three solutions are necessary for thin client.

bubuko.com,布布扣

6) Set related parameters about pool manager and locale.

bubuko.com,布布扣

7) Finish generating tc.ear

bubuko.com,布布扣

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.

bubuko.com,布布扣

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

bubuko.com,布布扣

3) Define JMX as a global module

bubuko.com,布布扣

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

bubuko.com,布布扣

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 &

bubuko.com,布布扣

6) Use the following url to login Teamcenter

bubuko.com,布布扣

bubuko.com,布布扣

Extended info

How to shutdown JBoss

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

bubuko.com,布布扣

Teamcenter10 step-by-step installation in Linux env-Teamcenter WebTier Installation,布布扣,bubuko.com

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

标签:cWeb   style   blog   http   color   strong   

原文地址:http://www.cnblogs.com/adamplm/p/3850748.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!