Z
ZorPax
I am just getting started with JSP and tomcat. My JSP page works fine
in Blazix java server, but when I move it to tomcat on a sun machine,
I have a problem. It throws up an error message below (at the bottom
of this post)
now my JSP page is in the following directory,
/stud/itmasters/dxs03m/servlets/webapps/ROOT/
and I have put a java class and its source in this directory
/stud/itmasters/dxs03m/servlets/webapps/ROOT/WEB-INF/classes/
but when i try and intantiate an object of this class in my JSP page
it throw the error.
If any one has any sugestions how to fix this, I would be extremely
grateful
Thanks
Dan
org.apache.jasper.JasperException: Unable to compile class for
JSP/stud/itmasters/dxs03m/servlets/work/localhost_8080/_0002fdxs_00030_00033m_0002dservlets_0002fdan_0002ejspdan_jsp_2.java:64:
Class dxs_00030_00033m_0002dservlets.Dan not found.
Dan stuff = new Dan();
^
/stud/itmasters/dxs03m/servlets/work/localhost_8080/_0002fdxs_00030_00033m_0002dservlets_0002fdan_0002ejspdan_jsp_2.java:64:
Class dxs_00030_00033m_0002dservlets.Dan not found.
Dan stuff = new Dan();
^
2 errors
in Blazix java server, but when I move it to tomcat on a sun machine,
I have a problem. It throws up an error message below (at the bottom
of this post)
now my JSP page is in the following directory,
/stud/itmasters/dxs03m/servlets/webapps/ROOT/
and I have put a java class and its source in this directory
/stud/itmasters/dxs03m/servlets/webapps/ROOT/WEB-INF/classes/
but when i try and intantiate an object of this class in my JSP page
it throw the error.
If any one has any sugestions how to fix this, I would be extremely
grateful
Thanks
Dan
org.apache.jasper.JasperException: Unable to compile class for
JSP/stud/itmasters/dxs03m/servlets/work/localhost_8080/_0002fdxs_00030_00033m_0002dservlets_0002fdan_0002ejspdan_jsp_2.java:64:
Class dxs_00030_00033m_0002dservlets.Dan not found.
Dan stuff = new Dan();
^
/stud/itmasters/dxs03m/servlets/work/localhost_8080/_0002fdxs_00030_00033m_0002dservlets_0002fdan_0002ejspdan_jsp_2.java:64:
Class dxs_00030_00033m_0002dservlets.Dan not found.
Dan stuff = new Dan();
^
2 errors