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. Quote
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. Quote
nox Posted July 13, 2019 Author Posted July 13, 2019 Alright, I did not know that. Thanks for looking it up guys, much appreciated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.