nox Posted July 11, 2019 Posted July 11, 2019 Hello, I have Java enabled on my account, and it says I should be able to execute JSP pages under public_html. I've created a test page to make sure of that, but it fails to render a very simple directive, which makes me think that Java is either not correctly installed on my account or Tomcat may have crashed. Here's the test page I've created: https://nox.heliohost.org/pangeos/test.jsp It only contains this: <% out.println("No worries."); %>It should show the words No worries. without the tags, but I do see the tags when I navigate on the page. Thanks for your help.
wolstech Posted July 13, 2019 Posted July 13, 2019 Java only works on plain HTTP by default. It's possible to have it moved to HTTPS, but then plain HTTP won't work...you can't have it both ways unfortunately because doing so would mean the account would hog two Java slots.
nox Posted July 13, 2019 Author Posted July 13, 2019 Alright, I did not know that. Thanks for looking it up guys, much appreciated.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now