1. Expires cache time optimization Function: Set a reasonable expires cache time on the server. Types suitable for caching: Static files: html, pictures, js, css, and xml are all cache objects. Adv
Category: Opensource
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.
Jetty launches Maven
jetty start the maven project
clean jetty:run
Debug environment
MAVEN_OPTS
-Xdebug -Xrunjdwp: transport=dt_socket,server=y,suspend=n,address=1066
Spring Data Solr Dependent File and XML Profile
< br> org.springframework.data
spring-data-solr
1.5.5.RELEASE
org.springframework
spring-test span>
4.2.4.RELEASE
junit
junit
4.9 span>
Nginx – PHP-FPM breaks down the stack tracking log into a separate event
I have a question, PHP-FPM registers a single event as multiple events. Take the following stack trace as an example:
[30-Jul-2014 05:38:50] WARNING: [pool www] child 11606 said into stderr:
Jetty embedded web page service entry
As mentioned earlier, the most widely used jetty can be easily embedded In the application, rather than as an application server, the simplest demo is used below to demonstrate a simplest applicati
Jetty deploying flowable-idm.war error
Put flowable-idm.war in the ${jetty.base}/webapps directory, and the following error will be reported at startup, because the class javax.annotation.security.DenyAll that ProxyTransactionManagement
Nginx Agent Local Folder (Windows Environment)
Installation environment: win10
nginx-1.17.2
Path: \nginx-1.17.2\conf\nginx.conf
Configure cross-domain and proxy folder path
Start in the nginx folder path cmd (check nginx
Jetty’s working principle and comparison with Tomcat
How Jetty works and its comparison with Tomcat
Introduction: Jetty should be currently the most active and promising servlet engine. This article will introduce Jetty’s basic architecture and
Let the embedded Jetty9.4.3 support JSP
First give a simple embedded Jetty program
package mp.http.server;
import org.eclipse.jetty.server.Server;< br />import org.eclipse.jetty.webapp.WebAppContext;
/**
*
* @author zkpursuit
*/
Nginx + Tomcat (Java) + Apache (PHP) shared 80 port
The core problem to be solved is: Use a port 80 to access the java + php runtime environment at the same time according to the domain name or subdomain name
1. Download nginx
Official w