Websphere application server- where should i put the .class file?
843838Aug 31 2006 — edited Sep 1 2006I have the following error that the server cannot recognize the class file. Where should i put the class file or anything should be change, eg .xml file in order for the server can find out this class file?
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
DbBean cannot be resolved or is not a type
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
DbBean cannot be resolved or is not a type
An error occurred at line: 7 in the jsp file: /index.jsp
Generated servlet error:
DbBean cannot be resolved or is not a type
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:397)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:288)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
javax.servlet.http.HttpServlet.service(HttpServlet.java:688)