Hi, i am new comer to tomcat world.
Now I meet a problem. After I config and start the tomcat, when I execute
the servlet examples. It doesn't work. I check the log files, and it reads
can't find the class.
But the class files is right in the web-inf/classes directory, And I tried
snoop, it does
request.setAttribute(str,xx);
ServletContext sc = getServletConfig().getServletContext();
sc.getRequestDispatcher(nextPage).forward(request, response);
it seems that it could not find the Nextpage, but how should I config the
path
Thanks