How to Deploying WAR files in Web Logic server ?

Hello Sir,

Can anyone tell me where else I can deploy the PX JAR files/WAR files other than extensions/tomcat servers respectively in AGILE.

I heard we can deploy in “Web logic server” can anyone brief about this please.

Thanks,
Surya

Agile Talent Asked on January 20, 2017 in Agile PLM (v9),   Product Collaboration.
Add Comment
2 Answer(s)

Hi Surya,

Actually Weblogic is installed and configured for Agile Purposes and is not suggested to add custom application there while Agile is in running.
However, your question is not related to Agile itself. Please find docs on oracle docs

Deploy the WAR file.

  1. Browse the WebLogic console using http://localhost:7001/console.

  2. Goto base_domain/Deployments.

  3. Click Lock and Edit.

  4. Click Install.

  5. Click Upload your file(s).

  6. In Deployment Archive, select install-path/var/MyWar.war.

  7. Click Next.

  8. Select MyWar.war and click Next a few times and Finish.

  9. Click Activate Changes in the top left corner.

The MyWar deployment must be in the active state.


Note –

The above steps are an example of how dscc7.war file is deployed into BEA WebLogic Server. The BEA WebLogic Server documentation is the only trustable source of information for deploying WAR files.

Agile Angel Answered on January 20, 2017.
Add Comment

Thanks for reply  Antonio….

Agile Talent Answered on January 23, 2017.
Add Comment

Your Answer

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