1. In the desired custom location, create the folder intigua and two subfolders bin and package
Let's take u01 as a mount point example:
cd u01
mkdir intigua
cd intigua
mkdir bin package
2. Go to the default location of bin and package folder " /usr/share/intigua/bin/"copy the contents of bin and package folder to the newly created bin and packages
cd /usr/share/intigua/bin/
cp * /u01/intigua/bin/
cd /usr/share/intigua/package/
cp * /u01/intigua/package/
3. Change the permission of the folders created in step 1 and its content
chown -R tomcat:tomcat /u01/intigua/
4. In intigua.properties file, change the parameter from
agent.packages.path=/usr/share/intigua/package/
to
agent.packages.path=/u01/intigua/package/
5. In intigua.config.xml file change the location from
<core-dir>/usr/share/intigua/</core-dir>
to
<core-dir>/u01/intigua/</core-dir>
6. Restart the tomcat service
systemctl restart tomcat
In order to check, upload a .vai file and go to path /u01/intigua/package/ and search for the vai file that you uploaded.
Comments
0 comments
Please sign in to leave a comment.