URL: http://hostname.com/contextPath/servletPath/pathInfo JettyIf contextPath is not specified, the root context is used by default, and the path of the root context is "/". warName.warWithout XML IoC file:
WEB-INF/jetty-web.xml<Configureclass="org.eclipse.jetty.webapp.WebAppContext"> <Setname="contextPath">/test</Set> ... </Configure> TomcatIndividual <context> elements can be defined in a number of ways:
META-INF/context.xmlThere is a close relationship between context name, context path, context version and base file name:
For example:
Server.xmlIt is not recommended to add the <context> element in the conf/server.xml file, because this file can only be reloaded by restarting Tomcat, which affects the normal use of other WebAPPs. Default context.xmlTomcat has a default context element, which applies to all applications, but its priority is also the lowest, and all configurations can be overwritten by the application. There are two default context.xml files:
This is the end of this article about setting Context Path in Web Applications. For more information about setting Context Path in Web Applications, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Teach you how to build the vue3.0 project architecture step by step
>>: MySQL series 6 users and authorization
noscript definition and usage The noscript elemen...
1. Each function is an object and occupies memory...
Table of contents 01. Use useState when render is...
Click here to return to the 123WORDPRESS.COM HTML ...
1. Grid layout (grid): It divides the web page in...
<br />For each of our topics, the team will ...
There was a problem when installing the compresse...
Recently, when using select query in a project, I...
Several commonly used string methods in JavaScrip...
I just started learning about databases recently....
IDEA is the most commonly used development tool f...
It is very simple to build a kong cluster under t...
Software version and platform: MySQL-5.7.17-winx6...
The following situations were discovered during d...
Preface This article mainly summarizes some of th...