Opened 3 years ago
Closed 3 years ago
#2472 closed defect (fixed)
SECORE - allow to build def.war by flag with cmake
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.0 |
Component: | secore | Version: | 9.8 |
Keywords: | Cc: | Dimitar Misev, Vlad Merticariu | |
Complexity: | Medium |
Description
By default, after ticket http://rasdaman.org/ticket/2470, SECORE is built
as def.jar
for petascope. To build it as standalone web application like before, it needs to change in some places for SECORE. Cmakes
to enable building the def.war with e.g. -DENABLE_STANDALONE_SECORE=ON
- pom.xml.in with maven profiles, to build with
war
, it needs this plugin enabled:
<plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin>
application.properties
withsecore.controller.enabled=true
to allow SecoreController.java to receive any requests to/def
.
Note:
See TracTickets
for help on using tickets.