作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 STS 运行我的 Spring 应用程序,但我不知道该怎么做。我看到了 tc 服务器实例,我可以运行它,但这并没有启动我的应用程序。我试过将我的项目工作区拖到它上面,但这也没有用。我已经右键单击并阅读/检查了上下文相关菜单上的所有选项,但我没有看到任何可以在 tc 服务器中运行我的项目的东西。有谁知道吗?
编辑:
这是我在运行项目时得到的。我对我的项目的 war 一无所知。不过,当我检查 tc 服务器设置时,它作为“网络模块”包含在内。它确实有一个 web.xml 和所有其他好东西。该项目在 maven 的 tomcat 目标和内部 IDEA 中运行良好。我只是在让它在 Eclipse 中运行时遇到了问题。
Mar 30, 2012 3:35:51 PM com.springsource.tcserver.security.PropertyDecoder <init>
INFO: tc Runtime property decoder using memory-based key
Mar 30, 2012 3:35:51 PM com.springsource.tcserver.security.PropertyDecoder <init>
INFO: tcServer Runtime property decoder has been initialized in 206 ms
Mar 30, 2012 3:35:52 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
Mar 30, 2012 3:35:52 PM com.springsource.tcserver.serviceability.rmi.JmxSocketListener init
INFO: Started up JMX registry on 127.0.0.1:6969 in 65 ms
Mar 30, 2012 3:35:52 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 741 ms
Mar 30, 2012 3:35:52 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Mar 30, 2012 3:35:52 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: VMware vFabric tc Runtime 2.6.3.RELEASE/7.0.23.A.RELEASE
Mar 30, 2012 3:35:52 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor C:\Users\me\Documents\workspace-sts-2.9.0.RELEASE\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\conf\Catalina\localhost\trainingdividend.xml
Mar 30, 2012 3:35:52 PM org.apache.catalina.startup.SetContextPropertiesRule begin
WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:trainingdividend' did not find a matching property.
Mar 30, 2012 3:35:52 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive C:\Users\me\Documents\workspace-sts-2.9.0.RELEASE\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\insight.war
Mar 30, 2012 3:35:52 PM com.springsource.insight.collection.tcserver.ltw.TomcatWeavingInsightClassLoader start
INFO: Context [localhost|insight] will not be woven
Mar 30, 2012 3:35:53 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Mar 30, 2012 3:36:03 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'Spring MVC Dispatcher Servlet'
Mar 30, 2012 3:36:05 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Mar 30, 2012 3:36:05 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 13468 ms
最佳答案
如果您缺少“运行方式”>“在服务器上运行”选项,那么您的项目很可能没有动态 Web 模块方面。
关于eclipse - 如何使用 SpringSource Toolsuite 运行 Web 应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9948087/
我想使用 STS 运行我的 Spring 应用程序,但我不知道该怎么做。我看到了 tc 服务器实例,我可以运行它,但这并没有启动我的应用程序。我试过将我的项目工作区拖到它上面,但这也没有用。我已经右键
这是我的第一个批处理项目,我想避免编写 XML 文件并使用 Java-Config 进行配置。因此,我的批处理作业很少,并且应用程序按预期工作。 出于文档原因或演示,我想使用 Spring-IDE 的
我是一名优秀的程序员,十分优秀!