>>> 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?


>  dispatcher.include(req, res);

Why are you using include() when you haven't sent any output from the
calling servlet?



>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

Reply via email to