Java configuration context. xml file method diagram, javacontext. xml
Modify the context. xml file
After learning the servlet, every time you modify the content, you have to restart the server to access the servlet. This is very troublesome. So today, we will teach you a way to solve this problem with just one line of code."No need to restart the server".
See the following figure:
At line 1 of code<Context>
Write in itReloadable = "true ",
Then save.Reloadable = "true"
It means reload (auto refresh)
In this way, you can directly access the server without restarting the server.
Summary
The above section describes how to configure the context in java. the method diagram of the xml file is helpful to you. If you have any questions, please leave a message and the editor will reply to you in time. Thank you very much for your support for the help House website!