Can we Change /Agile to something like /CustomAgile and do deployment in Weblogic

I am trying to do the Custom deployment of Agile application and trying to configure the URL of Agile without having /Agile/ i.e. something like /CustomAgile/* etc? So, any idea on what all files needs to be touched in application.ear file etc.?

Add Comment
3 Answer(s)

Ashivraj,

you can do that using a proxy or you can edit the etchots file of users’ machines to redirect them to the desired URL without /Agile/PLMServlet;
I don’t recommend to change any core file.

My best
Carlos

Agile Angel Answered on April 2, 2018.
Add Comment

Thank You Carlos, I have tried the below options.

Case 1:
1. IP Address test.juniper.net testing
10.78.0.205 d-agile DevAgile
http://DevAgile/Agile –> This works but still it is looking for /Agile only..

I want to get rid of having /Agile at the end to invoke the Agile URL.

Agile User Answered on April 3, 2018.
Add Comment

Hi Anand,

Actually the /Agile is set during the installation while setting the value of “Agile Application Server Virtual Path” parameter which is by default Agile.

If you want to have it changed, you need to modify two files inside application.ear and agile.properties to test:
1. Application.earMETA-INFapplication.xml –> 

RE: Can we Change /Agile to something like /CustomAgile and do deployment in Weblogic

2. Application.earApplication.warWEB-INFweblogic.xml –>

RE: Can we Change /Agile to something like /CustomAgile and do deployment in Weblogic

3. Agile.properties –> content.baseurl=/Agile/

Hope this helps.

Agile Expert Answered on June 1, 2018.
Add Comment

Your Answer

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