Hi !
I am getting the error of "requested resource not available" while trying out the code of HFSJ pg. 30.
I had the same problem earlier, but it worked after I changed the coding from
encoding="ISO-8851-1" to
encoding="ISO-8859-1".
Some one had mentiioned that earlier in
java ranch.
I know, usually this problem occurs when there is some problem with the web.xml file or mapping.
Tried checking everything including the location of the files and all ,but still couldnt get it right.
Can any one help me to what I may be overlooking..
My web.xml file is
Location for the web.xml file is
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ch1\WEB-INF
Location for Ch1Servlet.java files is
C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ch1\WEB-INF\classes
I read a number of posts which had exactly the same problem but still couldn't find the solution for mine
thanks!