Skip to content

Commit

Permalink
Use port 8001
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab committed Feb 23, 2017
1 parent 8132004 commit 7364742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class JettyMain {
private static boolean serverup = false;
private static final String serverRootDir = TheApp.getInstallDir();
private static final String pathToStartPage = "/threejs/editor/";
private static final int serverPort = 8000;
private static final int serverPort = 8001;
private static final String serverWorkingDir = serverRootDir+"/threejs/editor/";
/**
* @param args the command line arguments
Expand Down

0 comments on commit 7364742

Please sign in to comment.