This example illustrates how to to use the stand-alone web application.
The unzipped client contains the directory layout:
pineapple-standalone-web-client-VERSION | +--- runPineapple.cmd +--- runPineapple.sh | +--- bin | +--- helper scripts | +--- conf | +--- log4j.properties | `--- jetty.xml | +--- webapps | `--- pineapple-web-application-war.war | +--- lib +--- pineapple-jetty-starter-1.0.jar +--- jetty-*.jar +--- log4j-1.2.14.jar `--- servlet-api-2.5.jar
To start the web application execute the runPineapple.sh script, e.g from a terminal:
When the script is invoked, it will start the Jetty 7.1.x server and deploy pineapple-web-application-war.war with these parameters:
The application URL is: http://localhost:8080
The script will open the URL in the default browser window.