Debug.message("wms", "Using map definition:" + mapDefinition);
try {
PropertyHandler propHandler = new PropertyHandler(mapDefinition);
Properties props = propHandler.getProperties();
WmsRequestHandler wmsRequestHandler = new WmsRequestHandler(schema, hostName,
serverPort, contextPath + servletPath + servletPathInfo, props);
return wmsRequestHandler;
} catch (java.net.MalformedURLException me) {
Debug.message("wms", "MS: caught MalformedURLException - \n" + me.getMessage());
throw me;