I want to use the JMS adapter. This requires setting the wm classpath (IS & Broker) to point to various jar files. I want to use the least intrusive method to set classpath. I am aware of the following approaches:
- Copy the jar file(s) to [IS]\lib\jars and restart IS
- Copy the jar file(s) to broker\lib and restart Broker (and IS ???)
- Modify [IS]\bin\server.bat, setting the variable PREPENDCLASSES or APPENDCLASSES
- run server.bat -debug 4 -log none \path1\xxx.jar \path2\yyy.jar
I haven’t tried it yet, but approach 4 looks the most flexible.
Am I correct on this?