📄️ Sectigo PositiveSSL Certificate Installation
SECTIGO Java-based webservers
📄️ Secure JDBC Password
Follow Below Steps to secure JDBC Password
📄️ SSL in Tomcat
The following instructions will guide you through the CSR generation process on Tomcat. To learn more about CSRs and the importance of your private key, refer our Overview of Certificate Signing Request article. If you already generated the CSR and received your trusted SSL certificate, refer our SSL Installation Instructions and disregard the steps below.
📄️ Zip Upload
* Earlier in AIV if user upload a new Dashboard in AIV. They asked to upload dependency file related to that Dashboard. By using this document user will learn how to upload Zip File into AIV which contains all dependency files related to that Dashboard in it.
📄️ Apply Global Theme
* The user can customize the global theme color in the AIV application as desired. By default, AIV comes with an orange and black color theme but it can be customized by making a few changes in the cssvariables file which is present under the folder assets/css inside the root directory for aiv.
📄️ Customize Header content of AIV
* This document contains steps to customize the Header contents AIV Application. The user can define his Header contents by applying some minor changes in JSON files.
📄️ How to customize the login page
* The user can customize the login page in the AIV application as desired. By default, AIV comes with an orange and black color theme and custom static images and links, but it can be customized by making a few changes in the JSON file which is present under the folder assets/json inside the root directory for the AIV.
📄️ Extract JSON Value Using SQL
This document contains informatoin on how we can extract information stored in form of JSON array. we will demonstrate how to use the JSON_EXTRACT()
📄️ How to use python script in AIV
This document contains information on how to setup jupyter notebook server in docker and connect with AIV application to run server script in python language to fetch data in dataset.
📄️ Login bypass link
AIV application can be integrated in any custom software applications as an embed application. But when user opn AIV application, default Login page will be displayed and user should provide valid user name and password to get access of application content. In this scenario, it is always required that when navigating from any page of application to AIV application, login page should not be displayed. As user is already logged in with valid credentials, it should directly login and open application.
📄️ Create Datasource Externally
User create datasource in AIV to get the data from remote database. User can create different datasource from datasource section of AIV if user has administration rights. This is one way of creating datasource where user need to login to AIV and create datasource from GUI. In other way, user can also create datasource externally using REST request.
📄️ SSO with KeyCloak AIV
Keycloak is an open source software product to allow single sign-on with Identity and Access Management aimed at modern applications and services
📄️ Dynamic SSO with KeyCloak
Keycloak is an open source software product to allow single sign-on with Identity and Access Management aimed at modern applications and services.
📄️ Tomcat as Window Service
This document contains steps to configure tomcat as a window service. Once tomcat configured as a window service, no need to start tomcat server by runnin start_aiv.bat file or startup.bat file. as soon as windows machine is started, tomcat server will also be started as it is configured as a window service.
📄️ Configure SSL Certificate
AIV application can be installed in local machine as well as on server machine. generally it is suggested to install aiv on the server machine for centralized access of application over the network. By doing so any user having access of aiv can access the application through browser over the network.
📄️ Aiv Cluster Manager Setup
This Document explains how to set up Cluster Manager in AIV for Clustering instances.