Opened 6 years ago
Closed 6 years ago
#1936 closed enhancement (fixed)
Petascope_Allow change petascope.properties path in external Tomcat
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | petascope | Version: | development |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
Currently, petascope.propeties is fixed in ConfigManager
, in case, it needs to use different petascope.properties with some changes for testing, one can change in /var/lib/tomcat/webapps/rasdaman/WEB-INF/classes/application.properties
to a new path to this changed petascope.properties
Note:
See TracTickets
for help on using tickets.
In
applications/petascope/petascope_main/src/main/resources/application.properties.in
it already contains the configuration to folder containingpetascope.properties
, e.g:petascope.confDir=/opt/rasdaman/etc/
, so one can change here to another folder which contains differentpetascope.properties
.