Commit 2094f998 authored by tammam.alsoleman's avatar tammam.alsoleman

edit Application

parent fdec0831
...@@ -20,7 +20,7 @@ import java.util.Scanner; ...@@ -20,7 +20,7 @@ import java.util.Scanner;
* Main Entry point for the Distributed Search Engine. * Main Entry point for the Distributed Search Engine.
*/ */
public class Application implements Watcher { public class Application implements Watcher {
private static final String ZOOKEEPER_ADDRESS = "192.168.73.250:2181"; // Change if ZK is on another machine private static final String ZOOKEEPER_ADDRESS = "192.168.39.250:2181"; // Change if ZK is on another machine
private static final int SESSION_TIMEOUT = 3000; private static final int SESSION_TIMEOUT = 3000;
private static final int DEFAULT_PORT = 8080; private static final int DEFAULT_PORT = 8080;
private static final String STORAGE_DIR = "storage"; // Folder containing .txt files private static final String STORAGE_DIR = "storage"; // Folder containing .txt files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment