JSP under tomcat

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
 
C

Christophe Vanfleteren

ZorPax said:
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

Is your Dan class in a package? If not, try putting it in one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,111
Latest member
KetoBurn
Top