Skip to Content.
Sympa Menu

perfsonar-dev - r1937 - trunk/perfsonar/ant/rrdma

Subject: perfsonar development work

List archive

r1937 - trunk/perfsonar/ant/rrdma


Chronological Thread 
  • From:
  • To:
  • Subject: r1937 - trunk/perfsonar/ant/rrdma
  • Date: Thu, 18 Jan 2007 07:28:38 -0500

Author: roman
Date: 2007-01-18 07:28:37 -0500 (Thu, 18 Jan 2007)
New Revision: 1937

Modified:
trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml
Log:
Suggesting how to setup LD_LIBRARY_PATH when a user wants to start tomcat
manually has been fixed
(the script was giving wrong path).

Modified: trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml 2007-01-18
12:05:19 UTC (rev 1936)
+++ trunk/perfsonar/ant/rrdma/rrdma-axis-deploy-targets.xml 2007-01-18
12:28:37 UTC (rev 1937)
@@ -150,7 +150,7 @@
<echo>After setting up the variable (re)start the Tomcat.</echo>

<echo>${line.separator}Example:</echo>
- <echo> export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${rrdtool_path}/lib:${rrdjdir}/build</echo>
+ <echo> export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${rrd_lib_path}:${rrdjdir}/build</echo>
<echo>${line.separator} Please, do it now. I will wait for
you.</echo>

<input message="Press Return key ..."/>



  • r1937 - trunk/perfsonar/ant/rrdma, svnlog, 01/18/2007

Archive powered by MHonArc 2.6.16.

Top of Page