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.?
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
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.
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 –>
2. Application.earApplication.warWEB-INFweblogic.xml –>
3. Agile.properties –> content.baseurl=/Agile/
Hope this helps.