This commit is contained in:
parent
af18b73908
commit
c81cbfeeca
14 changed files with 695 additions and 823 deletions
|
|
@ -20,7 +20,7 @@ public class WebServer extends Thread {
|
|||
sock = new ServerSocket(port, 5, InetAddress.getByName("127.0.0.1"));
|
||||
running = true;
|
||||
start();
|
||||
log.info("map WebServer started");
|
||||
log.info("map WebServer started on port " + port);
|
||||
}
|
||||
|
||||
public void run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue