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

[397 byte] By [aravind_vaishnavama] at [2007-11-27 9:04:58]
# 1
Is AMConfig.properties available to the container?Ankush
ankushkapoora at 2007-7-12 21:38:38 > top of Java-index,Web & Directory Servers,Directory Servers...
# 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..

aravind_vaishnavama at 2007-7-12 21:38:38 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
It should be available to wherever you are trying to create a token using API. java needed to be given an option (-DConfig or something similar, not sure) during run time.A search on the forum should help.Ankush
ankushkapoora at 2007-7-12 21:38:38 > top of Java-index,Web & Directory Servers,Directory Servers...