Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This is a Quick Start for getting PCS OPSUI running.

Youtube Video from ApacheCon NA 2011

...

OPSUI "Classic" Theme from the Orbiting Carbon Observatory

Image RemovedImage Added

...

Steps

Building from src

...

  1. Grab WAR from http://repo1.maven.org/maven2/org/apache/oodt/pcs-opsui/
  2. Install Tomcat, or have a Tomcat server running
  3. mkdir /usr/local/opsui
  4. copy the WAR file into /usr/locall/opsui
  5. copy http://svn.apache.org/repos/asf/oodt/trunk/pcs/opsui/src/main/webapp/META-INF/context.xml into /usr/local/opsui, and rename the file to pcs-opsui.xml
  6. Edit pcs-opsui.xml and make sure that the <Context docBase="/usr/local/opsui/pcs-opsui-0.5.war"> is set
  7. Make sure Tomcat isn't running
  8. Sym link pcs-opsui.xml to $TOMCAT_HOME/conf/Catalina/localhost/pcs-opsui.xml
  9. Turn on Tomcat
  10. Visit http://localhost:<TOMCAT_PORT>/pcs-opsui/