{
if (request.isVerifying()) {
try {
String archive = request.getDeployedDirectory().getCanonicalPath();
File jspDir = (request.getPrecompileJSP())? getJSPDir():null;
new AppVerifier().verify(request.getDescriptor(),
(new FileArchiveFactory()).openArchive(archive),
request.getCompleteClasspath(),
jspDir);
} catch (Exception e) {
String msg = localStrings.getString(