Reputation: 86
Thank you everyone in advance... ^^;
My manager asked me to migrate the installed OpenAM (already used) to another machine (newly obtained).
I tried to migrate it by file level. (.openamcfg folder, openam folder, tomcat whole folder, ...)
But, after file migration... first access to /openam, it showed initial page(wizard) again. (no using installed configurations)
So, I should do first step. (amadmin password setting, and so on...)
Hmm... Is there any solution for pre-installed OpenAm instance migration?
If No, I can tell her there's no migration way.
Upvotes: 0
Views: 1194
Reputation: 5511
Migrating the files should be enough, however you must make sure that :
.openamcfg
folder is in Tomcat's home folder.openamcfg
folder contains a valid path to the openam
folder.openamcfg
and openam
folders can be read/write by the user who runs the Tomcat service/openam
) stays the sameAlso, when you copy the files, you must first properly stop the Tomcat service, especially if you use OpenAM's embedded datastore.
Upvotes: 1