jsp:include => Request dispatcher not found

Hello,

I have a problem with getting GNUJSP to work with Jigsaw and virtual
domains. I'm not entirely sure if the use of virtual domains has anything to
do with it, but I haven't seen this problem with GNUJSP and Jigsaw before.
I'm thinking it *might* be a virtual domain problem in Jigsaw.

The problem is that inclusion of dynamic documents doesn't work.

   <%@ include file="afile.jsp" %>

will work fine, but

   <jsp:include page="afile.jsp" flus="true" />
   
yields an IOException "Request dispatcher not found" in GNUJSP's
auto-generated servlet.

If I recall correctly, I would have the same problem if I did
getRequestDispatcher("/blabla"), and "/blabla" did not exist in the
context (and this might be affected by the use of virtual domains).
I've got GNUJSP to work fine with Jigsaw in the past, but without
virtual domains.

Could this be a Jigsaw problem, or am I just missing something? Accessing
the servlet directly works fine.

Thank you,

-- 
/ Peter Schuller

PGP userID: 0x5584BD98 or 'Peter Schuller <scode@scode.webprovider.com>'
Key retrival: Send an E-Mail to scode-getpgpkey@scode.webprovider.com
E-Mail: scode@scode.webprovider.com Web: http://www.scode.webprovider.com

Received on Sunday, 12 March 2000 08:16:01 UTC