Installation, Configuration and startup of each Server
Tomcat 5.0.24
Run the Windows executable installer
Change the HTTP port number to 80 during the installation
Place ServletBenchmark.war file into <tomcat>/webapps folder
Start Tomcat using the tomcat5.exe
Orion 2.0.2
Unpack distribution file
Edit the default-web-site.xml configuration file to add the following within the <web-site> tags: <web-app application="default" name="benchmark" root="/ServletBenchmark"/>
Edit the application.xml configuration file to add the following within the <orion-application> tags:
<web-module id="benchmark" path="../applications/ServletBenchmark.war"/>
Place ServletBenchmark.war file into <orion>/applications folder
Start Orion from the command line: java -jar orion.jar
Resin 3.0.8
Unpack distribution file
Place ServletBenchmark.war file into <resin>/webapps folder
Edit the conf/server.xml configuration file - look for the http element and change the port parameter to 80.