Externally access Agile Web Application

How to access agile web application Externally using https in Linux, Is there any specific rules needs to be followed?

Agile Expert Asked on March 3, 2015 in Agile PLM (v9),   Product Collaboration.
Add Comment
3 Answer(s)

If I understand your question correctly, you are planning to implement https for external users, e.g. supplier users.

Without knowing the architecture it is a bit hard to give you a good answer.

Everything starts with a properly signed ssl key pair to be deployed on the load balancer or web server.

A challenge is that it is not possible to define different URLs for external and internal users. In most cases you will have to consider https for internal users as well. This in turn might require the roll-out of an ssl certificate to all JVMs that act as a client.

SSL can be a bit tricky topic, but there are good TNs on Oracle Support.

Agile Expert Answered on March 3, 2015.

Yes you are right it is for external users like vendors.

Is it enough to Deploy the SSL Key pair?
If you know any good documentation please share with me

on March 3, 2015.
Add Comment

You need to purchase SSL certificates and implement Web proxy concept . As you said its linux you should go with Apache server.
You will find some information in Oracle documentation:
http://www.oracle.com/technetwork/documentation/agile-085940.html

Agile Expert Answered on March 3, 2015.
Add Comment

I am referring this document from knowledge center
Architecture and Installation Instruction for Internal and External File Manager Access with Oracle Agile PLM 9.x (Doc ID 1252465.1)

In Oracle documentation, which document i have to look into (We are using Oracle agile plm 9.3.1.1)
is this the document you are asking me to look into
E18601-13 HTML Download (zip file) Product Lifecycle Management Documentation Library Release v9.3.1.1

Agile Expert Answered on March 3, 2015.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.