The County - Developer's Site

Home

Architecture

Database

JoCC Paper

Lilac Docs

Manage Test Server

NSF Stuff

Technical
Standards

Tools

Prototype

Old Papers

Old Prototypes

Managing The County Test Server

This page lets you perform various operations on the Tomcat server at lilac.sba.oakland.edu. Note that you need to know a manager username and password to execute any of them. See Kieran if you need to know.

General commands

  1. List currently running Web applications

    https://lilac.sba.oakland.edu/manager/list

  2. Install a new application
    Replace <app> with the application name

https://lilac.sba.oakland.edu/manager/install?path=/<app>&war=file:/usr/tomcat/webapps/<app>

Commands for the test application (https://lilac.sba.oakland.edu/test/)

  1. Stop the application

    https://lilac.sba.oakland.edu/manager/stop?path=/test

  2. Start the application

    https://lilac.sba.oakland.edu/manager/start?path=/test

  3. Reload the application

    https://lilac.sba.oakland.edu/manager/reload?path=/test

  4. Get statistics on the application

    https://lilac.sba.oakland.edu/manager/sessions?path=/test

Commands for the county_test application (https://lilac.sba.oakland.edu/county_test/)

  1. Stop the application

    https://lilac.sba.oakland.edu/manager/stop?path=/county_test

  2. Start the application

    https://lilac.sba.oakland.edu/manager/start?path=/county_test

  3. Reload the application

    https://lilac.sba.oakland.edu/manager/reload?path=/county_test

  4. Get statistics on the application

    https://lilac.sba.oakland.edu/manager/sessions?path=/county_test

Modify these examples for your own applications.


Contact Kieran Mathieson (mathieso@oakland.edu) with questions or comments.