I have dir structure:

ROOT
   beer
      form.html
      WEB-INF
        web.xml
        classes
           com
              example
                 web
                    BeerSelect.class


my web.xml file is as follows:

<servlet>
        <servlet-name>BeerTest</servlet-name>
        <servlet-class>com.example.web.BeerSelect</servlet-class>
</servlet>
<servlet-mapping>
        <servlet-name>BeerTest</servlet-name>
        <url-pattern>/sb.do</url-pattern>
<servlet-mapping>

my form action of form.html is set to "sb.do" but when I submit my form.. I get:

type Status report

message /Beer/sb.do

description The requested resource (/Beer/sb.do) is not available.

Any ideas? suggestions? I need a fresh set of eyes.. I've been
attempting to get this sorted for hours...
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Single Dads ]-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://single-dads.us ]-=

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188973
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to