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: