Download the metro from here and run this jar as
java -jar metro-2_0-ea.jar
The metro directory contains two ant files, metro-on-glassfish.xml and metro-on-tomcat.xml. These two files are used to install Metro binary files into their respective web containers.
Installation process for Tomcat:
ant -Dtomcat.home = -f / metro-on-tomcat.xml install
startup.bat (launch Tomcat)
the installation process copies two jar Metro files to the Tomcat shared / lib directory. No Tomcat configuration files.
Tony
source share