Configuring two Oxalis-NG instances (TEST and PROD) on the same Tomcat server #12
Closed
aleksander-oven
started this conversation in
General
Replies: 1 comment
|
I solved the problem myself by delving into Tomcat's Catalina configuration options, which allowed me to define the environment variable OXALIS_HOME inside the XML element for each of the two app instances separately. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Since Peppol allows for two separate certificates (TEST and PROD) which give access to two separate Peppol Participant registries (SMK and SML, respectively), I'm wondering:
Is there a way to configure two instances of Oxalis-NG having two different oxalis.conf files on the same Tomcat server, given that there is only one OXALIS_HOME environment variable?
I'm happy with configuring two apps under Tomcat under separate URL paths. But it's the single OXALIS_HOME that's stopping me in my tracks. Is it at all possible? What am I missing?
All reactions