I keep getting /result.jsp is not available message when
testing the
JSP.
this is how I compiled the BeerSelect.java class
javac -classpath "c:\Program Files\tomcat\common\lib\servlet-api.jar";classes;. -d classes src\com\example\web\BeerSelect.java
I did not get any error and the .class file was created
so I coped it from the development directory to the deployment directory
Tomcat\Beer-v1\Web-INF\classes\com\example\web
Then restarted
tomcat.
then I typed in
http://localhost:8080/Beer-v1/form.html the form displayed then I hit Submit that is when I get the error
Any Help I have been stuck on this for the second day now
thanks in indvance