Should OIM and OAM(11.1.2.3) be on same middlewarehome and domain? or seperate?
I'm working on implementing SSO via OIM/OAM 11.1.2.3 for forms application. I have to install everything on same Linux server.
I'm still somehow confused on this.
should I do like this?
-------config1------------------
Middleware1
wlserver_10.3
IDM1
user_project
oam_domain(for both oim and oam)
-------------------------
or
-----config2--------------------
Middleware1
wlserver_10.3
IDM1
user_project
oim_domain
oam_domain
-------------------------
or
-----config3-------------------
Middleware1
wlsserver_10.3
IDM1
user_project
oim_domain
Middleware2
wlsserver_10.3
IDM1
user_project
oam_domain
-------------------------
thanks