在VPS上使用easy apache安装后找不到tomcat目录

在VPS上使用easy apache安装后找不到tomcat目录

我已经使用 VPS 上的 easy apache 为我的构建安装了 tomcat。这似乎设置得很好,没有错误消息。但我在 VPS 上找不到任何 tomcat 目录(我认为应该在安装过程中创建一个?)。我尝试使用 SSH 并输入

whereis tomcat
whereis tomcat6
whereis tomcat7

这些只是返回

tomcat:

ETC。

我将非常感激任何有关我可能做错的事情的提示。我是 VPS / 服务器新手。

提前致谢。

答案1

你可以试试:

find / -name server.xml
find / -name webapps

但最简单的方法是使用 zip 版本。下载、解压即可使用。

相关内容