I'm trying to configure Tomcat on my server. I have short instruction:
# /usr/local/psa/admin/sbin/tomcatmng --install-psa
# /usr/local/psa/admin/sbin/tomcatmng --is-configured
yes
it's all, but I can't do that.
When I'm in sbin
, command cd tomcatmng
returns
tomcatmng: Not a directory
But when I write in cmd ls
I see this. What is wrong ?
I'm trying also paste this in sbin
:
tomcatmng --install-psa
but also error, now command not found
.
What is wrong ?
ls - l
in sbin
-rwxr-x--- 1 root root 70232 Mar 17 2017 tomcatmng
ls -l /usr/local/psa/admin/sbin
as well as the link to the instructions you’re following and your Ubuntu version. – dessert Jun 05 '18 at 21:53tomcatmng --install-psa
doesn't work when you're in the/usr/local/psa/admin/sbin
directory, that's because the directory is not in yourPATH
– steeldriver Jun 06 '18 at 00:06