Re: Using Sun's JSWDK (JSP) with Jigsaw

Yves Lafon wrote:

> I struggle with it a little this morning, and here is a setup that works:

I, too, struggle -- for enlightenment. ;)  Is this indexer intended to index
*.jsp
pages whever they are?  e.g. /Jigsaw/Jigsaw/WWW ?

> jspindexer
>  |
>  -- directories
>  |   |
>  |   -- *default* (org.w3c.jigsaw.resources.PassDirectory)
>  |                      (ServletDirectoryFrame)
>  |
>  -- extensions
>      |
>      -- jsp (org.w3c.jigsaw.servlet.ServletWrapper) (it create its frame
>                   (ServletWrapperFrame)              directly)
>
> the servlet class is com.sun.jsp.runtime.JspServlet
> and "scratchdir=<mypath>/Jigsaw/Jigsaw/compiledPage"
> in the servler parameters.
>
> I set the dir to have jspindexer as the indexer, and it worked :)

Which dir?  Do the .jsp pages go in a special directory?  I grok that I am
not grokking this yet.  ;)

Ray Allis

Received on Thursday, 22 July 1999 17:50:34 UTC