如何使用 Tomcat 的内置 Web 服务器?
答案1
如果您尝试在不使用 Apache 的情况下访问 tomcat 服务器,则需要执行以下几件事:
- 在服务器.xml配置文件。该设置应该已经存在,但通常已被注释掉。取消注释。
- 重新启动 Tomcat。
- 将你的网络浏览器指向“http://服务器名称:8080/“
这应该够了吧。
答案2
这个问题令人困惑,但我假设您想使用 apache 提供 tomcat 页面,因为这两项服务都是由 apache 组制作的。
以下是 Apache 上关于如何执行此操作的两个资源:
http://wiki.apache.org/tomcat/FAQ/连接器
http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html
以下是 Ubuntu 表单指南,如果您使用 Debian 或 Ubuntu,它将有所帮助:
http://ubuntuforums.org/showthread.php?t=420034&highlight=tomcat