Playr:Install
From QTITools Wiki
Contents |
[edit] Introduction
ASDEL playr is a server application and needs to be installed on a J2EE application server supporting version 2.4 of the Java Servlet API. If you just want to try playr on your own machine, consider using Playr:DesktopEdition instead.
[edit] Installing on Apache Tomcat
[edit] Prerequisites
You need to have installed version Tomcat 5.5 or 6 (available from the tomcat website).
[edit] Installing playr
- Install r2q2 following the instructions here.
- Download a recent playr binary release from here.
- Unzip the downloaded files, if your browser has not already done so.
- Locate the tomcat installation on your harddrive and copy the "asdel" directory to the root of your tomcat install. Note: The asdel directory contains a settings file called TestControllerEngine.properties; this file tells playr which r2q2 you use. If you are installing r2q2 on the same application server as playr (recommended), then you do not need to change any of the settings.
- Copy the playr.war file to your tomcat webapp directory.
- Start tomcat if it's not already running.
- playr should be deployed at "/playr" on the tomcat instance.
[edit] Installing on other application servers
[edit] Prerequisites
You need to have installed the server of your choice
[edit] Installing playr
- Install r2q2 following the instructions here.
- Download a recent playr binary release from here.
- Unzip the downloaded files, if your browser has not already done so.
- Copy the asdel directory somewhere that the application server can read.
- Setup an environment property on the application server that points the variable asdel.properties.root to the path to the asdel directory.
- Deploy the playr.war using your servers recommended deployment method.
- playr should be deployed to "/playr" on the server instance.
