Posted By:
Shang_Guo
Posted On:
Monday, July 29, 2002 08:18 PM
When I run jsp examples in the page http://localhost:8080/examples/jsp/index.html, I get HTTP Status 500 - Internal Server Error This is the message when I click first jsp example: description: The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request. exception : javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception ..... root cause java.lang.NoSuchMethodError ...... What jars I am missing?
More>>
When I run jsp examples in the page
http://localhost:8080/examples/jsp/index.html, I get HTTP Status 500 - Internal Server Error
This is the message when I click first jsp example:
description: The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
exception :
javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
.....
root cause
java.lang.NoSuchMethodError
......
What jars I am missing?
<<Less