Versions Compared

Key

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

...

The Operations team use the following link to update this section: http://test-msr.geant.net:8888/msr/ad_upload.jsp

The main MySQL Tables used are: reports.msr_p2p_servicesimages are uploaded to the /var/lib/tomcat6/webapps/msr/media/topology directory on the server.

Check the results by using the linklinkshttp://test-msr.geant.net:8888/msr/mo_other_newgi_topology1.jsp and http://test-msr.geant.net:8888/msr/gi_topology.jsp


Generate Graphs

The Operations team use the following link to update this section: http://test-msr.geant.net:8888/msr/ad_graphs.jsp

...

The main MySQL Tables used are: reports.msr_notesCheck the results by using the link: http://test-msr.geant.net:8888/msr/mo_other_new.jsp

Only certain pages within the system allow notes to be added. In the corresponding Java Server Page (JSP), you will see the follow lines of code in the source:

<!-- start of notes section -->

<%@include file="./display_notes.jsp"%>

<!-- end of notes section -->

At the top of the main JSP script is a variable called scriptTitle, this is used within the display.jsp script, to build the sql statement to retrieve the data from the reports.msr_notes table.

Publish Report

This does absolutley nothing!! (smile)

...