OpenAM Installation In Windows

Опубликовано: 24 Март 2026
на канале: narayanatutorial
14,561
52

OpenAM 13.0 installation in windows

1. all prerequisties check list
1.openam.war
2.tomcat
4.host name created
5. opendj setup(   • OpenDJ Installation In Windows  ) this video upload into narayanatutorial channel
so you can check this video before proceding to openam installation opendj should be installed before openam installation
6. java 1.8 -- I hope already java installed in your system



2. first up we need to sign up in https://backstage.forgerock.com

3. login using credential to download openam

4. download openam 13.0.war

5. downloaded already in my sytem as OpenAM-13.0.0.war

6. Rename it to openam.war

7. copy it to tomcat webapps folder

8. before that you need to download tomcat (apache-tomcat-8.0.36)

9. download it as zip file and unzip it into like as apache-tomcat-8.0.36-openam-rnd

10. then copy the openam.war file into webapps folder

11. And configure DNS/host namein hosts C:\Windows\System32\drivers\etc file and give like 127.0.0.1 openam.example.com

12. to edit this we should have admin rights so install notepad++ and open hosts file in that, add (127.0.0.1 openam.example.com) and do save then it will automatically save with admin rights.


13. in linux its location /etc/hosts

14. we are going to using hostname instead IP

15. start tomcat --
port 8087
hostname openam.example.com
context path: openam
final url: http://openam.example.com:8087/openam

16. before start tomcat, we should have to start opendj

17. opendj installed location D:\forgerock\blog\opendj\bat start-ds.bat

18. now start tomcat

19. will take 1 min to deply openam.war

20. Default Configuration ---- article written in http://narayanatutorial.com so you can check it out. now we are going to installing custom Configuration

21. Admin1234 password given here so we can use it to login after installation complete

22. openam default installation directory C:/Users/[username]/[give any name to install] here C:/Users/swamy/openam-blog-rnd so no folder exist and do not create it, openam automatically will create it

23. using embedded opendj for data(configuration) store i.e openam

24. Using external opendj for user store -- give here externla opendj details

25. pendj isntallation go through this video    • OpenDJ Installation In Windows  

26. not configuring load balance so we can select No

27. amadmin user password and agent password should not be same so here agent password
Admin12345

28. Deafult admin username : amadmin and password given : Admin1234

29. installation will take few minutes


Thank you for watching this video.

for more details you can reach http://narayanatutorial.com and narayanatutorial youtube channel

Other Useful links

OpenDJ Installation in Windows --    • OpenDJ Installation In Windows  
OpenDJ installation in Ubunutu --    • ForgeRock OpenDJ 3.0 Installation via GUI ...