Page 1 of 1

Deployment to Tomcat

PostPosted: Thu Feb 18, 2021 10:21 am
by lucdep
Hi,

After 2 years development, I'm getting close to a first delivery of my project.
Until now I've been developping locally with a local postgres database on my computer.

I have now set up a production server with Tomcat and Postgres and I have been trying to deploy my application with the Install Wizard in VisionX. I can see that the code is transferred OK to the Tomcat server but it is not clear to me how the the database connection on the Tomcat server has to be defined to make the deployed app connect to the databse on the server.

Is there a document/manual that explains how the Install Wizard has to be used?

Thanks for an urgent reply.

Regards,

Luc

Re: Deployment to Tomcat

PostPosted: Thu Feb 18, 2021 10:46 am
by Support@SIB
The deployment wizard has 3 options: app and db, only application, only db (see Documentation)

If you choose first option, simply choose your destination database (host, user, password). The wizard will change your configuration during installation.

The last option simply change your database without changing configuration, so if you have updates...

If you want to know how you can change the configuration manually, simply check config.xml in your project.

Please contact our product support or one of our Consultants if you need help with your application.