Versions Compared

Key

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

...

  1. Add traceroute metadata information to $PERFSONAR/conf/sql_database_TEST.xml (e.g)
    • Make sure you declare correct namespaces.
  2. Make ibatis configuration files , providing JDBC connection parameter to
    1. Write Ibatis-SQL-Map-Config: provide JDBC connection parameters for the traceroute datasource.
    2. Write SQL queries for fetching data in ibatis-SQL-Map files for respective metrics. Examples are there in $PERFSONAR/conf/ directory.

Step 2: MetadataQueryGenerator

...

  1. ant -f build-sqlma.xml xmldb-init-sqlma
  2. ant -f build-sqlma.xml configure-sqlma
  3. start/restart tomcat
  4. ant -f build-sqlma.xml undeploy-sqlma
  5. ant -f build-sqlma.xml deploy-sqlma

Step 6: Testing

...