You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nick Stoianov <ni...@yaya.com> on 2001/04/04 21:22:35 UTC

JSP errors

Hi,

I installed Tomcat on Apache 1.3.9/Linux. The sample servlets are working fine. But the problem is with the JSPs.
Some of them (snoop, plugin) are working great - but when I try to load the other JSPs  I get the following errors:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Internal Servlet Error:

org.apache.jasper.JasperException: Unable to compile class for JSP/usr/local/tomcat/work/localhost_8080%2Fexamples/_0002fjsp_0002fsessions_0002fcarts_0002ejspcarts_jsp_0.java:63: Class sessions.DummyCart not found.
                sessions.DummyCart cart = null;
                        ^
/usr/local/tomcat/work/localhost_8080%2Fexamples/_0002fjsp_0002fsessions_0002fcarts_0002ejspcarts_jsp_0.java:66: Class sessions.DummyCart not found.
                    cart= (sessions.DummyCart)
                                   ^
/usr/local/tomcat/work/localhost_8080%2Fexamples/_0002fjsp_0002fsessions_0002fcarts_0002ejspcarts_jsp_0.java:71: Class sessions.DummyCart not found.
                            cart = (sessions.DummyCart) Beans.instantiate(this.getClass().getClassLoader(), "sessions.DummyCart");
                                            ^
3 errors
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Does anyone have an idea what I am doing wrong?

Thanks,
Nick