OS X installs Jexus as an ASP. NET Server
Jexus is a high-performance WEB server running on Linux/Unix operating systems based on the Mono environment and supporting ASP. NET core functions. For details about Jexus, you can use the Linux ASP. net web server: JEXUS.
Install Jexus iN OS X
Download the Jexus-5.5.tar.gz unzip from the official website to get the installation folder. Jexus can be installed properly only when the following two prerequisites are met:
Libc 2.3.2 or later. If you want to enable https, you also need to have libssl library files in the system.
Mono 2.10.8.1 or later must be installed.
Installation is divided into new installation and upgrade installation, which correspond to the install and upgrade scripts respectively.
Since this is the first installation, run the following command:
sudo ./install
Jexus running test
Execute two-line commands
sudo /usr/jexus sudo ./jws start
The terminal prompts a success or failure. Make sure that80The port is not in use. If the message fails, run the following command on the terminal:
cat log/jws.log
View Jexus logs. Because of my80The port is always in use, so the port is changed to 3128. In the browser address bar, enter
Http: // your IP address: Port Number/info
, Then Jexus runs successfully.
- Development and deployment of ASP. NET projects under SUSE10 Enterprise Edition (I)
- Development and deployment of ASP. NET projects under SUSE10 Enterprise Edition (II)
- Development and deployment of ASP. NET projects under SUSE10 Enterprise Edition (III)
- Development and deployment of ASP. NET projects under SUSE10 Enterprise Edition (IV)
- Development and deployment of ASP. NET projects under SUSE10 Enterprise Edition (5)
Install Mono and Jexus on Ubuntu to build the. NET Runtime Environment
Jexus details: click here
This article permanently updates the link address: