Changes between Initial Version and Version 4 of Ticket #2477


Ignore:
Timestamp:
Jul 26, 2021, 1:57:33 PM (3 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2477 – Description

    initial v4  
    22with secore_urls=http://localhost:9010/def in petascope.properties.
    33
    4 As `def.war` is now not deployed anymore as SECORE is a part of petascope as `def.jar`, wcst_import should check SECORE from embedded petascope as well by getting the port `9009` in petascope.properties.
     4As `def.war` is now not deployed anymore as SECORE is a part of petascope as `def.jar`, wcst_import should check SECORE from embedded petascope as well by getting the port `9009` from `service_url` setting of ingredients files.
     5
     6
     7NOTE: if secore url is localhost (regardless of what port) and it doesn't exist on this port (e.g. `9010`), then assume it's `internal` on `service url` (e.g: http://localhost:9009/rasdaman/def) and print a warning to fix it in petascope.properties.