Hi,

Has anyone ever used the iPlanet Portal Server and Application Server?

If no, can you please guide me to some discussion forum or mailing list?
If yes,
I am facing the following problem:

I am invoking the Portal Server through a gateway.
I have created a URL Scarper channel, through which I invoke my Servlet. In
the Servlet, I read the UserId from the Portal session. I create a new HTTP
session and then set some User Profile data etc. in the HTTP session.
Henceforth, we are using the http session only, throughout our application.

My problem is, that my first servlet works fine and throws a JSP ( the
Welcome Page for our application). (In the JSP also, we have the http
session). Now, when I click on any module link on the welcome page, i.e.,
invoke any other servlet, the http session that the servlet receives is
null, while the Portal session is not null.
Why is the http-session becoming null?
This is working onsite, but they don't know why it's working.

When I try to run the application, without going through the gateway, it
works fine. So, I am tempted to believe that I haven't configured the
gateway properly.
Can you throw some light on this?

Regards,
Vibha

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to