Skip to content

Commit

Permalink
Path fixes to bring up cachemanagerservice and the slightly mysterious
Browse files Browse the repository at this point in the history
uxloader service.
  • Loading branch information
danatcaret committed Apr 3, 2009
1 parent 016c82c commit 3ef14d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
*/
public class CacheManagerServiceImpl implements CacheManagerService {

private static final String CONFIG_PATH = "res://org.sakaiproject.kernel.memory.ehcacheConfig.xml";
private static final String CONFIG_PATH = "res://org/sakaiproject/kernel/memory/ehcacheConfig.xml";
private static final Logger logger = LoggerFactory.getLogger(CacheManagerServiceImpl.class);
private CacheManager cacheManager;
private Map<String, Cache<?>> caches = new HashMap<String, Cache<?>>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class FileServlet extends HttpServlet {
*/

private static final long serialVersionUID = -1304876073995688329L;
private static final String MIME_TYPES = "mimetypes.properties";
private static final String MIME_TYPES = "org/sakaiproject/kernel2/uxloader/mimetypes.properties";
public static final String BASE_FILE = "base-location";
public static final String WELCOME_FILE = "welcome-file";
public static final String MAX_CACHE_SIZE = "max-cache-file";
Expand Down

0 comments on commit 3ef14d4

Please sign in to comment.