See the build instructions for managing Coherence via JMX and put the steps in order.
()
1. Update set-env.cmd (or set-env.sh if you are building on UNIX) to reflect your system environment.
2. Open a command shell and execute set-env.cmd (or source set-env.sh if you are building on UNIX)
3. Run ant build.
4. Deploy the jmx-console.war file found under the build directory to your application server. Be sure to start your application server JVM with the necessary Coherence
Management Framework overrides. For example: -Dtangosol.coherence.management=all
5. To remove build artifacts from your file system, run ’ant clean’
A. 1,2,3,4,5
B. 1,3,2,4,5
C. 1,2,3,5,4
D. 2,1,3,4,5