Jump to content

Recommended Posts

Posted

That's because Java is enabled on it. This is normal for accounts that have Java enabled but don't have any index page present.

Posted

But I already deployed a war file and I still get the error and is it normal to have home1/username instead of home/username?

Posted

@ziad87: All Tomcat-enabled accounts show this in their root if there's no index, doesn't matter where they're stored. Tomcat prevents directory listings from working.

 

Is this supposed to be a Java WAR? If so, they do not deploy into the root. It'll be at http://zapp.heliohost.org/<WarFileName>/ , if the folder shows a 404 error, then there's something else wrong with the war file.

 

Also, http://zapp.heliohost.org/ is showing a green test page, so that page is working (if you see a 404 error, please clear your cache and flush your DNS records).

Posted

Yes. Our system does that to all war files so that other people can also deploy a war with the same name.

 

Some wars don’t like being renamed and will work better if you include the username_ when you build the war.

Guest
This topic is now closed to further replies.
×
×
  • Create New...