6263646566676869707172
sp = (WorkSpace) (new InitialContext()).lookup("syrupWorkSpace"); } catch (Exception e) { logger.log(Level.INFO, "Did not get syrupWorkSpace key via JNDI. Reverted to default SQLWorkSpace implementation"); sp = new SQLWorkSpace(); } if (args.length > 0) {
4748495051525354555657
password = args[2]; } Context ctx = new InitialContext(); SQLWorkSpace sp = new SQLWorkSpace(); ctx.rebind("syrupWorkSpace", sp); com.mysql.jdbc.jdbc2.optional.MysqlDataSource ds = new com.mysql.jdbc.jdbc2.optional.MysqlDataSource(); ds.setURL(url);