NO JIRA - removing unintended commit

(cherry picked from commit 27a07431fb)
This commit is contained in:
Christopher L. Shannon (cshannon) 2016-01-28 11:44:00 +00:00
parent 2c447b54e9
commit 4819336923
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ public final class Main {
port = Integer.parseInt(text);
}
System.setProperty("activemq.conf", "/home/clshann/dev/git/apache-activemq/assembly/target/apache-activemq-5.13-SNAPSHOT/conf");
System.out.println("Starting Web Server on port: " + port);
System.setProperty("jetty.port", "" + port);
Server server = new Server(port);