Re: <% page import .... %>
Posted By:
zhou_peng
Posted On:
Thursday, September 5, 2002 02:53 AM
you use tomcat.
where did you put your jsp page?
If you put your jsp page in $tomcat_home/ROOT directory,you should create a directory named WEB-INF,then add the classes directory in it.And stored your all classes into the ROOT/WEB-INF/classes/.
Generally,we created a new directory in $tomcat_home/webapps.You can call it everything you want but you have to add it at $tomcat_home/conf/server.xml.for example,name is test.
And you have to created some directory in $tomcat_home/webapps/test.To your question,
$tomcat_home/webapps/test/WEB-INF/classes stored your classes.