Additional BOB fixes.
Added BOB to clients.config and wrapper.config for new installs.
This commit is contained in:
@ -138,6 +138,7 @@ public class BOB {
|
||||
}
|
||||
|
||||
try {
|
||||
warn("BOB is now running.");
|
||||
ServerSocket listener = new ServerSocket(Integer.parseInt(props.getProperty(PROP_BOB_PORT)), 10, InetAddress.getByName(props.getProperty(PROP_BOB_HOST)));
|
||||
Socket server;
|
||||
|
||||
|
Reference in New Issue
Block a user