You would also need to tell us your servlet-mapping and the directory of the file that 
the
form is in.

Tim

> -----Original Message-----
> From: Michael Drewitz
> [mailto:[EMAIL PROTECTED]
> Sent: 10 June 2004 11:18
> To: [EMAIL PROTECTED]
> Subject: [Resource Not available] Newbie question
>
>
> Hi all,
>
> if I try to access the below described servlet from a html- or jsp-file
> I get "Http 404 Error - Resource not available".
>
> <form action="AVG_ValuesServlet" method="get" name="avg_values_form">
> ..</form>
>
> I have tried it with the package-name as prefix and the prefix
> "servlet/", but nothing works.
> Whats wrong?
>
> The class-file is located in the defined directory under ../web-inf/classes.
> This is the only element of web.xml:
> <servlet>
> <servlet-name>AVG_ValuesServlet</servlet-name>
> <servlet-class>org.haw.weather.web.AVG_ValuesServlet</servlet-class>
> </servlet>
>
> Thanks in advance, Michael
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>





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

Reply via email to