Additional BOB fixes.

Added BOB to clients.config and wrapper.config for new installs.
This commit is contained in:
sponge
2008-10-08 14:28:35 +00:00
parent 18d42ec925
commit caaf0ccfc3
6 changed files with 13 additions and 7 deletions

View File

@ -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;