主题:急.....关于JSP网站配置的问题????
没用过JSP,临时配置一个JSP站点,现在已经可以解析JSP文件了,但是在运行时出错:信息为The server encountered an internal error () that prevented it from fulfilling this request."bean在classes--bean中 放进classes里即可"这句是什么意思?
因为是做asp的,对这个别太了解,请大家多帮忙?
详细错误信息如:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 140 in the jsp file: /JSPSHOP/JSPSQL/list.jsp
Generated servlet error:
[javac] Compiling 1 source file
D:\Tomcat 4.1\work\Standalone\localhost\examples\JSPSHOP\JSPSQL\list_jsp.java:230: package shop does not exist
shop.Bookinfo cart=new shop.Bookinfo();
....
是不是要把CLASS放到那个目录下?具体应该放到那个目录呢?
因为是做asp的,对这个别太了解,请大家多帮忙?
详细错误信息如:
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: 140 in the jsp file: /JSPSHOP/JSPSQL/list.jsp
Generated servlet error:
[javac] Compiling 1 source file
D:\Tomcat 4.1\work\Standalone\localhost\examples\JSPSHOP\JSPSQL\list_jsp.java:230: package shop does not exist
shop.Bookinfo cart=new shop.Bookinfo();
....
是不是要把CLASS放到那个目录下?具体应该放到那个目录呢?