gpt4 book ai didi

java - 重新加载在 Eclipse 中编辑的 JSP,使用 tomcat7-maven-plugin 运行

转载 作者:行者123 更新时间:2023-11-30 04:00:53 24 4
gpt4 key购买 nike

如何在命令行上使用 tomcat7-maven-plugin 启动 Tomcat 实例,以便在 Eclipse 中编辑并保存 JSP 时重新加载 JSP?值得注意的是,我不想通过 Eclipse 启动 Tomcat,因为我依赖于一些 m2e 不知道如何映射的 Maven 插件执行。

我在命令行上启动 Tomcat:

mvn clean package -U tomcat7:run-war-only

这是 Tomcat 插件的配置:

<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<systemProperties>
<spring.profiles.active>local</spring.profiles.active>
</systemProperties>
<path>/</path>
<port>8080</port>
<contextReloadable>true</contextReloadable>
</configuration>
</plugin>

当我在项目源中更改并保存 JSP 时,如果 Tomcat 可以重新加载它而无需经历完整的清理/编译/测试/打包/启动循环,那就太好了。

最佳答案

这可以通过向 eclipse 添加 tomcat 服务器插件,然后通过 eclipse 而不是从命令行在 tomcat 中部署 war 来完成。如果您这样做,当您在 JSP 或 Java 中进行任何更改时,Eclipse 会自动刷新您的 war ,而无需您手动触发它。

关于java - 重新加载在 Eclipse 中编辑的 JSP,使用 tomcat7-maven-plugin 运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21998796/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com