280281282283284285286287288289290
if (proxy == null) return false; try { proxy.setProperty("wrapper.config", newConfig); proxy.resetCache(); proxy.init(); } catch (Exception ex) { ex.printStackTrace();