// (this path will not be invoked by portable static verifier)
if (ApplicationServer.getServerContext() != null) {
File file = getDefaultWebXMLFile();
if (file.exists()) {
fis = new FileInputStream(file);
WebDeploymentDescriptorFile wddf =
new WebDeploymentDescriptorFile();
wddf.setXMLValidation(false);
wbd = (WebBundleDescriptor) wddf.read(fis);
defaultWebXMLLastModified = file.lastModified();
} else {
/*
* If we do not find the file then we record the current
* system time as the lastModified time for the (empty)