Changeset 10677
- Timestamp:
- 2005-10-03T16:39:41+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GlobalProperties.java
r10295 r10677 2 2 3 3 import java.util.Properties; 4 import java.io.File; 4 5 import java.io.InputStream; 5 6 … … 50 51 } 51 52 gsdl3_home = properties.getProperty("gsdl3.home"); 53 // make sure the path separators are correct 54 File gs3_file = new File(gsdl3_home); 55 gsdl3_home = gs3_file.getPath(); 52 56 gsdl3_web_address = "http://"+ properties.getProperty("tomcat.server")+":"+ properties.getProperty("tomcat.port")+"/"+properties.getProperty("tomcat.context"); 53 57 } catch (Exception e) {
Note:
See TracChangeset
for help on using the changeset viewer.