- 1 Minute to read
- Print
- PDF
Step 5: Configuring Application Server
- 1 Minute to read
- Print
- PDF
1- Upload the iObeya installation directory
Connect Connect to the application server with the user account used to run Tomcat.
Upload the <install_folder> to the server.
2- Deploy the iObeya webapp
Tomcat directory
Copy the ROOT.xml context file into the path_to_tomcat_directory/conf/Catalina/localhost directory of Tomcat. If these directories do not exist, they should be created manually.
Copy the new JDBC drivers into the path_to_tomcat_directory/lib/ directory of Tomcat.
For MySQL: MySQL: Download Connector/J
For MariaDB: MariaDB: Download Connector/J
For Oracle: Oracle: Download JDBC drivers
Note:
Check the iObeya technical requirements to identify which version of the JDBC drivers you should use according to your database server.
From our experience, we get better performance with the MariaDB JDBC connector compared to the MySQL JDBC connector.
iObeya webapp directory
Copy the content of <install_folder>/iobeya/ into the docBase folder.
Copy the log4j2.xml file into the log4j2FilePath folder.