Jump to content

secege

Members
  • Posts

    11
  • Joined

  • Last visited

secege's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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. please unblock 64.135.221.141
  5. is any way to see the Tomcat log files ?
  6. Would you please move secege.heliohost.org/secege_hs over to SSL ? The Java war file is secege_hs.war Thanks
  7. 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.
  8. Great and thanks. How can I update the SSL webapp with a new .war ?
  9. yes, please switch secege.heliohost.org to SSL for Java Thanks
  10. 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.
  11. please move my account to tommy Paypal donation transaction number 35Y367975W0147020 heliohost id: secege Thanks
×
×
  • Create New...