if(showDirectoryListings!=null)
{
directoryListings = new Boolean(showDirectoryListings).booleanValue();
}
router = new HttpFileRouter(name,new FileServer(new File(root),new File(page404),indexPage,getMimeTypes()),directoryListings);
}
else if(type.equals("http-ajax-service"))
{
String root = xServiceDefinition.getAttributeValueByName("root");
String page404 = xServiceDefinition.getAttributeValueByName("404-file");