diff --git a/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java b/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java index 89a485b3c..ac9d479f2 100755 --- a/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java +++ b/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java @@ -201,7 +201,7 @@ public final class CCMResourceManager { } else { // presumably old style, add path to standard context name - home += "/webapps/ROOT)"; + home += "/webapps/ROOT"; } File file = new File(home);