My webMethods Server 10.5 | My webMethods Server Webhelp | Administering My webMethods Server | Startup and Configuration | Modifying Configuration Files | Configuring Whether Diagnostics Are Executed at Startup | Preventing My webMethods Server from Listing Installed Fixes at Startup
 
Preventing My webMethods Server from Listing Installed Fixes at Startup
My webMethods Server determines the installed fixes at server startup and logs the list of installed fixes to the _full_.log file.
Because determining the list of fixes might take a few minutes, you might want to disable this action at server startup. To prevent My webMethods Server from listing installed fixes at startup, edit the startupDiagnostics section of the phaseProvider.xml configuration file as shown below.
<Phase class="com.webmethods.portal.system.init.impl.DefaultPhase"
enabled="true" name="startupDiagnostics">
<PhaseInfo class="com.webmethods.portal.system.impl.UpdatesInfo"
enabled="false" name="updatesInfo"/>
.
.
.
</Phase>