OpenIDM Interview Questions and Answers What is the default admin user name and password? Username : openidm-admin Password : openidm-admin What is the default back-end database in Pre-OpenIDM 4.0? OrientDB What is the default back-end database in above OpenIDM 5? LDAP ( OpenDJ ) What is the OpenIDM Admin URL? http://<hostname>:<port>/admin http://127.0.0.1:8080/ or http://localhost:8080/admin […]
OpenIDM 4.0 Default Installation Summary
OpenIDM 4.0 Default Installation Summary OpenIDM installation explained in the previous article. Here I am summarizing the details of OpenIDM default installation. Host / IP localhost or 127.0.0.1 HTTP Port 8080 HTTPS Port 8443 Admin Portal URL Admin URL: http://localhost:8080/admin OR http://127.0.0.1:8080/admin Default Admin Username: openidm-admin Default Admin Password: openidm-admin Self-Service Portal URL you […]
OpenIDM 4.0 Installation
OpenIDM 4.0 Installation Before going to install OpenIDM, you need to sign up in ForgeRock backstage and then download OpenIDM software. Here we are going to showing OpenIDM 4 installation which is the old version and in next article we will show latest version of OpenIDM 6.5 installation. So that you can understand the differentiation […]
ForgeRock OpenAM Custom Configuration Installation on Windows
In this article, I am going to sharing ForgeRock OpenAM Custom Configuration Installation on Windows. OpenAM installation on Windows and Linux is almost similar so mentioned required changes wherever required according OS dependency, But in this article OpenAM installation showing on Windows system. Here there are two ways of OpenAM installation they are 1. OpenAM […]
Gmail SMTP SSL Sending Email Using JavaMail API
Google GMail SMTP,POP3 and IMAP and settings
Microsoft Office365 SMTP, POP3 and IMAP Settings
Microsoft Office365 SMTP, POP3 and IMAP settings Here I am going to sharing Microsoft Office365 SMTP, POP3 and IMAP Settings to connect from any programming language to send email and fetch email from inbox by using different type of protocol SMTP Settings To send emails by using Microsoft Office365 exchange SMTP server SMTP […]
Forgerock OpenAM Default Configuration Installation
Forgerock OpenAM Default Configuration Installation In this article, I am going to sharing how to installation OpenAM with Default Configuration means that OpenAM uses embedded OpenDS to store configuration details. You can find the OpenAM installation steps in the below. Before ForgeRock installation, you can go through the ForgeRock OpenAM Prerequisites Setup. In this […]
How to build a release in MVN in Linux
Navigate to project location where you should see pom.xml, assume source code is in SVN. Step#1 $svn update –username=<username> Step#2 $mvn clean Step#3 $mvn release:clean Step#4 (This is an optional step) $mvn -Ddry-run=true release:prepare -DscmCommentPrefix=”provide release information” Step#5 <Now Do the proper prepare> $mvn release:prepare -DscmCommentPrefix=”provide release information” First input: You need to provide release […]
How to drop caches in Linux
Login to the linux server as a root -bash-4.1$ sudo su – root [root@<server>~]# echo 2 > /proc/sys/vm/drop_caches