【发布时间】:2024-05-19 01:35:01
【问题描述】:
我正在使用 Tomcat 在 netBeans 上开发 JEE 应用程序。添加“applicationContext.xml”时, 然后构建并运行我有这个错误:
该模块尚未部署。有关详细信息,请参阅服务器日志。在 org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:238) 在 org.netbeans.modules.maven.j2ee.ExecutionChecker.performDeploy(ExecutionChecker.java:205) 在 org.netbeans .modules.maven.j2ee.ExecutionChecker.executionResult(ExecutionChecker.java:123) 在 org.netbeans.modules.maven.execute.MavenCommandLineExecutor.run(MavenCommandLineExecutor.java:235) 在 org.netbeans.core.execution.RunClassThread.run (RunClassThread.java:153)
【问题讨论】:
-
模块尚未部署。 有关详细信息,请参阅服务器日志。在...
-
所以您想将 JEE 应用程序部署到 servlet 容器?
标签: spring tomcat jakarta-ee netbeans-7