Servlet Container Benchmark:
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.
- cd to the <resin>/bin folder
- run the httpd.exe executable
Jetty 4.2.20
- Unpack distribution file
- Copy application configuration file, ServletBenchmarkJetty.xml, into the Jetty folder
- cd to the Jetty installation folder diretory
- execute:
java -jar startup.jar ServletBenchmarkJetty.xml
WebSh3here Advanced Single-Server 5.1
- Run the Windows executable installer
- Start the IBM (apache) Web Server via Start Menu Start Server iitem.
- Start the Websphere Application Server via Start Menu icon
- Goto administration console via the browser: http://localhost:9090/admin
- Navigate to Servers->ApplicationServers->Server1->Web Container->HTTP Transports->9080
- Change the port from 9080 to 80
- Navigate to Applications->Install New Application
- Provide the WAR file (ServletBenchmark.war) and context-path ("/ServletBenchmark")
- Save the configuration settings
- Stop the default server (wait for page to show error)
- Restart the Websphere Application Server via Start Menu Stop Server and Start Server items.
JRun 4 (update 3)
- Run the JRun4 windows installer
- Run the JRun4 Updater 3 windows installer
- Edit <JRun4>/servers/default/SERVER_INF/jrun.xml to run the server on port 80
- Start the JRun launcher via Start Menu
- From the launcher, start the default server and admin server
- Start the JRun Management Console via Start Menu
- Select the default server
- Push the Add button under Web Applications
- Select the ServletBenchmark.war file
- Push the deploy button
- Push the Apply button
- Close the JRun Management Console
- Return to JRun Launcher
- Stop the admin server
- Close the JRun Launcher