Project

General

Profile

« Previous | Next » 

Revision 4708

Added by daigle over 15 years ago

Remove the configuration directory from the PropertyService constructor

View differences:

AdvancedSearchServlet.java
121 121
		dirPath = context.getRealPath(CONFIG_DIR);
122 122

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

Also available in: Unified diff