mirror of https://github.com/apache/activemq.git
NO JIRA - removing unintended commit
(cherry picked from commit 27a07431fb
)
This commit is contained in:
parent
2c447b54e9
commit
4819336923
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue