// There is a filename convention for exploded directories
fileName = fileName.substring(0, fileName.indexOf(".war")) + "-exp.war";
File expandedDirectory = new File(fileName);
if (!expandedDirectory.exists())
throw new WSFException("Failed to bind service-ref, the deployment root expandedDirectory doesn't exist: " + fileName);
// update the rootFile
try
{
vfsRoot = new URLLoaderAdapter(expandedDirectory.toURL());