Downloads
Source Repository
Google Code Repository

svn checkout http://cagrid-widgets.googlecode.com/svn/trunk/caGrid
console cagrid-console Source Download
http://cagrid-widgets.googlecode.com/files/caGrid-console_sources.zip![]()
Install
Prerequisites
To install the console from source you must have the following prerequisites
- Java JDK 1.5+

- Ant 1.6+

- Globus/caGrid deployed in Tomcat/JBoss
- A correctly set CATALINA_HOME or JBOSS_HOME environment variable.
Installation
- Download or checkout the project source as listed above.
- If you downloaded the zip, unzip the source to create the caGrid-console directory.

unzip caGrid-console_sources.zip
- This directory will be referred to as $CAGRID_CONSOLE_HOME
- Change directory to the $CAGRID_CONSOLE_HOME location.

cd $CAGRID_CONSOLE_HOME
- Run the 'deployTomcat' or 'deployJBoss' ant target to deploy the caGrid console into Tomcat or JBoss.

ant deployTomcat
- Restart Tomcat/JBOSS
- Open the URL http://host:port/wsrf/cagrid
in your web browser. You should see the caGrid console homepage.

Note: Your URL:port can vary for your deployment of JBoss/Tomcat





