Project

General

Profile

« Previous | Next » 

Revision 5027

Added by daigle over 14 years ago

Change MetaCatVersion to MetacatVersion

View differences:

ServiceService.java
46 46
	private static final String SKIN_DIR = "/style/skins";
47 47
	private static String REAL_SKIN_DIR = "";
48 48
	
49
	public static String CONFIG_FILE_NAME = "";
50
	
49 51
	private static String REAL_APPLICATION_CONTEXT = null;
50 52
	
51 53
	private static Logger logMetacat = Logger.getLogger(ServiceService.class);
......
58 60
		REAL_CONFIG_DIR = servletContext.getRealPath(CONFIG_DIR);
59 61
		REAL_SKIN_DIR = servletContext.getRealPath(SKIN_DIR);
60 62
		
63
		CONFIG_FILE_NAME = servletContext.getInitParameter("configFileName");
64
		
61 65
		REAL_APPLICATION_CONTEXT = SystemUtil.discoverApplicationContext(servletContext);
62 66
	}
63 67
	

Also available in: Unified diff