Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



re: could this work?

From: ewald caspari (2017-04-12 17:12)

I never tried it, only had to different installations on the same websphere, which is not too different except that you have different databases.
You can try this:
change theses web.xml (cant remember what to change, but I found it on the IBM website)
- ibm\smp\maximo\maximouiweb\webmodule\WEB-INF
- IBM\SMP\maximo\applications\maximo\mboweb\webmodule\WEB-INF
- IBM\SMP\maximo\applications\maximo\meaweb\webmodule\WEB-INF
- IBM\SMP\maximo\applications\maximo\maxrestweb\webmodule\WEB-INF
and the maximo.properties: set the value for mxe.useAppServerSecurity to 0
and than build a new maximo.ear
Regards
Ewald
------------
I want to configure LDAP authentication for two of my servers (four JVMs), but not the other server (two JVMs). In other words, I want my normal users to have the LDAP and maybe even SSO capabilities when they log in, but I also want to be able to use dummy accounts to model after specific users for troubleshooting.

All the LDAP configs seems to suggest this could be done, if I build the EARs for my UI servers differently than the cron/reports/integration server.

Has anyone done this? If not, I'm going to try to be the first.

-C