I am having a hard time getting Tomcat going can anyone help me with the set-up?
I have downloaded the binary distribution of tomcat-9.0.19, unpacked and assigned the environment variable CATALINA_HOME
to the path of the tomcat folder (C:\Users\User\Downloads\apache-tomcat-9.0.19-windows-x64\apache-tomcat-9.0.19)
Now when I go to the bin folder and try "sh startup.sh"
, I get the message "Unable to start as CATALINA_HOME contains a colon (:) character
or as for "./startup.sh"
: The CATALINA_HOME
environment variable is not defined correctly
How do I get tomcat to start?
I have tried all the replies from this post but none of those worked for me