8787, // port
120000, // default session timeout
JWebSocketCommonConstants.DEFAULT_MAX_FRAME_SIZE, // max framesize
lDomains // list of accepted domains
);
mEngine = new TCPEngine(lEngineConfig);
// if engine could be instantiated properly...
if (mEngine != null) {
// initialize the server
ServerConfiguration lServerConfig = new ServerConfig(