随笔分类 -  web

摘要:所谓tomcat6 其实就系 支持Jsp的 apache, web 服务器.打开终端: 输入 apt-get install tomcat6 就安装完成了浏览器打开 localhost:8080,会见到测试页配置端口:/etc/tomcat6/server.xml默认系8080关闭服务:/etc/init.d/tomcat6 stop打开服务:/etc/init.d/tomcat6 start可以在包管理器安装附加功能:例如: admin web applications, 可以在浏览器打开tomcat管理页但系要账户密码:系呢度设置账户密码:/etc/tomcat6/tomcat-users 阅读全文
posted @ 2013-04-02 00:52 Gateman 阅读(102) 评论(0) 推荐(0)