Kbase P48744: How to change a CLASSPATH for SonicMQ 4GL Adapter in OpenEdg
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/17/2003 |
|
Status: Unverified
GOAL:
How to change a CLASSPATH for SonicMQ 4GL Adapter in OpenEdge 10 ?
GOAL:
Where to change a CLASSPATH for SonicMQ 4GL Adapter in OpenEdge 10 ?
FACT(s) (Environment):
OpenEdge 10.0A
FIX:
In order to change a CLASSPATH for SonicMQ Adapter under OE 10, please follow these steps:
1) stop the AdminServer
2) open $DLC/properties/AdminServerPlugins.properties and modify Policy for the 4GL Sonic Adapter - section pluginclasspath as per following example
[PluginPolicy.Progress.SonicMQ]
classpath=G:\100a/java/progress.jar
pluginclasspath=h:\sonic\sonic_Client.jar,h:\sonic\activation.jar,h:\sonic\sonic_ASPI.jar,h:\sonic\sonic_Crypto.jar,h:\sonic\sonic_XMessage.jar,G:\100a/java/progress.jar
note: use your own location for the .jar files
3) save the file
4) restart the AdminServer (and start the SonicMQ 4GL Adapter)