Changeset 1364
- Timestamp:
- 02/12/14 08:23:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServer.java
r1351 r1364 93 93 server.addConnector(connector);*/ 94 94 95 ServletContextHandler root = new ServletContextHandler(server, "/", ServletContextHandler.SESSIONS); 95 ServletContextHandler root = 96 new ServletContextHandler(server, "/", ServletContextHandler.SESSIONS); 96 97 97 98 HtmlMonitorServlet servlet = new HtmlMonitorServlet(messageListener);
Note: See TracChangeset
for help on using the changeset viewer.