return;
String canonName;
try
{
canonName = new File(_config.getString("wrapper.config")).getCanonicalPath();
_ahessianServer = new AHessianJmxServer(_mbeanServer, "+n:localhost, -n:*", canonName, _config.getInt("wrapper.tray.port", 0), getWrapperLogger());
}
catch (IOException e)
{
// TODO Auto-generated catch block
e.printStackTrace();