JavaJSP Learning Series Three (RESIN + APACHE installation)

zhaozj2021-02-16  49

First, Foreword For beginners, to perform JSP and servlet, Tomcat is a very good choice. You can also use RESIN, these two products can not spend a penny. Resin's support for XML is very good. Second, download, installation download address is the official site of the RESIN: http://www.caucho.com/. From this address, you can download: http://www.caucho.com/download/index.xtp, I downloaded the resin1.1.4 version. Download, extract to a directory, I use E: / RESIN114 as an example here. Third, before this, of course, we have to install Apache first, and it can run normally. (1) Configure Apache to open the httpd.conf file in the Apache's Conf subdirectory, edit it with the text editing tool. Join the following line: loadingModule Caucho_Module "E: /RESIN114/srun/win32-1.3.6/mod_caucho.dll" Addmodule MOD_CAUCHO.C cauchoconfigfile "E: //RESIN114//conf//RESIN.CONF SetHandler Caucho-Status Note: The above steps can also be implemented in a simpler manner, it is to run the E: / RESIN114 / BIN / directory SETUP.EXE , Hook Apache, then Apply, last OK. In this way, these lines should be automatically added. (2) Configure RESIN in the conf of Resin with a resin.conf file, back up the file. Then build the resin.conf file, as follows: Four, Test (1) Starting Resin: There is a Srun.exe in RESIN, running it, and a window will appear.

转载请注明原文地址:https://www.9cbs.com/read-19794.html

New Post(0)