...
The JSP scripts are stored in the /var/lib/tomcat6/webapps/msr/ file on the server. 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.
*** Talk about differences in getSession.jsp file wrt user roles
If you examine the /var/lib/tomcat6/webapps/msr/WEB-INF/web.xml file on the server, you will notice that the MSR also uses three Java Servlets:
...