This topic created in 4629 days ago, the information mentioned may be changed or developed.
ubuntu12.04 直接 apt-get install tomcat7
平常使用service tomcat7 start/stop 来操作的,
但是配置supervisor时如果command=service tomcat7 start话就会反复一直的执行这个命令最后失败。
google上有人说直接用catalina.sh/startup.sh,但apt安装方式配置文件在/etc/tomcat7/,所以运行的时候就无法找到server.xml等配置文件。
求助应该怎么配置?