Either:
- download a copy of Tomcat 5.0.28+ - unpack it somewhere
- set TOMCAT50_HOME to this directory and export it
And/Or:
- download a copy of Tomcat 5.5.9+ - unpack it somewhere
- set TOMCAT55_HOME to this directory and export it
If you would like to make use of the Spring JMX integration for WADI so that you can browse WADI's MBeans via e.g. mc4j (recommended), you will need to do the following :
- download a copy of mx4j-3.0.1 - unpack it somewhere
- set MX4J_HOME to this directory and export it
- e.g. remove $TOMCAT50_HOME/bin/jmx.jar
- e.g. copy $MX4J_HOME/lib/{mx4j.jar,mx4j-remote.jar,mx4j-tools.jar} into $TOMCAT50_HOME/server/lib
Finally, to start the node :
- from $WADI_HOME/bin run e.g. './node.sh tomcat50 red' or './node.sh tomcat55 red'
Labels:
