what is the weblogic equivalent of oc4j-opmn.xml ?
we have on our OracleAS 10g server, a oc4j-opmn.xml , which has startup, shutdown parameters like -XX:MaxPermsize , Timeout , security policy etc.
we are migrating to WLS 11g , and wanted to know what is the weblogic 11g equivalent of oc4j-opmn.xml ?
if that equivalent WLS 11G file is updated , can it substitue manual setting of the startup, shutdown parameters like -XX:MaxPermsize , Timeout , security policy etc from the console ? this could save time as we migrate to different wls environments ( DEV , UAT , PRE-PROD , PROD )
where should it be placed on wls ? and should the WLS server be bounced for it to take effect ?