}
public boolean start() throws ContainerException {
try {
StandardFileSystemManager sfsm = VFSUtil.createStandardFileSystemManager();
FileObject currentDir = sfsm.resolveFile(new File(".").toURI().toURL().toString());
sfsm.setBaseFile(currentDir);
CommonsVfsContainer.sfsm = sfsm;
} catch (FileSystemException e) {
throw UtilMisc.initCause(new ContainerException("Initializing StandardFileSystemManager"), e);
} catch (MalformedURLException e) {