/*
* If possible, transform paths to be webapp
* root relative.
*/
WMProperties = TurbineServlet.getRealPath(WMProperties);
wm = new WM(WMProperties);
}
else
{
/*
* Not specified: fallback to WM style properties search
* through the classpath.
*/
wm = new WM();
}
broker = wm.getBroker();
try
{