Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

Visual Tagging Tool

VTT Demo - Java Server Page (JSP)

VTT is designed to be installed and run on Linux or Window locally. However, it can be integrated with different web servers and used through internet. With Apache Tomcat web applications server, VTT can be used as a server-side web application. However, the VTT will only show on server machine. So, this application is only useful when local host is used.

  • VTT Demo

  • This section shows an example to deploy VTT through a Java Server Pages. Please notes that VTT (Java Swing component) will show up the server-side while client click the VTT Demo. The client-side will get an empty screen on the web browser.
    • Pre-requirements:
      • Apache Tomcat web server (6.0+)
      • Developed Java software in jar file format (vtt2009.jar)
    • Procedures:
      • Step 1, Set up the Apache Tomcat Web Server:
        Add the following line to ${TOMCAT}/bin/httpd.conf (line 166)

        -Djava.awt.headless=true

      • Step 2, develop a jsp and deploy to tomcat

  • References: