- From: Yves Lafon <ylafon@w3.org>
- Date: Wed, 16 Jun 1999 16:41:29 +0200 (MET DST)
- To: Brian Dupras <bdupras@bigfoot.com>
- cc: www-jigsaw@w3.org
On Sat, 12 Jun 1999, Brian Dupras wrote:
> OK, here's what I need:
> /home/httpd/html - root html directory
> /home/httpd/servlet - servlet repository
> /home/httpd/cgi-bin - cgi repository
>
> Per earlier instructions, I deleted config/stores/*
> Edited http-server.props and fixed up this line:
> org.w3c.jigsaw.space=/home/httpd/html
> I then added a PassDirectory called servlet and used the default
> servlet-indexer as its indexer, and placed /home/httpd/servlet in as its
> target.
> (I'll skip the cgi stuff for now, as it's not that important to what I'm
> doing)
>
> When I access http://server:8001, everything works great.
>
> When I access http://server:8001/servlet/<anything>, I get a "documet
> contains no
> data" error on the client, and a huge stack trace on the server.
>
There should be a ServerDirectoryFrame on the servlet container, rather
than an HTTPFrame, that should be the cause of your problem.
Regards,
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw Activity Leader
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Wednesday, 16 June 1999 10:41:43 UTC