Remove EnterpriseOne (E1) Environment Selection Screen
In our EnterpriseOne (E1) configuration, I force the user to pick what environment they are going to go into before they login by presenting an HTML page that then gives them links to the different environments.
I have each environment on it’s own port, so that I can bring down one environment without disturbing the others.
Anyway, by default, after signing in E1 asks the user what environment they would like to log into. Since I have everything separated, they only get one choice.
The users were annoyed with this “extra” screen that didn’t really provide them with anything. So, I did some research and found a way to remove it on JDEList. I also specified a default role with these settings.
In the JAS.INI file in the WebSphere instance:
[OWWEB]
DefaultEnvironment=JPD811
DefaultRole=*ALL[LOGIN]
DisplayEnvironment=Hidden
#Options: Show|Hidden|ReadOnly|UseDefault
Hope this helps. It was an easy way to be the Hero-of-the-day…10 minutes…few seconds.
Author
Stewart Schatz
More Stories
How To Change The WebLogic Admin Password Using WLST
Follow the steps below to change the WebLogic Administrator's password using WLST: /u01/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh connect('weblogic','welcome1','t3://SERVER_NAME:7001') cd('/SecurityConfiguration/DOMAIN/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator') cmo.resetUserPassword('weblogic','welcome2') exit() You should now...
3 Ways To Find Your Oracle Weblogic Version
There are at least 3 different ways to find the version of Oracle Weblogic Server that you are running: Using...
EnterpriseOne Business Services (BSSV) Error: Security Token Failed To Validate
Every once in a while we get the following error on a system that interacts with EnterpriseOne using business services...
Customize The Alta Look & Feel Of Oracle EnterpriseOne Tools Release 9.1.5
At the company I work for, we like to customize some basic things on the user interface of Oracle EnterpriseOne....
E1 Batch Approval Post Confusion
There is one very simple EnterpriseOne process that confuses me every stinking time I'm asked to configure it. It's setting...
Allow Firefox & Chrome To Access Restricted Ports
When separating WebLogic E1 JAS instances we usually end up using odd port numbers. Sometimes, we use ports that have...
Average Rating