Hi,

I have installed a windows developed webapp on a Linux server (2.4.31 kernel) with the same JDK version (1.5.0) and same Tomcat server version (5.5.12). My webapp uses taglib and jsps and runs perfectly on windows. On Linux, Tomcat provides an OutOfMemoryError with all jsp pages during the first page compilation. The JVM is configured with –Xms512m –Xmx768m parameters. After many tests, I found that this memory error is not coming from my own code. This simple code provides the same error:

<%@ taglib prefix='c' uri='http://java.sun.com/jstl/core' %>
Time to go <a href="<c:url value='home.jsp'/>">Home</a>!

At the first call, Tomcat gives :

javax.servlet.ServletException: Java heap space
  org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)
  javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


Could any one please help me in solving the problem.

Thanks

Christophe



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to