I downloaded tomcat version 7.0.16 binary distributions of core tar.gz from the official tomcat website to my ubuntu machine and then extracted the downloaded file.
Then I used the terminal command to indicate the path to ~/apache-tomcat-7.0.16/bin $, then I entered the startup command, but I got the message startup: command not found ", but when I use the linux ls , file bin /.
were
startup.bat and
startup.shI also tried to enter startup.bat and startup.sh, the same message was returned. Why can't I start my tomcat v7 from the ubuntu terminal window?
source share