linux 下啓動tomcathtml
[root@weblogic bin]# sh startup.sh
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this programlinux
解決辦法:
給.sh文件受權web
[root@weblogic bin]# chmod +x *.sh tomcat
linux 下啓動tomcathtml
[root@weblogic bin]# sh startup.sh
Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this programlinux
解決辦法:
給.sh文件受權web
[root@weblogic bin]# chmod +x *.sh tomcat