CLASSPATH
I have a java bean I would like to import into a JSP. I have placed the class file under WEB-INF folder under my application(audit). My JSPs are in C:\Sun\WebServer6.1\docs\audit directory and class file is in C:\Sun\WebServer6.1\docs\audit\WEB-INF. I'm able to display JSPs with no problem but when I try to import class file thats in WEB-INF error message saying, class doesn't exist is logged into log file and Page Can't be displayes is shown on the browser.
Please help me in how to set the class path. I have trouble displaying Servlet as well. I thing both the servlet and java bean has similar problem

