Project

General

Profile

« Previous | Next » 

Revision 4132

Added by daigle almost 16 years ago

Differentiate between tomcat directory and deployment directory.

View differences:

SystemUtil.java
208 208
	 * @return string holding the context directory
209 209
	 */
210 210
	public static String getContextDir() throws PropertyNotFoundException {
211
		return PropertyService.getProperty("application.tomcatDir") + FileUtil.getFS()
212
				+ "webapps" + FileUtil.getFS()
211
		return PropertyService.getProperty("application.deployDir") + FileUtil.getFS()
213 212
				+ PropertyService.getProperty("application.context");
214 213
	}
215 214

  

Also available in: Unified diff