--- Nic Ferrier <[EMAIL PROTECTED]> wrote:
> >>> Jen <[EMAIL PROTECTED]> 31-May-00 1:08:23 AM >>>
>
> >Here is the code to use RD:
> >...
> >
>
getServletContext().getRequestDispatcher("/some.html");
>
> Questions to ask yourself:
>
> - does "/some.html" exist?
> - if it runs in a normal servlet engine does it
> work?
> - if it runs outside of https does it work?
It runs well using JSDK in local machine. It runs well
in the same server under http.
>
> > dispatcher.include(req, res);
>
> Why are you using include() when you haven't sent
> any output from the
> calling servlet?
Same with forward(). I just want to test that anything
before include() shows up and anything after include()
shows up too.
>
>
>
> >Here is the code Test.java for HttpSession :
>
> Can't see any problem with it but then I don't know
> much about the
> Oracle engine.
>
> I think you will have to talk to them directly.
>
>
> Nic
>
>
___________________________________________________________________________
> 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
__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
___________________________________________________________________________
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