当前位置: 技术问答>linux和unix
Ubuntu下能启动Tomcat但却无法浏览
来源: 互联网 发布时间:2016-03-24
本文导语: 我想问一下高手们,请问我在Ubuntu下安装了Tomcat5.5, 用sudo ./startup.sh 启动和用sudo ./shutdown.sh关闭都没有提示错误,但是用FIRFOX浏览器却无法连接,请问如何修改呀?谢谢了!!! Tomcat的启动: winghost@W:/usr/share/tomcat...
我想问一下高手们,请问我在Ubuntu下安装了Tomcat5.5,
用sudo ./startup.sh 启动和用sudo ./shutdown.sh关闭都没有提示错误,但是用FIRFOX浏览器却无法连接,请问如何修改呀?谢谢了!!!
Tomcat的启动:
winghost@W:/usr/share/tomcat5.5/bin$
winghost@W:/usr/share/tomcat5.5/bin$ sudo ./startup.sh
Using CATALINA_BASE: /usr/share/tomcat5.5
Using CATALINA_HOME: /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun
winghost@W:/usr/share/tomcat5.5/bin$ sudo ./shutdown.sh
[sudo] password for winghost:
Using CATALINA_BASE: /usr/share/tomcat5.5
Using CATALINA_HOME: /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun
winghost@W:/usr/share/tomcat5.5/bin$ sudo ./startup.sh
Using CATALINA_BASE: /usr/share/tomcat5.5
Using CATALINA_HOME: /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun
winghost@W:/usr/share/tomcat5.5/bin$
用firefox输入http://localhost:8080显示下面信息:
无法连接
Firefox 无法建立到 localhost:8080 服务器的连接。
* 此站点暂时不可用或者太忙。请稍后重试。
* 如果您无法载入任何页面,请检查您计算机的网络连接。
* 如果您的计算机受到防火墙或代理服务器的保护,请确认 Firefox 被授权访问网页。
用sudo ./startup.sh 启动和用sudo ./shutdown.sh关闭都没有提示错误,但是用FIRFOX浏览器却无法连接,请问如何修改呀?谢谢了!!!
Tomcat的启动:
winghost@W:/usr/share/tomcat5.5/bin$
winghost@W:/usr/share/tomcat5.5/bin$ sudo ./startup.sh
Using CATALINA_BASE: /usr/share/tomcat5.5
Using CATALINA_HOME: /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun
winghost@W:/usr/share/tomcat5.5/bin$ sudo ./shutdown.sh
[sudo] password for winghost:
Using CATALINA_BASE: /usr/share/tomcat5.5
Using CATALINA_HOME: /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun
winghost@W:/usr/share/tomcat5.5/bin$ sudo ./startup.sh
Using CATALINA_BASE: /usr/share/tomcat5.5
Using CATALINA_HOME: /usr/share/tomcat5.5
Using CATALINA_TMPDIR: /usr/share/tomcat5.5/temp
Using JRE_HOME: /usr/lib/jvm/java-6-sun
winghost@W:/usr/share/tomcat5.5/bin$
用firefox输入http://localhost:8080显示下面信息:
无法连接
Firefox 无法建立到 localhost:8080 服务器的连接。
* 此站点暂时不可用或者太忙。请稍后重试。
* 如果您无法载入任何页面,请检查您计算机的网络连接。
* 如果您的计算机受到防火墙或代理服务器的保护,请确认 Firefox 被授权访问网页。
|
楼主出现这种问题好像启动tomcat没有启动成功。
nohup ./catalina.sh run & -->启动
tail -f nohup -->看后台打印信息