According to the above documentation, to create the initial configuration I need to open a web browser. This is sound really weird to me. I would like to script the deploy of OpenAM and it seems impossible.
https://wikis.forgerock.org/confluence/display/openam/Deploy+OpenAM
My actual script do the following
- Download openam
- extract openam
- copy .war in tomcat webapp
- extract administration tools
- extract configuration tool
- extract diagnostic tool
- download opendj
- lauch the setup of opendj with all args
Now I would like to launch the configuration tool of openam with the configuration file I would like to use but it seems OpenAM must be already configured;
The configuration tool require $HOME/openam/boostrap
file where $HOME/openam
is the configuration folder that should exists once you have already configure it.
Is this true ? To use configuration tool you must already have configured your service ?