Skip to content

Commit

Permalink
allow a default web directory to be overriden via a system property
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Sep 18, 2011
1 parent fe266fb commit 0f058f0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public class SymmetricWebServer {

protected static final ILog log = LogFactory.getLog(SymmetricWebServer.class);

protected static final String DEFAULT_WEBAPP_DIR = "../web";
protected static final String DEFAULT_WEBAPP_DIR = System.getProperty("symmetric.default.web.dir","../web");

public static final String DEFAULT_HTTP_PORT = System.getProperty("symmetric.default.http.port","31415");

Expand Down

0 comments on commit 0f058f0

Please sign in to comment.