500 « Tomcat « JSP-Servlet Q&A





1. How to solve this HTTP 500 error?    stackoverflow.com

I run a dynamic web application via Eclipse and I think that the Tomcat works fine under it, I browsed the servlet from the tomcat server in the Eclipse, the welcome ...

2. What can be the cause of "Etat HTTP 500" error? how can resolve it?    stackoverflow.com

I have a problem in dynamic web application runned via eclipse, every time I try to test it, this error message is outputed (knowing that some links work but after short ...

3. jsp Eror 500 problem    stackoverflow.com

i write a very simple jsp problem that ger a number from a class and show that but i encounter eror 500.. i use eclipse with tomcat 5.5 my jsp:

 <%@page import="java.io.IOException"%>
<%@ page ...

4. tomcat 6.0.32 return in http 500 error    stackoverflow.com

This error really annoy me, I have started the server using tomcat 6.0.32 and I want to start the jsp files. I placed the jsp files on the webapps folder and ...

5. Apache Tomcat 5.5.23 error. HTTP Status 500    stackoverflow.com

Following is the stack trace type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception

org.apache.jasper.JasperException: Unable to load class for JSP
org.apache.jasper.JspCompilationContext.load(jasper5-compiler-5.5.23.jar.so)
org.apache.jasper.servlet.JspServletWrapper.getServlet(jasper5-compiler-5.5.23.jar.so)
org.apache.jasper.servlet.JspServletWrapper.service(jasper5-compiler-5.5.23.jar.so)
org.apache.jasper.servlet.JspServlet.serviceJspFile(jasper5-compiler-5.5.23.jar.so)
org.apache.jasper.servlet.JspServlet.service(jasper5-compiler-5.5.23.jar.so)
javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)

6. Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error    coderanch.com

Ok, the subject may not sound jsp like, but thats what I get when I am trying out a sample jsppage. I just bought the copy of "JSP examples and best practices" and was trying out the the first example from the first chapter. I created the tables, got the mysql driver and out it under lib. Copied the code from ...

9. Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error    coderanch.com

Do following Environment variable settings 1) Define a new Environment variable JAVA_HOME and give the physical path of the JDK were it is installed on ur machine for example: JAVA_HOME: c:\jdk1.4.2 2) Define a new Environment variable CATALINA_HOME and give the physical path of the tomcat webserver located on your machine for example: CATALINA_HOME:c:\tomcat4.0 3) After defining these paths start the ...