Made the server context a more useful concept.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index c2d539b..a47a714 100644 (file)
@@ -1,6 +1,5 @@
 package dolda.jsvc;
 
 public interface ServerContext {
-    public String rootpath();
     public long starttime();
 }