Closed tzok closed 8 years ago
The server should not write to stdout (AppController, 92 line). Use a logging framework to capture messages
System.out.println is replaced with log4j in AppController.java
The server should not write to stdout (AppController, 92 line). Use a logging framework to capture messages