-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 11.0.0, 12.0.0
-
Fix Version/s: 12.0.0
-
Component/s: documentation
-
Environment:WebLogic
-
Rank:1|hzo733:
-
Sprint:Sprint 45
In the install guide part "1.12. Preparing Oracle WebLogic" is bad path for the start up script. In the documentation is:
To use the Sun/Oracle Java SAAJ implementation, edit the WebLogic start up script for the domain where OpenAM runs, such as /path/to/weblogic/user_projects/domains/wlsdomain/bin/startWebLogic.sh. Change the following line:
should be:
/path/to/weblogic/user_projects/domains/wlsdomain/startWebLogic.sh
Without bin, because there is startWebLogic.sh as well, but the content of the script is different and then it is not true what is described bellow.