getting the session info
Hi,
I am having problem passing the seesion info from the Portal server to the
other applications. I am running an web application through URL scrapper & i
need to get the user session info available to that application.
when i in my jsp page i tried to get the session info using the code below
, i am getting the error message.
<% Session sess = Session.getSession(new SessionID(request)); %>
Session ID <%= sess.getClientID()%>
CAUGHT AT:CONTAINER:atg.servlet.ContainerServletExceptio
n; SOURCE:com.iplanet.portalserver.session.SessionException: Can't find
resource
for base name iwtNaming, locale en_US
I had checked up with the with the article as mentioned by Karthik at
http://knowledgebase.iplanet.com/ikb/kb/articles/4759.html
but still having the problem.
m/c details
I am running the portal server/Gateway on one machine ( 3.0 Sp 3)
& having an web server(Ip 4.1 Sp7) & Atg(App server) on other machine
is there any other way i can get the seeion info?.
Any help will be greatly apprcieted
thannks
Amit
Amit Aggarwal wrote:
> Hi,
>
> I am having problem passing the seesion info from the Portal server to the
> other applications. I am running an web application through URL scrapper & i
> need to get the user session info available to that application.
>
> when i in my jsp page i tried to get the session info using the code below
> , i am getting the error message.
>
> <% Session sess = Session.getSession(new SessionID(request)); %>
>
> Session ID <%= sess.getClientID()%>
>
> CAUGHT AT:CONTAINER:atg.servlet.ContainerServletExceptio
>
> n; SOURCE:com.iplanet.portalserver.session.SessionException: Can't find
> resource
>
> for base name iwtNaming, locale en_US
Looks like some kind of a configuration issue.
What are the files you copied to this application machine and what configuration
did you change ?
That article was based on work done with the iWS and wasn't tested with other
servers.
And also make sure the JDK version is 1.2.2_07.
regards
Karthik !
>
>
> I had checked up with the with the article as mentioned by Karthik at
> http://knowledgebase.iplanet.com/ikb/kb/articles/4759.html
>
> but still having the problem.
>
> m/c details
>
> I am running the portal server/Gateway on one machine ( 3.0 Sp 3)
>
> & having an web server(Ip 4.1 Sp7) & Atg(App server) on other machine
>
> is there any other way i can get the seeion info?.
>
> Any help will be greatly apprcieted
>
> thannks
>
> Amit