Project

General

Profile

« Previous | Next » 

Revision 4708

Added by daigle over 15 years ago

Remove the configuration directory from the PropertyService constructor

View differences:

BrowseServlet.java
123 123
		dirPath = context.getRealPath(CONFIG_DIR);
124 124

  
125 125
		try {
126
			PropertyService.getInstance(dirPath);
126
			PropertyService.getInstance();
127 127
			this.contextString = PropertyService.getProperty("application.context");
128 128
		} catch (ServiceException se) {
129 129
			System.err.println("Error in loading properties: " + se.getMessage());

Also available in: Unified diff