Deployment with context.xml

Hi all,

I want to deploy my jmix application (version 1.1.4) with context.xml which is configured on tomcat 9.
Unfortunately, the app read the application.properties.
I guess you can only read DB access from there?
Or what settings can I make to read DB access from the tomcat 9 context.xml file?

Thanks in advice,
Peter

Hi Peter,

Just added this section to the docs: Using JNDI Data Source.

In general, you can use any features provided by Spring Boot to configure your data sources.

Regards,
Konstantin

Dear Konstantin,

It works well, thank you.

Regards,
Peter