开始使用linux开发环境,在配置idea 下tomcat 启动时报错,提示错误为unable to ping server at localhost:1099.
解决办法:
修改/etc/hosts 文件
添加如下信息:
127.0.0.1 localhost 【计算机名】
如
127.0.0.1 localhost abc
Eclipse-ee启动Tomcat后浏览器无法访问Tomat,并且Web项目服务部:http://www.linuxdiyf.com/linux/12283.html
ubuntu15.04安装jdk1.8.0_45和tomcat8:http://www.linuxdiyf.com/linux/12920.html