Hi,

I'm new to this list, so I apologize if this question has been on the
list before.

I'm moving a servlet app from development on Win NT/NetscapeFastTrack/Jrun
to FreeBSD/Apache1.3.6/JServ1.0b5.

Everything goes OK. Except that I always used: 

     getServletContext()
        .getRequestDispatcher(servletx)
                .forward(req, res);

to forward the req and res to another servlet.

But this does not work on Apache/JServ, even when I use the jsdk.jar v2.1.
Does anyone knows why this is and is there a remedy?

Thanx in advance,

Steve Karnadi


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to