Ok, I have deployed scialpif_TheJudgeTree.war, and it works like a charm. I am happy. Thanks everyone! May I suggest you add this information here? https://wiki.helionet.org/Java_Servlet
The following jsf fragment
<p:graphicImage url="/images/italy-flag-icon-32.png" id="root" />
on my machine translates into
<img id="j_idt7:theTree:root" src="/JudgeTree/images/italy-flag-icon-32.png;jsessionid=94DD261FDF15620DC637F85005D082F8.jvm1?pfdrid_c=true" alt="">
on heliohost, it translates into
<img id="j_idt7:theTree:root" src="/scialpif_JudgeTree/images/italy-flag-icon-32.png;jsessionid=94DD261FDF15620DC637F85005D082F8.jvm1?pfdrid_c=true" alt="">
and returns 404 not found.
(scialpif is my username)
Same for js and css files references.
Please help.
Hey there, I just successfully deployed a war. The page is accessible at http://judgetree.heliohost.org/JudgeTree/ , but doesn't display properly. It seems that it is unable to load some jsf resources, and also some images, see screenshot. Please help.