integrating 10.1.3 SOA OC4J with SSO
645468Jun 30 2009 — edited Jul 1 2009Hello guys,
I ran the below command to generate the SSO configuration file, and then moved it to the OC4J installation, and ran sso1013 <file>, every thing went fine, but when we deplyed an application that requires SSO authontication, I faced a problem, I beleive I have a problem with the ssoreg.sh command, so could you please advise me about the command's paramaetres
-Application server 10g (infrastructue) (10.1.2.0.2) (URL: gportal.jt.jtgroup:7777)
-10.1.3 SOA (this is the instance I want to integrate it with SSO (mentioned application server) (URL: gportal.jt.jtgroup:7781)
-both are installaed on the same server.
below is the command I ran:
sh ssoreg.sh -oracle_home_path $ORACLE_HOME -site_name gportal.jt.jtgroup -config_mod_osso TRUE -mod_osso_url http://gportal.jt.jtgroup:7777 -remote_midtier -config_file /10GAS/oracle/oas/infra/Apache/Apache/conf/osso/BDTosso.conf
I need help about below parameters:
-mod_osso_url : should it be gportal.jt.jtgroup:7781 (which is the instance URL), ot it's ok?
-oracle_home_path: should be the infrastructure home or OC4J home?
-site_name : gportal.jt.jtgroup is ture, isnt it?
alot of thanks in advanced.
note: it is a production environment.