Hi, I've got a class that reads a file when it is first invoked. When I run this class standalone, (meaning not using Tomcat), the class finds the file and can read it just fine. But when I call the class from a JSP under Tomcat, I get an error that indicates the class cannot find the file. The class, ("foo"), is in package "com.xyz.bar". The file, ("stuff.txt") has had copies placed in the root, (TomcatProject), in /TomcatProject/WEB-INF, in TomcatProject/lib, in TomcatProject/classes/com/xyz/bar, and I have tried to point the class to each of these locations - with no luck. Do I need to do something like define the file somehow in web.xml ?
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]