Ok, I'm almost there.
I installed it, set up the dispatch.properties file, but all I get is :

Error during SSI processing:
servlet DateServlet not found

I don't know what I'm doin wrong.
This is the html tag :

<servlet name=DateServlet></servlet>

This is the dispatch.properties file :

servlet.DateServlet.code=DateServlet
servlet.DateServlet.initArgs=a=1

DateSevlet.class is in the server`s servlet directory. The URL
http://myserver/servlet/DateServlet works fine. I also have a configured
servlet attribute : http://myserver/showdate that calls the same servlet and
works fine too.

Any ideas?
Thanks in advance,

E. Robles
[EMAIL PROTECTED]

----- Original Message -----
From: "Hans Bergsten" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 14, 1999 5:29 PM
Subject: Re: SSI problem on Netscape Server 4.0


> "Eulogio Robles P." wrote:
> >
> > I'm installing some servlets on Netscape Enterprise 4.0. However, I
can't
> > make some of them to work as SSI. I write the <servlet
> > code=/servlet/myServlet> tag in a .shtml file but nothing happens. It
does
> > not work as a servlet virtual path either. I'm trying the typical
> > DateServlet as an example.
> >
> > Does anyone have ideas?
>
> iPlanet Web Server 4.0 (aka NES 4.0) doesn't support the <servlet> tag.
> You can use our Enabler product, available for free at
> http://www.gefionsoftware.com/Enabler , to add support for SSI.
>
> Note that the syntax supported by the Enabler is <servlet name=myServlet>,
> as opposed to what you have above.
>
> --

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to