Versions Compared

Key

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

...

  1. Make sure all of the environment variables referenced here: http://svn.apache.org/repos/asf/oodt/trunk/pcs/opsui/src/main/webapp/META-INF/context.xml are defined in your environment.
  2. Type mvn install tomcat:run-war (this will run a local instance of tomcat on port 8080 with the built WAR webapp file for the opsui).
  3. Visit http://localhost:8080/pcs-opsui/

...

Using the WAR directly from the central repository

...

  1. Grab WAR from http://repo1.maven.org/maven2/org/apache/oodt/pcs-opsui/Image Modified
  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/