Hi
I am trying to deploy my cuba web application in a VPS for the first time. As I haven’t configured VPS server to run web-application before, i took the help from different sources and here is where it stands now:
WHAT I HAVE DONE:
- Installed JDK 1.8
 - Installed SQL Server database 2019 & PostgresSQL 12
 - Installed Tomcat 9.x
 - Created inbound rules in firewall for port 8080, 5432, 1433
 - Added JAVA_HOME, CATALINE_HOME, JRE_HOME in environment variables
 - done config/update as per this guide in CUBA_Platform
 
WHAT IS WORKING
a) In VPS
- all applications are running
 - Tomcat is running from localhost/8080
 
b) Remotely
- I can connect both SQL Server and PostgreSQL database from Cuba-Studio remotely (from my local computer) using the IP address and credentials and runs the application smoothly
 
WHAT IS NOT WORKING
Can’t run tomcat using the IP address:8080 which is probably the pre-requisit for the deployment of my application in order to log-in from any client computer.
Thanks for any help regarding what needs to be done in order to make Tomcat useable from any computer over the internet using the IP address
