List of Commands ssoadm OpenAM In this post, I am going show List of Commands ssoadm OpenAM. Its command-line tool for OpenAM Configuration. Without using OpenAM console, we can configure OpenAM like creation of realms, creation of agent, the configuration of global parameters, find server configuration, etc… Go to the ssoadm installed folder and execute […]
How to Install The OpenAM Admin Tool ssoadm
How to create a Realm in OpenAM
How to create a Realm in OpenAM In this post, I am going to sharing how to create a realm in OpenAM. Realm is used to group and organize the information and configuration parameters. Its like isolation of the parameters and configuration for a particular realm. You can create a project/channel-wise realm. So if one […]
OpenAM Interview Questions and Answers
OpenAM Interview Questions and Answers In this article, I am going to share the most important and frequently asked OpenAM Interview Questions and Answers. In another article, OpenIDM and OpenDJ interview questions and answers were also shared. Along with the answers required reference links are also added for each and every question so you can […]
How to change Web Agent Session Cookie Name in OpenAM
How to change Web Agent Session Cookie Name in OpenAM In this article, I am going to sharing How to change the Web Agent session cookie name in OpenAM. Generally OpenAM the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Once you have […]
How to change Java Agent Session Cookie Name in OpenAM
How to change Java Agent Session Cookie Name in OpenAM In this article, I am going to sharing How to change the Java Agent session cookie name in OpenAM. OpenAM, the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Once you have changed […]
How to change the default session cookie name in OpenAM
How to change the default session cookie name in OpenAM In this article, I am going to sharing How to change the default session cookie name in OpenAM. Generally OpenAM the default session cookie name is iPlanetDirectoryPro. Its store session details and recommended that you change it for security reasons. Post OpenAM 13 and […]
The server time zone value unknown is unrecognized or represents more than one time zone
The server time zone value ‘unknown’ is unrecognized or represents more than one time zone SQL Exception while inserting data into table: The server time zone value ‘unknown’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more […]
The new driver class is com.mysql.cj.jdbc.Driver deprecated
Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. com.mysql.jdbc.Driver, the MySQL driver deprecated, you can use new MySQL driver i.e com.mysql.cj.jdbc.Driver com.mysql.cj.jdbc.Driver is the new drive class you can use old […]