gpt4 book ai didi

java - 如何在tomcat上运行选定的web应用程序

转载 作者:行者123 更新时间:2023-12-01 21:43:25 24 4
gpt4 key购买 nike

我第一次尝试在不使用 IDE (IntelliJ) 的情况下在 tomcat 上运行 webapp。

我在/webapps/中部署了项目的 .war 文件并启动了 tomcat 服务器。我之前在同一个 8080 端口上创建了不同的 Web 应用程序,但我真的不知道如何更改这些应用程序接管该端口的优先级。

我真的不想更改端口,因为它很明显,我正在考虑 web.xml 文件的正确配置,或者可能在没有部署其他 web 应用程序的情况下运行一个新的 tomcat 实例。我认为现在创建服务器的新实例太多了。

你能告诉我有什么方法可以选择哪个 Web 应用程序首先在端口 8080 上启动吗?

tomcat/webapps 的内容:

$ ll
total 45
drwxr-xr-x 1 ThinkPad 197121 0 cze 4 21:29 docs/
drwxr-xr-x 1 ThinkPad 197121 0 cze 4 21:29 examples/
drwxr-xr-x 1 ThinkPad 197121 0 cze 4 21:29 host-manager/
drwxr-xr-x 1 ThinkPad 197121 0 lip 14 14:32 jspwebapp_war/
drwxr-xr-x 1 ThinkPad 197121 0 cze 4 21:29 manager/
drwxr-xr-x 1 ThinkPad 197121 0 cze 4 21:29 ROOT/
drwxr-xr-x 1 ThinkPad 197121 0 cze 22 13:31 sample/
-rw-r--r-- 1 ThinkPad 197121 4606 cze 22 13:31 sample.war
drwxr-xr-x 1 ThinkPad 197121 0 lis 9 22:59 teltuskoDemoApp/
-rw-r--r-- 1 ThinkPad 197121 342 lis 9 21:15 teltuskoDemoApp.war
drwxr-xr-x 1 ThinkPad 197121 0 cze 30 10:39 TestowyWebApp/
-rw-r--r-- 1 ThinkPad 197121 2215 cze 22 14:32 TestowyWebApp.war
drwxr-xr-x 1 ThinkPad 197121 0 lip 21 13:46 twitter_war/

其中一些项目是在 spring 和 IntelliJ 的帮助下完成的

我的项目包含 web/index.jsp 和 web/WEB-INF/web.xml:

<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
</web-app>

最佳答案

如果有一个应用程序已在端口 8080 中运行,则另一个应用程序将无法使用端口 8080 启动。

在启动使用同一端口的应用程序之前,您必须终止使用端口 8080 的应用程序。

我相信最好的解决方案是在不同的端口启动应用程序。

关于java - 如何在tomcat上运行选定的web应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58784896/

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