开发者

Jetty: Deploying projects in different context path under same URL but different port

开发者 https://www.devze.com 2023-02-19 21:44 出处:网络
I have two projects that I must deploy in jetty. First project must be under contextPath /project1 and URL for this project is: http://project1.loc:8088

I have two projects that I must deploy in jetty.

First project must be under contextPath /project1 and URL for this project is: http://project1.loc:8088

Second project must be under contextPath /project2 and URL for this project is: http://peoject开发者_C百科2.loc:8089 How can I do this?

0

精彩评论

暂无评论...
验证码 换一张
取 消