Boa Tarde
Pessoal estou iniciando na programação web e estava tendo algumas difculdades e ate estava indo bem mais agora apareceu um erro que não consigo descobrir o que é, se vocês puderem me ajudar agradeço. Vamos la em todos meus codigos JSP está dando essa mensagem, pelo o que consegui verificar ele não está conseguindo carregar a classe JSP, mais não alterei nada. estou usando o Tomcat 6 com eclipse WTP.
[code]HTTP Status 500 -
--------------------------------------------------------------------------------
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 compile class for JSP:
An error occurred at line: 7 in the generated java file
The type testaparametro_jsp must implement the inherited abstract method Servlet.getServletConfig()
An error occurred at line: 30 in the generated java file
No exception of type ServletException can be thrown; an exception type must be a subclass of Throwable
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:317)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:282)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:586)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.18
