Jump to content

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


nox

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...