Hi, we got an Azure red hat linux server where we hosted the H2 database. When starting the H2 database it shows as below
Failed to start a browser to open the URL http://10.0.0.9:8381: Browser detection failed and system property h2.browser not set
The public/static IP address of that server is 54.172.xx.xx
The problem is when I launch the URL
http://54.172.xx.xx:8381 it is not going anywhere. Also using my client if I connect using JDBC url it says connection timeout.
The port 8381 is enabled in Azure firewall settings. Also the firewall service on the Linux server is switched off.
Please help on this regard. Thanks.