Jump to content

secege

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by secege

  1. add file context.xml to the META-INF folder, with this content: <?xml version="1.0" encoding="UTF-8"?><Context path="/scialpif_JudgeTree"/>
  2. I was able to get Java servlets working by renaming the context path to /username_appname so in your case that would be /scialpif_JudgeTree including the war file: scialpif_JudgeTree.war I was not able to get session management working reliably.
  3. blocked again, but I don't know why Please unblock
  4. is any way to see the Tomcat log files ?
  5. Would you please move secege.heliohost.org/secege_hs over to SSL ? The Java war file is secege_hs.war Thanks
  6. It seems that session management for Java servlets does not work consistently. It works for simple JSP pages in public_html: https://secege.heliohost.org/test.jsp however, when the JSP page is part of a .war deployed application, it does not seem to work: http://secege.heliohost.org/HelioSecure/ (which runs index.jsp) Both JSP pages contain this code: <% out.print("Test: "); String test = (String) session.getAttribute("some"); if (test != null) { out.println("from session: " + test + "<br>"); } session.setAttribute("some", "A thing");%> Any help is appreciated.
  7. Great and thanks. How can I update the SSL webapp with a new .war ?
  8. yes, please switch secege.heliohost.org to SSL for Java Thanks
  9. Is SSL available for Java Tomcat servlets ? My main site is available via http and https (secege.heliohost.org), but for the Java site https://secege.heliohost.org/HelioSecureRest/ I get: The requested URL /HelioSecureRest/ was not found on this server. http://secege.heliohost.org/HelioSecureRest/ works fine Thanks for your help.
  10. please move my account to tommy Paypal donation transaction number 35Y367975W0147020 heliohost id: secege Thanks
×
×
  • Create New...