Java Project on Network Server
I need to build a Java web application on a linux server on our network. The application needs to be run and developed on that server because the server is the only one on our network allowed to communicate to a database hosted by one of our vendors. Would I be able to setup an project in IntelliJ/Idea to allow me to develop and test the project through the IDE? Thanks for any help.
Please sign in to leave a comment.
So the key question is possibility to access the database during development? Then maybe a connection via SSH tunnel could help? See:
https://www.jetbrains.com/idea/help/data-sources-and-drivers-dialog.html?search=data%20source#ssh
Regards,
Alexander.