Jump to content

[Solved] Java shows as Enabled, but JSP pages are not rendering


Recommended Posts

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...