Go to primary content
Oracle® Agile Engineering Data Management Administration Guide
Release e6.2.0.0
E52550-02
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

4 Java Application Servers

4.1 Oracle WebLogic

The Oracle WebLogic server is mandatory for Agile e6.2.0.0. After the Agile e6.2.0.0 installation, the Web Presentation Service, Java Client WebStart, PLM-API (HTTP support), the Web File Service, Jvue Applet, and DaemonAdminServlet deployment have to be available in one WebLogic domain with the default name "eSeries_domain". Additionally, for each created application the Business Service and Web Services deployment have to be available in one WebLogic domain with default name "eSeries_domain_<application_name>".

The "eSeries_domain" can be accessed over the following link:

https://app.example.com:7102/console

The "eSeries_domain_<application_name>" can be accessed over the following link:

https://app.example.com:7106/console

To verify the availability of the above deployments, log in to your Oracle WebLogic domains.

The following applications have to be available in the domain "eSeries_domain":

  • Daemon Admin Servlet

  • HTTP Support

  • Java Client

  • JVue

  • Streaming File Service

  • VueLink

  • Web Presentation Service

  • Web Fileservice

The following context roots of these applications should be in working state:


Note:

Use your Oracle WebLogic server name and HTTP port.

  • Daemon Admin Servlet:

    https://app.example.com:7104/DaemonAdminServlet/

  • HTTP Support:

    https://app.example.com:7104/plm-api-axis/services

  • Java Client:

    https://app.example.com:7104/Jacc/

  • JVue:

    http://app.dfm.example.com:8040/JVue/

  • Streaming Fileservice:

    https://app.example.com:7104/StreamingFileService/

  • VueLink:

    https://app.example.com:7104/VueLink/Vuelink/

  • Web Fileservice:

    https://app.example.com:7104/FileService/

  • Web Presentation Service:

    https://app.example.com:7104/AgilePlmWps/

These applications have to be available in the domain "eSeries_domain_<application_name>":

  • Business Service

  • Web Services

The following graphic shows the WebLogic deployment architecture after an Agile e6 installation.

Weblogic Server

Domains Directory: <MIDDLEWARE_HOME>/user_projects/domains

Server Directories: <DOMAIN_HOME>/servers/AdminServer (eSeries-01)

Further information about the Oracle WebLogic server administration can be found under Oracle WebLogic Server documentation > Oracle Fusion Middleware Documentation Library:

http://docs.oracle.com/middleware/1213/wls/index.html

4.2 Apache Tomcat

Tomcat is only supported for a limited set of deployments for a remote DFM site installation.

The following applications are supported:

  • Java Client

  • JVue

  • Streaming File Service

  • VueLink

  • Web Fileservice

The following context roots of these applications should be in working state:


Note:

Use your Apache Tomcat server name and HTTP port.

  • Java Client:

    http://app.dfm.example.com:8040/Jacc/

  • JVue:

    http://app.dfm.example.com:8040/JVue/agile-jvue-wrapper.jar

  • Streaming Fileservice:

    http://app.dfm.example.com:8040/StreamingFileService/

  • VueLink:

    http://app.dfm.example.com:8040/VueLink/Vuelink/

  • Web Fileservice:

    http://app.dfm.example.com:8040/FileService/

The following graphic shows the Remote Site deployment architecture after an Agile e6 installation.

Remote Deployment