Jump to content

Search the Community

Showing results for tags 'java servlets jsp'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. Hi. I'm softlab on johnny and I get this exception wher I try to load my index.jsp page. What could be the problem? Thank you exception org.apache.jasper.JasperException: PermGen space org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:473) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) root cause javax.servlet.ServletException: PermGen space org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:965) org.apache.jsp.index_jsp._jspService(index_jsp.java:110) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:371) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) root cause java.lang.OutOfMemoryError: PermGen space
  2. Hi. The first time I posted my problem was in May; then I reposted it various times, because I got no reasonable answer. Till now, no replies. When I give a service to the public, be it free or not, I think I have to satisfy any help request for errors, doubts and so on. Here I did not have any of these things; my problem remains my problem, no one gave me a solution for it. Do you think it is reasonable? For complete information, I append the problem to this post, hoping that someone could (and would) help me. --------------------------------------------------------------------- Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below: Not Found The requested URL /infoPar/ServletUtenti was not found on this server. The servlet is in the web.xml file as below ServletUtenti it.fp.servlets.ServletUtenti ServletUtenti /ServletUtenti and is present in the WEB-inf\classes folder, in a package named "it.fp.servlets" under the named folder. In addition, I deployed the same application on a desktop under Tomcat 6.0.35 and it works perfectly. Which could be the problem?
  3. Hi. Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below: Not Found The requested URL /infoPar/ServletUtenti was not found on this server. The servlet is in the web.xml file as below ServletUtenti it.fp.servlets.ServletUtenti ServletUtenti /ServletUtenti and is present in the WEB-inf\classes folder, in a package named "it.fp.servlets" under the named folder. In addition, I tried to deploy the same application under Tomcat 6.0.35 and it works perfectly. Which could be the problem? Thanks
×
×
  • Create New...