Ignore:
Timestamp:
10/15/12 14:53:44 (12 years ago)
Author:
pharms
Message:
  • changed implementation so that java script is served by server itself and that it determines the servers location through its own URL
Location:
trunk/autoquest-htmlmonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor

    • Property svn:ignore set to
      target
  • trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServer.java

    r874 r879  
    99/** 
    1010 * <p> 
    11  * this is the web server, that receives the client messages. It is initialized with a port on 
    12  * which it shall listen, as well as a message listener to forward the received messages to. 
    13  * Internally it starts a jetty web server with a single {@link HtmlMonitorServlet} to receive 
    14  * the messages. 
     11 * this is the web server, that receives the client messages. It also provides the java script 
     12 * that is used by the client via the URL /script/autoquest-htmlmonitor.js. It is initialized 
     13 * with a port on which it shall listen, as well as a message listener to forward the received 
     14 * messages to. Internally it starts a jetty web server with a single {@link HtmlMonitorServlet} 
     15 * to receive the messages as well as a . 
    1516 * </p> 
    1617 *  
Note: See TracChangeset for help on using the changeset viewer.