Deploying Olympus & WebAPI in JBOSS

Are there any guidelines on deploying OHDSI applications to JBOSS / Wildfly? A quick attempt failed due to conflicts with active jersey libs in JBOSS - normally I would hack the web.xml of an application to fix this but looking for guidance on what might be the “approved” approach

thanks

@bswilsonb, I will leave it to @Frank or @alfranke to comment re JBOSS deployment, but I would recommend that if you have the technical background to deploy WebAPI directly, I would do this, as Olympus utilizes an earlier version of the WebAPI that may limit compatibility with the latest web apps.

An Olympus 2.0 will be coming to simplify the installation process and manage some of the challenges people had with flyway etc getting Olympus up and running.

I don’t have any experience deploying on the JBOSS / Wildfly stack but I think I understand the gist of what could be causing the problem. Can you post any of the log or error message that you are getting?