...
The URL for the production server is either http://test-msr.geant.net:8888/mdvpn/ or https://tools.geant.net/portal/links/mdvpn/ (You will need to have tools portal access for this and be a member of the TP_MSR Active Directory Group
** IMPROVEMENT - Copy the application over to prod-msr.geant.net
The JSP scripts are stored in the /var/lib/tomcat6/webapps/msr/ file on test-msr.geant.net. This scripts includes other scripts that are stored in the /var/lib/tomcat6/webapps/msr/includes directory. Two of the important include files are getGlobal.jsp and getSession.jsp which set some Global Variables that are used within the application.The application also uses a CRON job
Every 5 minutes, a CRON job runs on the test-msr.geant.net server and executes /home/local/GEANT/dante.sanigar/scripts/mdvpn_status.sh. This calls a JAVA batch program called net.dante.md_vpn.MDVPNStatus.
** IMPROVEMENT - Copy the application over to prod-msr.geant.net