[问题]eclipse 下不能添加server的问题

软件和网站开发以及相关技术探讨
回复
pepsl
帖子: 3
注册时间: 2007-10-09 8:17

[问题]eclipse 下不能添加server的问题

#1

帖子 pepsl » 2007-10-10 9:32

如图,我开启server已经可以了,可是在eclipse里就是不能在server里添加可运行的server,出现了如下的问题,谁能帮帮阿?我已经搞了一个晚上了,顺便文一下,project应该放在哪个目录里?随便?还是要放在webapp里阿?谢谢了!
start server得到如下error
Publishing failed
Could not load the Tomcat server configuration at /Servers/Tomcat v6.0 Server at localhost-config. The configuration may be corrupt or incomplete.
Could not load the Tomcat server configuration at /Servers/Tomcat v6.0 Server at localhost-config. The configuration may be corrupt or incomplete.
Could not load the Tomcat server configuration at /Servers/Tomcat v6.0 Server at localhost-config. The configuration may be corrupt or incomplete.
Could not load the Tomcat server configuration at /Servers/Tomcat v6.0 Server at localhost-config. The configuration may be corrupt or incomplete.
刚开始用ubuntu不是很了解,大家帮助一下!谢谢
附件
Screenshot.png
头像
yexin218
帖子: 461
注册时间: 2007-08-22 17:36
来自: 澳门
联系:

#2

帖子 yexin218 » 2007-10-10 9:57

在首选项中应该配置server.看看是不是漏了。
我很敏捷,我是网上的蜘蛛;我很茫然,我是网中的猎物!
欢迎到我的Blog※代码回音※
pepsl
帖子: 3
注册时间: 2007-10-09 8:17

#3

帖子 pepsl » 2007-10-10 10:39

已经指向apahce的目录了
附件
Untitled.png
头像
AutumnHealth
帖子: 776
注册时间: 2006-12-20 18:41

#4

帖子 AutumnHealth » 2007-10-11 18:03

tomcat6?
eclipse是什么版本的?
尽情享受生活~

Welcome to AutumnHealth's blog:
http://forum.ubuntu.org.cn/weblog.php?w=1421
http://blog.csdn.net/autumnhealth
snowolf
帖子: 55
注册时间: 2006-12-19 9:18

#5

帖子 snowolf » 2008-01-31 9:52

给你的apahce目录授权限

代码: 全选

sudo chown -R <yourname> <apahce_path>
Free!~
回复