I'm thinking you need to put your compiled class into the directory where
Tomcat expects to find class files.
xxx\WEB-INF\classes is where you would put the folder projsp, inside of
which would be SpellCheck.class
xxx is the root of your web. (eg: c:\program files\apache
group\jakarta-tomcat\webapps\myRootFolder)
Try it and see.
-----Original Message-----
From: Roger Gregory [mailto:rogermg@a...]
Sent: Wednesday, March 14, 2001 9:10 PM
To: Pro_JavaServer_Pages
Subject: [pro_jsp] Chapter 2 problem
I put the three files (pg 46 and 47) into my computer, but I keep on
getting a server error 'cannot find projsp.SpellCheck'
I have the html and the jsp by themselves then compile the
SpellCheck.class to a directory called projsp. Any ideas?
Roger Gregory