Foreword The previous two articles mainly talked about the client-server session-related content, so here is the content of the client and the content of the client-server connection. Basically com
Tag: server
Centos Linux server installed nginx
1. Before installing nginx, we must first make sure that the system has g++, gcc, openssl-devel, pcre-devel and zlib-devel software installed, which can be detected by the command shown in the figu
Jetty server
1: Modify the port number
http://www.cnblogs.com/freeweb/p/5943034.html
jetty default port is 8080, it’s easy to modify the port number, first enter the jetty server installation and di
Use Embedded Jetty as Mock Server
When writing an interface automation test code, the test environment crashed, but I need to continue debugging. What should I do?
Decided to write a mock server to return the interface respon
Using nginx, how do I run SSI on the page returned from another server?
I am trying nginx. I want to use it to perform the following operations:
>Retrieve pages containing some SSI commands from server1
> Process SSI commands and finally include content from serv
Search service Solr One or two things (1) – SOLR-5.5 Use comes with Jetty or Tomcat to build a stand-alone search server
Solr, what is solr, is what you want to eat is “rotten” and can’t be eaten, out of date~
Well. . . Just kidding, the pronunciation is “search”, an open source framework dedicated to search, l
Build an RTMP live stream server
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<
How to stop Jetty Server in CLOJURE?
I use ring and clojure to write a web application. I use jetty adapter for development server and emacs/SLIME IDE. Although wrap-reload helps, run-jetty blocks my slime session, and I want to be ab
Memory-Leaks – Jetty 8 Memory Leak on Server
I have performed a memory dump and analyzed it with a memory analyzer. It shows 73% of the memory occupied by the java.lang.ref.finalizer object. Let me see Look at what is inside this very large o
Problems when using Hibernate and SQL Server 2008
I have a problem with Hibernate and SQL Server 2008. When I try to save an object to the database, Hibernate will throw this:
could not retrieve snapshot: com.my.MyClass
Caused by: com.micros