如何在 Linux 上的 Netbeans 中使用外部 Tomcat 服务器?
我正在尝试使用安装在我的计算机 (Ubuntu 11.10) 上的外部 tomcat 服务器,并且我正在向 Netbeans 添加新服务器,在“服务器位置”字段中输入 /usr/share/tomcat6< /code> 目录,但它给出了一个错误:
The specified Server Location (Catalina Home) folder is not valid
我已经搜索了 Google,使用了 Netbeans wiki,并且也在这里搜索了,但似乎没有什么能让我超越这一点。
I am trying to use the external tomcat server installed on my machine (Ubuntu 11.10) and I a going through the motions of adding a new server to Netbeans, in the Server Location field I enter the /usr/share/tomcat6
directory but it gives an error:
The specified Server Location (Catalina Home) folder is not valid
I have searched Google, used the Netbeans wiki, and have searched here also but nothing seems to be able to get me past this point.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,可以调试远程 Tomcat,请参阅 http://wiki.apache.org /tomcat/FAQ/Developing#Q3。
Yes, it is possible to debug a remote Tomcat, see http://wiki.apache.org/tomcat/FAQ/Developing#Q3.
是的,Netbeans 确实支持外部 Tomcat 安装。它在 Windows 上这样做没有任何问题,但如果你想在 Linux 上这样做,那就有一些问题了——无论如何,使用基于 Ubuntu 的发行版。
我在这里写下了我的经验:
http://www.peredur.net /2011/12/linux-tomcat-and-netbeans/
希望这会有所帮助。
Yes, Netbeans does support external Tomcat installations. It does so without any problems on Windows, but there are a few wrinkles if you want to do it on Linux - with Ubuntu-based distributions anyway.
I wrote up my experiences here:
http://www.peredur.net/2011/12/linux-tomcat-and-netbeans/
Hopefully, that should help.