Howdy,

>I have a web.xml containing :
>
>       <servlet>
>               <servlet-name>Login</servlet-name>
>               <description>
>                       Deze servlet checked het opgegeven naam en
password.
>                       Indien correct dan wordt het NawBean in de
sessie
>geplaatst.
>               </description>
>               <servlet-class>klanten.Login</servlet-class>
>        </servlet>
>
>        <servlet-mapping>
>               <servlet-name>Login</servlet-name>
>                <url-pattern>/klanten/Login</url-pattern>
>       </servlet-mapping>
<snip>
>The servlet class file is stored in
>webapps/appname/WEB-INF/classes/klanten/

You mean Friss, not appname, right?

>If I press the ok button in the form of the afore mentioned form I get
>the following error message :
>
>       The requested resource (/Friss/Klanten/Login) is not available.

A case mismatch between the form action (Klanten) and the web.xml
url-pattern (klanten) is the likely culprit.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to