RE: Application Problem

2004-09-14 Thread Shapira, Yoav
Hi, Tomcat is not finding the class, as this message indicates: D:\Tomcat\work\Standalone\localhost\_\harweb\harweb\Home_JSP_jsp.java:7 : cannot resolve symbol [javac] symbol : class UserContext [javac] location: package harweb [javac] import harweb.UserContext; [javac]

RE: Application Problem

2004-09-14 Thread Benje . Evans
Yoav, The UserContext.class file is located in \Tomcat\webapps\ROOT\harweb\WEB-INF\classes\harweb Benje Shapira, Yoav [EMAIL PROTECTED] 09/14/2004 08:01 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: Application Problem

RE: Application Problem

2004-09-14 Thread Shapira, Yoav
Hi, The UserContext.class file is located in \Tomcat\webapps\ROOT\harweb\WEB-INF\classes\harweb That's the problem. Don't make subdirectories under webapps/ROOT. Use a separate webapp for harweb, place it under webapps, e.g. /tomcat/webapps/harweb. Yoav This e-mail, including any

RE: Application Problem

2004-09-14 Thread Benje . Evans
Yoav, Thanks for the information! I had to move some libraries and such as well. Thanks again, Benje