// Set the port for the service
port = resources.getInt("port", 0);
if(port != 0)
{
webserver = new WebServer(port);
}
// Set the XML driver to the correct SAX parser class
String saxParserClass = resources.getString("parser",
"org.apache.xerces.parsers.SAXParser");