"Eulogio Robles P." wrote:
>
> 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?

The Enabler looks for servlet classes in the directories and JAR files
defined in the server's class path (see "Configure JRE/JDK Paths" under
the "Servlets" tab). The /servlet directory is not part of the class path
by default.

Hans
--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

___________________________________________________________________________
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