This page last changed on Aug 11, 2005 by mattlangston.

The system tests web front end is accessible to the world at large via the glast-ground IIS server at:

http://glast-ground.slac.stanford.edu/SystemTests/

The backend runs on a tomcat server (currently tomcat 5.5.7 running on web007, although it should move soon to a glast specific server). The backend server accesses its data from two sources:

  1. From Oracle, using the default tomcat connection pooling service. Currently the oracle connection pool JNDI name is jdbc/systemTests and the data source URL is jdbc:oracle:thin:@sage.slac.stanford.edu:1521:SLAC
  2. From root files via xrootd on glast01 (See xrootd).

The source code for the web application is in Glast CVS at /users/tonyj/SystemTests.

Connection between the glast-ground server and the tomcat backend is acheived using a tomcat connector (see Tomcat Connector).

Restarting the System Tests web service

Bug STF-42 currently prevents changed root files from being re-opened. To work around this the system tests web service needs to be restarted if the files have changed on disk. To do this:

1) Go to http://web007.slac.stanford.edu:8888/manager/html
2) Log in as user glast (password is in escrow as web007glast)
3) In the line showing SystemTests click "Reload"

Note, this is not a secure web page, so if doing this from offsite please use VPN to protect the password as it travels over the internet.

Document generated by Confluence on Jan 21, 2010 11:37