Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个具有名称的 JSP java 应用程序,AAA-master因此目前我的应用程序可以通过以下方式访问http://localhost:8080/AAA-master/
AAA-master
http://localhost:8080/AAA-master/
该项目被称为AAA-master...有没有办法让我的应用程序可以通过http://localhost:8080/AAA/?
http://localhost:8080/AAA/
我到处搜索,我的谷歌技能让我失望了:(
我在这个项目中使用 tomcat6,但我正在迁移到 tomcat7
你可以更新你的server.xml下Tomcat\conf
server.xml
Tomcat\conf
<Context path="/AAA" docBase="yourWarFilelocation" debug="0" reloadable="true">
docBase是您的 war 文件的位置或应用程序根目录路径
docBase
例如C:\\Amit\\developments\\abc
C:\\Amit\\developments\\abc