Skip to Content.
Sympa Menu

perfsonar-dev - r2084 - trunk/perfsonar/ant/sqlma

Subject: perfsonar development work

List archive

r2084 - trunk/perfsonar/ant/sqlma


Chronological Thread 
  • From:
  • To:
  • Subject: r2084 - trunk/perfsonar/ant/sqlma
  • Date: Fri, 16 Feb 2007 08:56:07 -0500

Author: roman
Date: 2007-02-16 08:56:06 -0500 (Fri, 16 Feb 2007)
New Revision: 2084

Modified:
trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml
trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml
Log:

more accurate information during installation procedure presented by Ant
scripts (SQL MA)




Modified: trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-02-16
13:25:38 UTC (rev 2083)
+++ trunk/perfsonar/ant/sqlma/sqlma-axis-deploy-targets.xml 2007-02-16
13:56:06 UTC (rev 2084)
@@ -137,7 +137,7 @@

<echo>Please, make sure that Tomcat is running.</echo>
<echo>You can do it using your web browser and connect the address
http://${target.server}:${target.port}</echo>
- <echo>or looking at Tomcat's log file (catalina.out).</echo>
+ <echo>or looking at Tomcat's log file
(${tomcat.home}/logs/catalina.out).</echo>

<input message="Press Enter when finished"/>


Modified: trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml 2007-02-16
13:25:38 UTC (rev 2083)
+++ trunk/perfsonar/ant/sqlma/sqlma-configure-targets.xml 2007-02-16
13:56:06 UTC (rev 2084)
@@ -234,13 +234,15 @@
<echo></echo>
<echo>If you want the service to support data of utilization
metric</echo>
<echo>update connection parameters in
ibatis-SqlMapConfig-utilization.xml file</echo>
- <echo>that you can find in conf directory of perfSONAR SQL MA
package.</echo>
+ <echo>that you can find in conf directory (${basedir}/conf)</echo>
+ <echo>of perfSONAR SQL MA installation package.</echo>

<echo></echo>
<echo>If you want the service to support data of L2 path status
metric</echo>
<echo>update connection parameters in
ibatis-SqlMapConfig-L2-status-domain.xml</echo>
<echo>and ibatis-SqlMapConfig-L2-status-interdomain.xml files</echo>
- <echo>that you can find in conf directory of perfSONAR SQL MA
package.</echo>
+ <echo>that you can find in conf directory (${basedir}/conf)</echo>
+ <echo>of perfSONAR SQL MA installation package.</echo>

<echo></echo>
<echo>Each parameter in these files is represented by property
element.</echo>

Modified: trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml
===================================================================
--- trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml 2007-02-16
13:25:38 UTC (rev 2083)
+++ trunk/perfsonar/ant/sqlma/sqlma-pre-install-targets.xml 2007-02-16
13:56:06 UTC (rev 2084)
@@ -418,7 +418,8 @@
<echo>In order to maintain data of utilization metric and/or L2 path
status metric,</echo>
<echo>please, prepare your relational database.</echo>
<echo>In case of mySQL use simple script file
mysql-sqlma-dbsetup.sql</echo>
- <echo>that you can find in conf directory of perfSONAR SQL MA
package.</echo>
+ <echo>that you can find in conf directory (${basedir}/conf)</echo>
+ <echo>of perfSONAR SQL MA installation package.</echo>
<echo>In case of postgreSQL use psql-sqlma-dbsetup.sql. </echo>
<echo>(Warning: remember to change the password for perfsonar_ma
user!)</echo>
<echo></echo>



  • r2084 - trunk/perfsonar/ant/sqlma, svnlog, 02/16/2007

Archive powered by MHonArc 2.6.16.

Top of Page