Oracle apps

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Oracle apps

raam
Hi Erman,

Hope you are back from vacation and doing good.we have a doubt regarding the adconfigchangedetector which will be run in prepare phase.how this API will identifiy the changes that are done to context file/OHS/weblogic during prepare phase

Best regards
Reply | Threaded
Open this post in threaded view
|

Re: Oracle apps

ErmanArslansOracleBlog
Administrator
Hi Ram,

Yes. I m back:)

You already asked this actually..

Config changes is detected using java -> oracle.apps.ad.tools.configuration.ConfigChangeDetector

As, it is commented in the related script, it compares the files (backup and actual ones) to detect the changes.

Ref:
 "\t        -detectConfigChanges : Compare the context file, HTTP config files and the WLS config files "
                                                  . " to detect if there has been any config change. This option requires the -backupdir parameter. \n"