Hello!
How are you?
We need to run tomcat 8.0.53 in opensuse 15.0. One method that I did use in other opensuse (42.2) was: Install tomcat by opensuse package: zypper install tomcat . So, I did download tomcat 8.0.53 by tomcat website. I tested in terminal running ./startup.sh (from tomcat 8.0.53 /bin directory and our other config) and ok running. At **/etc/tomcat/tomcat.conf **I put the path about:
#Where your java installation lives
JAVA_HOME="/usr/libi64/jvm/jre-11"
# Where your tomcat installation lives
CATALINA_HOME="/usr/share/tomcat" (path from tomcat 8.0.53)
and ok,
Go to Yast - **services manager **- **tomcat **- **start boot **- **on boot **- **Save **-
In OPENSUE 42.2 it runs tomcat version 8.0.53 ok, nice and from boot
So, I did try the same config in Opensuse 15.0. In opensuse 15.0 in packages it installs tomcat 9. After put the paths at /etc/tomcat/tomcat.conf from tomcat 8.0.53
run the command:
systemctl tomcat start
systemctl tomcat status
and show me:
Nov 29 09:28:48 equiplanov server[14069]: See the Home Screen API documentation for more information�>
Nov 29 09:28:48 equiplanov server[14069]: @argument files
Nov 29 09:28:48 equiplanov server[14069]: One or more argument files containing options
Nov 29 09:28:48 equiplanov server[14069]: -disable-@files
Nov 29 09:28:48 equiplanov server[14069]: Prevents further expansion of argument file
Nov 29 09:28:48 equiplanov server[14069]: nTo specify an argument for a long option, you can use - <name> = <value> or
Nov 29 09:28:48 equiplanov server[14069]: --<name> <value>.
Nov 29 09:28:48 equiplanov systemd[1]: tomcat.service: Main process exited, code=exited, status=1/FAILURE
Nov 29 09:28:48 equiplanov systemd[1]: tomcat.service: Unit entered failed state.
Nov 29 09:28:48 equiplanov systemd[1]: tomcat.service: Failed with result ‘exit-code’.
So, please any Idea how to solve this
I can not install tomcat 9, for that app needs to be tomcat 8.0.53 version!
Thanks attention and help
Douglas