zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    两个路由器配置静态路由只能单边 ping 通
    CVE202125646:Apache Druid远程命令执行漏洞复现
    批量修改图片的格式
    十大远程控制软件排名
    Splashtop 免费60天 大赠送
    单例设计模式
    蓄水池抽样算法/水塘采样算法
    kafka安装(单机版)
    LeetCode382链表随机节点
    LeetCode398随机数索引
  • 原文地址:https://www.cnblogs.com/adamplm/p/3850748.html
Copyright © 2011-2022 走看看