Not Saving Authentication information problem

Asked By 0 points N/A Posted on -
qa-featured

Not Saving Authentication information…

Hi.

I've been using Quick discuss for a while with a quality consideration. Correct me if I'm incorrect but to entry my quality consideration I check certification necessary. The username and passwords is not kept when I'm press on Preserve Authentication information Each time when I add new information to obtain I have to add my consideration name, and code. Which is a hassle?

Anyone know the option, or is a bug?

Thanks…

SHARE
Answered By 15 points N/A #98554

Not Saving Authentication information problem

qa-featured

In case the quick discuss application that you are using is running on the apache tomcat server, then you will need to set up the Tomcat so that is can use the JDBCRealm by using the following steps:

  1. You will need to create tables and columns in the database which should adhere to the requirements of the tomcat server.
  2. You will then have to configure a database username and password that you will be using for the Tomcat and you should make it to have read only access to the tables that you have created.
  3. Then you will need to put a copy of the JDBC driver that you will be using inside the $CATALINA_HOME/server/libdirectory. In this case, you will need to use only JAR files.
  4. Once you have done that, you will have to set up a <Realm>element in the $CATALINA_HOME/conf/server.xmlfile.
  5. Lastly you will restart the tomcat server.

-Clair Charles

 

Related Questions