Installation of Applications Manager 9.4.0 and 9.4.0 hf1's Tomcat is installed in directory 'apache-tomcat-10.0.12' but install is hard-coded to look for 'tomcat'
Below is an example from the installation:
Installing Tomcat...
copying from /home/qa4/user_tests/thk/media/HPIA64.LINUX.WINDOWS/V9/tomcat.tar.gz to /home/qa4/user_tests/thk/V940/tomcat.tar.gz
apache-tomcat-10.0.12/bin/startup.sh
apache-tomcat-10.0.12/bin/tool-wrapper.sh
apache-tomcat-10.0.12/bin/version.sh
tar -xvf [file]
As seen above, the file extraction defaults to $AW_HOME/apache-tomcat-10.0.12. However, the installer is looking for $AW_HOME/tomcat, thus the following errors occur:
tar -xvf [file]
Tomcat subfolder= tomcat
Tomcat server_root=/home/qa4/user_tests/thk/V940/tomcat
Grant executable to Tomcat sh files
apache_i.sh: line 408: cd: /home/qa4/user_tests/thk/V940/tomcat/bin: No such file or directory
Release : 9.4.0 and 9.4.0 hf1
Component : APPLICATIONS MANAGER
Workaround:
When prompted for the Tomcat home directory, make sure the correct directory value apache-tomcat-10.0.12 is given
Solution:
A fix will be included in Applications Manager version 9.4.1