38394041424344454647
*/ public static Server getServer() { if (server == null) { server = new StandardServer(); } return (server); }