If you want to try it for your dCache installation you can find two RPM files you need on this page: http://www.dcache.org/downloads/dcache_plots/index.shtml.
The first one (http://www.dcache.org/downloads/dcache_plots/web-dcache-*-i386.rpm) is a binary package, the second one (http://www.dcache.org/downloads/dcache_plots/web-dcache-*-src.rpm) is a source package.
To install the monitoring package do the following:
Install binary rpm. Installation can be performed using this command:
[root] #rpm -Uvh web-dcache-*-i386.rpm
Stop Tomcat if it is running
Untar web-dcache.tgz archive into
Tomcat webapps/
directory. This should be done by
[root] #tar xfz /opt-dcache/web-dcache/web-dcache.tgz
Install lps servlet into Tomcat webapps/ directory
Untar lps.tgz archive. This should
be done by
[root] #tar xfz /opt-dcache/web-dcache/lps.tgz
Untar plots.tar archive. This
should be done by
[root] #tar xf /opt-dcache/web-dcache/plots.tar
Copy the file
/opt/d-cache/share/java/postgresql-8.1-405.jdbc3.jar
into Tomcat common/lib/ directory.
In the file
...webapps/web-dcache/META-INF/context.xml
put your real database name, database username and the
password. Set its protection to 0600
[root] #chmod 0600 ...webapps/web-dcache/META-INF/context.xml
Start Tomcat and wait for a few minutes
Go to URL: http://<your_server_name>:<tomcat_port_number>/lps/plots/src/plots.lzx