Question
While installing Tomcat on RH Linux 7.0 I am facing problem while executing this command
While installing Tomcat on RH Linux 7.0 I am facing problem while executing this command
sudo cp ~/.keystore /usr/share/tomcat8/8.0.33/conf/ sudo chown root:tomcat8 /usr/share/tomcat8/8.0.33/conf/.keystore sudo chmod 640 /usr/share/tomcat8/8.0.33/conf/.keystore |
and the output is :,
cp: cannot stat /home/admin/.keystore: No such file or directory

