Ordinary projects start and report errors
< /p> 1 I found that it was a package problem (there may be other problems)
2 I found that the spring version is higher (4.3.7.RELEASE) and then reduced to 4.1.6.RELEASE Successful startup
Open-source software (open-source) is a new term that is defined as software whose source code can be used by the public, and the use, modification, and distribution of this software are not restricted by licenses. Open source software is usually copyrighted, and its license may contain such restrictions: deliberate protection of its open source status, notice of authorship, or development control. “Open source” is being registered as a certification mark by public interest software organizations, which is also a means of creating a formal definition of open source.
Ordinary projects start and report errors
< /p> 1 I found that it was a package problem (there may be other problems)
2 I found that the spring version is higher (4.3.7.RELEASE) and then reduced to 4.1.6.RELEASE Successful startup
HTTP ERROR 500Problem accessing /SpringMVC/list.jsp. Reason: Server ErrorCaused by:org.apache.jasper.JasperException : The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in eith
http://jimichan.iteye.com/blog/601156
As mentioned in the article on high-concurrency load balancing, when companies solve high-concurrency problems, they generally have two processing strategies. Software, hardware, and hardware add l
In the microservice architecture, there are usually multiple service layer calls. The failure of the basic service may cause This phenomenon is called the service avalanche effect. Service avalanch
The production of Nginx Have you heard of Nginx? Then you must have heard of its “peer” Apache! Nginx is a kind of WEB server like Apache. Based on the REST architecture style, using Uniform Resour
Jetty is an open source servlet container, which provides a runtime environment for Java-based web content, such as JSP and servlet .
Jetty has a deep advantage with its efficient, compact, e
nginx.conf module configuration log_format:
After configuration, perform the following format verification: ../ sbin/nginx -t
After the verification is successful, reload the configuration: ../sbin/nginx -s reload
The log is shown as follows:
Recently, the project is quite intense, so I don’t have much time to write a blog. I just happened to be fine these days, so I quickly record what I have learned recently.
Server environment<
jetty’s default port is 8080, and it’s easy to modify the port number. First enter In the installation directory of the jetty server, you will see the start.ini configuration file. Here is the conf