epimorphics / elda

Epimorphics implementation of the Linked Data API
Other
53 stars 27 forks source link

Embedded deployment option #234

Open der opened 11 months ago

der commented 11 months ago

Running as a war under tomcat in a container is problem due to tomcat's behaviour on errors.

Investigate alternatives such as running with embedded tomcat/jetty or retaining war packaging but use an alternative more ops-friendly application server.

Part of: https://github.com/epimorphics/hmlr-ansible-deployment/issues/93