SessionException:Service URL not Found:session
Hi all,
I tried to create an SSOToken using createSSOTOken(request) method.But it is throwing SSOException service URL not found.
my code is like this
SSOTokenManager ssoManager = SSOTokenManager.getInstance();
SSOToken token=ssoManager.createSSOToken(request);
Here i am using tomcat 4.1 as the container for my jsps.
Anyone help would be appreciated...
# 2
No.We deployed all jsps in a tomcat container and from one jsp we are redirecting to accessmanager console(access manager is installed in another system).The redirecting link is as follws
http:\\accesmgr url:80\amserver/UI/Login?module=LDAP&IDToken1=uname&IDToken2=passwd& ;goto=successurl&gotoOnFail=failurl
we are hitting the access magr with the above metioned url.Now access manager will do the authentication against LDAP and if it is a success it will goto success page.In the success page we are trying to create an ssotoken with the HttpRequest.Here the problem ocuured...
Hope you understood the problem.AMConfig.properties is available in the system where AM is installed.Do we need to make available to tomcat also?
please help me..