Problem:
when I try to load my java web applicaton that resides on a glassfish 4 server from a remote web browser, i get the "problem loading ...
" "unable to connect
" page showing up in my browser. I tried port 8080 and 4848, both with no success.
Additional details about the issue:
I have deployed a .war java web application to the context root "/".
I have one domain running.
mostly, i use command line only.
i am using debian jessie server on a google cloud computing virtual machine instance.
In the glassfish troubleshooting guide, I discovered that I had not set the PATH environment variable to the JDK/bin directory, so I properly set the PATH environment variable, yet it did not solve the issue.