.jar in java action with data base access

0
If I need to use a .jar with connection to the database,( configured in the context.xml or web.xml), in a java action, where do I need to put or configure the connection string to the database in mendix?
asked
1 answers
0

I would suggest following the precedent set in the Database Connector module and pass the JDBC connection string as a parameter to any Java Actions you are writing to integrate with the new .jar file.

https://docs.mendix.com/appstore/connectors/database-connector/

Hope this helps.

answered