I have just successfully deployed Quercus on Glassfish 4.1. I tested in the browser
http://localhost:8080/quercus-4.0.39/ and saw this:
Congratulations! Quercus™ Open Source 4.0.39 is interpreting PHP pages. Have fun!
Then ran Netbeans Tools > Options > PHP > Activate PHP Support
It worked. I now see this:
So I made 3 tests:
I ran a php page in an html application but instead of displaying the page it prompts a download box to open in Notepad
But when I run the app with above configuration I receive this error:
Firefox can't establish a connection to the server at localhost.
When I run this third test I get a HTTP Status 404 - Not Found
error on GlassFish server.
What am I doing wrong? Thank you!