{
DomainServerSocketFactory ssf = null;
try
{
InitialContext iniCtx = new InitialContext();
SecurityDomain sd = (SecurityDomain) iniCtx.lookup("java:/jaas/other");
ssf = new DomainServerSocketFactory(sd);
}
catch (Exception e)
{
log.error("Failed to create default ServerSocketFactory", e);