----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Uri,
try changing the tag to
<SERVLET CODE="JSSIServlet.class">
Your web server has not been configured to support servlet tags.
</SERVLET>
you don't specify the zone in the tag, just the class name.
you'd do it the way that you have it if the servlet was an action in a form.
hope that helps.
--------------------------
Tim Trentham
Web Developer
Furnitureshow.com
V: 512.479.4653
F: 512.478.5437
[EMAIL PROTECTED]
--------------------------
> -----Original Message-----
> From: Uri Shohet [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 08, 2000 3:08 PM
> To: Java Apache Users
> Subject: JSSI:ClassNotFoundException: can't find servlet named "xxx"
>
> When I open a test .jhtml file, containing
> <html>
> <body>
>
> <SERVLET CODE="/servlets/JSSIServlet">
> Your web server has not been configured to support servlet tags.
> </SERVLET>
>
> </body>
> </html>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]