SpringSource Tool Suite (STS):如何通过IDE运行服务器和Java项目?

发布于 2024-10-22 20:05:22 字数 175 浏览 2 评论 0原文

我正在使用最新版本的 SpringSource Tool Suite (STS)。我已经建立了一个Java项目。我的代码有一个打包 WAR 的 Ant 构建文件。我在 Mac 10.6.3 上本地安装了 Tomcat 6.0.24。有人可以告诉我如何从 IDE 将项目部署到服务器上,并因此设置断点调试吗?

谢谢,-戴夫

I'm using the latest version of SpringSource Tool Suite (STS). I have set up a Java project. My code has an Ant build file that packages a WAR. I have Tomcat 6.0.24 installed locally on my Mac 10.6.3. Can someone point me to how I deploy my project onto the server from the IDE and as such, set up debugging with breakpoints?

Thanks, - Dave

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶葆Ⅱㄣ 2024-10-29 20:05:22

您需要执行以下操作:

  1. 打开 STS 内部的服务器视图。
  2. 创建一个新的 Tomcat 实例,并将其指向本地安装的 Tomcat。 (或者,您可以使用预安装的 tcServer 实例,它本质上是 Tomcat,带有一些额外的东西,例如 Spring Insight)。
  3. 右键单击您的项目并选择配置 ->转换为分面形式...
  4. 在出现的对话框中,选择动态 Web 模块
  5. 现在,您应该能够将项目拖放到服务器实例上。
  6. 之后,右键单击服务器实例并选择“调试”

您可以在此处找到更详细的说明:
http://www.ibm.com/developerworks/library/os-eclipse-tomcat/索引.html

Here is what you need to do:

  1. Open up the servers view inside of STS.
  2. Create a new Tomcat instance, and point it to your locally installed Tomcat. (Alternatively, you can use the pre-installed tcServer instance, which is essentially Tomcat with a few extra things like Spring Insight).
  3. Right-click on your project and select Configure -> Convert to Faceted Form...
  4. In the dialog that comes up, choose Dynamic Web Module
  5. Now, you should be able to drag and drop your project onto the server instance.
  6. After that, right-click on the server instance and select "Debug"

You can find more detailed instructions here:
http://www.ibm.com/developerworks/library/os-eclipse-tomcat/index.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文