Changes between Version 8 and Version 9 of Deliverables


Ignore:
Timestamp:
12/01/2007 01:24:48 PM (17 years ago)
Author:
ejona
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deliverables

    v8 v9  
    1717 * [attachment:"Tech-9 - Final II - Project Plan.pdf" Project Plan]
    1818 * [attachment:"Tech-9 - Final II - HACS Source.zip" HACS Source]
    19  * [attachment:synergy-0.1-dev.war Servlet Binary]
     19 * [attachment:synergy-0.1-dev.war Servlet Binary]. The following are external dependencies not included in this binary that are needed to run the servlet and sample "devicies":
     20   * Tomcat 6.0
     21   * Avahi
     22   * libmatthew-java-0.3. unix.jar and hexdump.jar should be placed in the global lib directory of Tomcat. libunix-java.so from libmatthew-java-0.3 needs to be in your java.library.path. To do this, you will need to add something like "-Djava.library.path=/usr/lib/libmatthew-java/" to the java options for Tomcat.
     23   * To run a device, all of the jars in WEB-INF/libs, unix.jar, and hexdump.jar should be in your classpath. You will also need libunix-java.so in yoru java.library.path as above. MicrowaveDevice and MediaDevice are located in WEB-INF/classes/.