Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

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 configuration

Basic configuration of Jetty

Basic configuration of Jetty Similar to Tomcat, here we mainly introduce Jetty’s port settings and how to deploy web applications. Since Jetty is an embedded Web

October 13, 2021By Simo Jetty configuration, jettyLeave a Comment

Jetty installation and configuration

Jetty

Jetty is an open source servlet container, which provides a runtime environment for Java-based web content, such as JSP and servlet. Jetty is written in Java language, and its API is re

October 13, 2021By Simo Jetty configuration, installation, jettyLeave a Comment

Returns 503 in Nginx to get a POST request

I have a simple configuration file for customizing the 503 error page during maintenance. The relevant part is like this:

The problem is found by Nginx Any request is parsed in a static file.

October 13, 2021By Simo Nginx Get, middle, nginx, POST, Request, returnLeave a Comment

Stop Jetty-Maven-Plugin

Add the following fragment in pom.xml

Run mvn jetty:stop, see the following keywords, description Stopped successfully

Note: It is best to use the latest version of jetty jar package, the o

October 13, 2021By Simo Jetty jetty, Maven, plugin, StopLeave a Comment

Nginx – use multiple Docker containers in a single host

I have a physical server running Nginx, MySQL, and serving my PHP website. The server has a multi-core processor with 16 GB RAM. This server can handle a certain amount of Web Traffic.

Now in

October 13, 2021By Simo Nginx container, Docker, Effective, host, in, multiple, nginx, single, useLeave a Comment

Nginx optimization configuration

https://www.cnblogs.com/taiyonghai/p/9402734.html

nginx.conf file

#user nobody;

#==Number of work processes, generally set to the number of cpu cores
worker_processes 1;

#error_log lo

October 13, 2021By Simo Nginx configuration, nginx, OptimizationLeave a Comment

Jetty installation and deployment

Jetty, like Tomcat, is a web container.

First go to the jetty official website to download jetty9, and then unzip the file

The first step: Jetty installation
Like Tomcat, jetty is als

October 13, 2021By Simo Jetty deployment, installation, jettyLeave a Comment

Springbean life cycle

The life cycle of spring bean

The life cycle of spring bean: create, initialize, use, destroy,

1 create:

spring The bean is in singleton mode by default, and it is initialized in

October 13, 2021By Simo Spring Life Cycle, SpringbeanLeave a Comment

Nginx – If external_url is set, GitLab Docker does not work properly.

I have been trying to solve a problem that I still can’t solve. Thank you very much for your help!
What I did:
1) After http://docs.gitlab.com/omnibus/docker/README.html, use docker image on Ubun

October 13, 2021By Simo Nginx Docker, external, gitlab, if, nginx, normal work, set, Unable, URLLeave a Comment

How do I use the file name of the conf file in the nginx conf file?

If I have a file named mysite.conf stored in /etc/nginx/conf.d. Is there a way to get the string value ‘mysite’ from the conf file?

I want to symlink a common .conf file multiple times becaus

October 13, 2021By Simo Nginx CONF, file, File Name, How to, nginx, UsedLeave a Comment

Posts navigation

Page 1 … Page 24 Page 25 Page 26 … Page 63
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress