Kbase P181987: How to prevent AdminServer from loading all the plugins as the only Plugins are need is WebSpeed and
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2011 |
|
Status: Unverified
GOAL:
How to prevent AdminServer from loading all the plugins as the only Plugins are need is WebSpeed and AppServer?
GOAL:
How to make AdminServer not load all the plugins when it starts?
GOAL:
How to not load all the adapters during the AdminServer startup to minimize the footprint of java on the AdminServer process?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
Progress 9.x
FIX:
Remove the plugins references for the one you do not use from AdminServerPlugins.properties file. Make sure to have a backup copy of the original DLC/properties/AdminServerPlugins.properties file. In case some thing goes wrong, you can restore it. Or in the future if you decide to use more plagin adapters, you can copy them from the original file.
Where DLC is the Progress/OpenEdge installation directory.
Example:
If you do not use MS SQL Server DataServer you can remove the entire section for [Plugin.MSSDataServer]. If you do not use Sonic MQ Adapter remove both [Plugin.SonicMQAdapter] and [PluginPolicy.Progress.SonicMQ].
Never remove the following sections:
[Plugin]
[Plugin.RemoteCommander]
[Plugin.System]
[Plugin.UBPropMgr]
[PluginPolicy]
[PluginPolicy.Progress]
[PluginPolicy.Progress.AdminServer]