Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.48 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.48 KB

Template profile for geOrchestra

This repository contains files which were previously used to configure a geOrchestra instance, at compilation time.

From 16.12 on, building geOrchestra with this template profile is no longer required, since the magic happens at runtime with the geOrchestra datadir !

Contents

This configuration folder contains:

  • a build_support directory hosting:
    • a shared.maven.filters file, which lists most of the shared maven filters you want to customize for your own setup,
    • a GenerateConfig.groovy file, which is used to customize the application specific default maven filters,
  • several directories matching the names of geOrchestra modules, whose files will override the default ones in the webapp,
  • an excluded directory, which can be used to store extra scripts or files that are not directly related to the geOrchestra configuration. They will not be shipped into the configuration jar.

Hypotheses

This configuration profile makes the following main hypotheses:

  • a single machine, "3 tomcats"-based setup, as described by the official documentation,
  • tomcat connectors configured to bind to ports 8180 (proxy/cas), 8280 (all other webapps), 8380 (geoserver) on localhost,
  • HTTPS scheme is assumed on the front web server,
  • english language is the default one,
  • minimal (production) logging level.