ChanningBJ/ChanningBJ.github.io

Jetty 通过WAR包修改Context Path

Opened this issue · 0 comments

首先温习下HTTP请求地址中各个部分的名称:

                       |-- Context Path --|-- Servlet Path -|--Path Info--|
http://www.myserver.com     /mywebapp        /helloServlet      /hello
                       |-------- Request URI  ----------------------------|

http://blog.csdn.net/cooljia/article/details/187882