JavaWeb学习笔记——Tomcat配置

时间:2023-03-08 18:52:30

使用的Tomcat版本是apache-tomcat-6.0.20

详细的环境变量配置参考<windows 7系统安装与配置Tomcat服务器环境>

网址为http://jingyan.baidu.com/article/624e7459a7d6e734e9ba5a70.html

最后在浏览器中输入网址http://localhost:8080/或者http://127.0.0.1:8080/

Ubuntu下Tomcat的安装和启动

http://jingyan.baidu.com/article/948f5924344f07d80ff5f908.html

进入tomcat7/bin文件夹。

输入:

sudo ./startup.sh

sudo ./shutdown.bat

然后访问http://127.0.0.1:8080/