Hi, i m installing tomcat at linux mint.I got error chmod: missing operand after ‘/opt/tomcat/apache-tomcat-8.0.23/bin/*.sh’ Try ‘chmod --help’ for more information.I have followed all the above step.How can i resolve it.
thanks and regards Mohit Kumar
Hi
try to start the apache tomcat by using the startup script instead of using “---------/*.sh”
#/opt/tomcat/apache-tomcat-8.0.23/bin/startup.sh
Hi, It is not working it display No such file or directory
Hi,
Once look at the below link it may help you’
http://www.tecmint.com/install-and-configure-apache-tomcat-8-in-linux/
chmod needs at least two operands (see man page of chmod) see also script of installation and modify it if needed