Hi,
in a main jsp file, main.jsp, I have
<%@ include file="test.jsp" %>
Without modifying main.jsp, I modified test.jsp but the change is not reflected on the screen. So I tried to find the servlet code/class, test.java/test.class, to manually delete but couldn't find. I know that under WebLogic you can define the path for the directory where you want the servlet classes generated but I can't find anywhere in Tomcat directory where I can set such path. I even issued 'find' command (on unix) to search for them but nothing comes up. Would you please help me on how to find those files or how to setup the classpath under Tomcat?
Thanks,
Shine
in a main jsp file, main.jsp, I have
<%@ include file="test.jsp" %>
Without modifying main.jsp, I modified test.jsp but the change is not reflected on the screen. So I tried to find the servlet code/class, test.java/test.class, to manually delete but couldn't find. I know that under WebLogic you can define the path for the directory where you want the servlet classes generated but I can't find anywhere in Tomcat directory where I can set such path. I even issued 'find' command (on unix) to search for them but nothing comes up. Would you please help me on how to find those files or how to setup the classpath under Tomcat?
Thanks,
Shine