首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

Could not load the Tomcat server configuration,该怎么处理

2013-09-06 
Could not load the Tomcat server configuration在redhat6 Eclipse里新建server时出现“Could not load th

Could not load the Tomcat server configuration
在redhat6 Eclipse里新建server时出现
“Could not load the Tomcat server configuration at /usr/apache-tomcat-7.0.42/conf. The configuration may be corrupt or incomplete.
/usr/apache-tomcat-7.0.42/conf/catalina.policy (权限不够)


[解决办法]
如果单纯的只是权限不够的话,你可以chmod 777 //文件路径 命令修改权限。

热点排行