Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The classpath for the JMS and JNDI jar files are specified for each EC. In the example below, the jar files are located inĀ MZ_HOME/3pp.

Note
title

Note!

Ensure that you include existing paths, so that they are not overwritten.

Code Block
$ mzsh topo get topo://container:<container>/pico:<ec>/obj:config.classpath
title
Info

Example - Setting classpath

Code Block
mzsh topo set topo://container:<container>/pico:<ec name> '{
    template:mz.standard-ec
    config {
        classpath {
            jars=["jms/apache-activemq-5.0.0/activemq-all-5.0.0.jar"]
        }
    }
}'

...