Hello,
we have an application that we provide for MySQL and Oracle. Currently we have to create separate WAR files for each DBMS type.
Is there a way to create the WAR files only once and configure the DBMS type in the target system via settings?
Greetings
Andreas
Hello,
I found the solution myself: I had entered a wrong path in the web.xml. After the correction I can now change the DBMS type via local.app.properties.
Greetings
Andreas
mario
(Mario David)
#3
Hi,
I recently created an example with a war file generation and external configuration files (context.xml & local.app.properties). You can find it here: GitHub - mariodavid/cuba-example-multiple-db-support: CUBA example that shows how to switch DBMS systems without changing the war file
Bye
Mario
1 Like