Craig wrote:

> Because you have mapped the context to "/htmlgeos", the
> following statement should work instead:
>
> RequestDispatcher rd =
>    sc.getRequestDispatcher("/AdminClient.jsp");

Yes, this was my first try. I just checked it again, but unfortunately it
doesn't work. Seems to be a bug.
What do you think? Somebody similar experiences?

Another issue came to my mind today: Reading the API doc about
HttpServletRequest: HttpSession getSession(boolean create):

> Returns the current HttpSession associated with this request or, if
necessary, creates a new
> session for the request. Use true for create to create a new session, or
false to return the current
> HttpSession.

I found out that the system took the same session although I set the create
 flag to true. Is this correct?
As I understand the above paragraph it isn't. I found out that my session
id was created using a cookie.
Has it something to do with that?

Any help appreciated!

     Bernd



______________________________________________________________________
Der Austausch von Nachrichten mit Software Daten Service via E-Mail dient
ausschliesslich Informationszwecken. Rechtsgeschaeftliche Erklaerungen
duerfen ueber dieses Medium nicht ausgetauscht werden.

Correspondence with Software Daten Service via e-mail is only for
information purposes. This medium is not to be used for the exchange of
legally-binding communications.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to