Revision 4174
Added by daigle over 16 years ago
src/edu/ucsb/nceas/metacat/admin/PropertiesAdmin.java | ||
---|---|---|
107 | 107 |
.discoverServerPort(request)); |
108 | 108 |
PropertyService.setPropertyNoPersist("server.httpSSLPort", |
109 | 109 |
SystemUtil.discoverServerSSLPort(request)); |
110 |
// TODO MCD change this to handle deploy dir
|
|
111 |
PropertyService.setPropertyNoPersist("application.tomcatDir",
|
|
110 |
// TODO MCD see if you can find tomcat dir if it is not the same as deployDir
|
|
111 |
PropertyService.setPropertyNoPersist("application.deployDir",
|
|
112 | 112 |
SystemUtil.discoverTomcatDir(request)); |
113 | 113 |
|
114 | 114 |
PropertyService.persistProperties(); |
Also available in: Unified diff
Replace tomcatDir with deployDir