Hi ,
I'm new to this forum . Kindly let me know if i made any mistakes while posting this . I have a problem in from the "Beer Selection Page" creation problem from HFS book.
The problem is like this,
1) I start my form.html as specified .
2) there in that page, i make a selection for a type of beer color.
From here, the page next should go to "file:///C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%207.0/webapps/beer/selectbeer.do " where i have given an URL mapping for selectbeer.do as
<
servlet>
<servlet-name>ch3 beer</servlet-name>
<servlet-class>com.example.web.beerselect</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ch3 beer</servlet-name>
<url-pattern>/selectbeer.do</url-pattern>
</servlet-mapping>
But the firefox doesnt recognize this and gives this error :
File not found
Firefox can't find the file at /C:/Program Files/Apache Software Foundation/Tomcat 7.0/webapps/beer/selectbeer.do.
Check the file name for capitalization or other typing errors.
Check to see if the file was moved, renamed or deleted.
Please Help
Regards,
Aravind M