if (host != null && host.value != null) {
this.namingHost = host.value ;
}
try {
rmiSocketFactory = new RMIExtendedSocketFactory( namingHost );
} catch ( UnknownHostException uhEx ) {
throw new ContainerException("Invalid host defined in container [naming-container] configuration; not a valid IP address", uhEx);
}
}