Gidday Jeff,
        This may or may not be relevent but I keep forgetting to use the .shtml
extension on SSI pages and spend hours trying to find the prob.

cheers pb...



Jeff Finley wrote:
>
> I cannot get the Java Web Server to serve up
> my servlet using a server side include.
> This is the configuration:
>
> On the Servlets card:
> Name: ListMaker
> Description:  blank
> Class Name:  ohyo.servlets.ListMaker
> Load at Startup: no
> Loaded Now: no
> Load Remotely: no
> Parameters:  site_file = site.file
>
> On the setup card:
> Servlet Aliases
> Alias: /ListMaker
> Servlet Involved: ListMaker
>
> This is the HTML servlet code:
> <SERVLET Code=ListMaker><PARAM NAME=list Value=category></SERVLET>
>
> When I envoke the servlet using the URL:
> http://localhost:8080/servlet/ListMaker
> it invokes it.
> When I use the following tag it invokes it, albeit no initialization
> parameter for the site_file gets
> passed on the init():
> <SERVLET Code=ohyo.servlets.ListMaker><PARAM NAME=list
> Value=category></SERVLET>
>
> Thank you, this is totally baffling me.
>
> ___________________________________________________________________________
> 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

--
Peter Blakeley
Head of Software Development Coolcat Software Pty. Ltd.
http://www.coolcat.com.au/
Director Bug Audit Services
http://www.coolcat.com.au/bug_audit


"A financial instrument is a device used by a Banker to pick your
pocket.  ;-})"
"An art degree is a licence to know it all, I am lucky I need no art
degree.  ;-})"

___________________________________________________________________________
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