Apache + Resin + Arcims Configuration (Premier Draft)

xiaoxiao2021-03-06  15

Due to time emergency, the article is not written too clearly. If you have any questions, you can leave a message or send E-mail: Topcatzhao@126.com

One. The various versions of the software used are as follows:

Apache 2

Resin 2

Arcims 4.01

JDK 1.40

two. installation steps

A. Install the JDK and set the ClassPath and Path paths. (Setting in system environment variable)

ClassPath = D: /jsdk/lib/dt.jar; d: /jsdk/lib/tools.jar; d: / jsdk / bin;

PATH = D: / JSDK /; D: / JSDK / BIN;

B. Install Apache, edit the configuration file http.conf in confed, modify the port number and DocumentRoot as the appropriate configuration.

C. Install RESIN, edit the configuration file in confrgence resin.conf, modify the DOC in the port number and DOC as the appropriate path (the change path should match the path to the DocumentRoot in Apache) .

D. The lowermost end in Apache's configuration file: (This section is used for Apache and RESIN connection and establish a servlet)

# Rsin's Combined Configuration section: LoadModule Caucho_Module "D: / Resin-

2.1.9

/libexec/apache-2.0/mod_caucho.dll"# above path into your own path CauchoHost localhost 6802AddHandler caucho-request jsp SetHandler caucho-request < / Ifmodule>

E. Install Arcims, select Apache in Post Installation after installation, select Other (select RESIN installation path in the subsequent panel). If you do not use this method, you must copy the contents of the content in the / Arcims / ConnectorS / Servlet to the Root Code of RESIN. (This part can be referred to the installation manual of Arcims). Copy /arcims/common/apachealias.txt to Apache's configuration file alias / icons / ": / program files / apache group / apache / icons /". Start Apache and Resin.

F. If you need to use Arcims, you must copy the Esriadmin folder in the / arcims / administrator to RESIN's folder set.

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

New Post(0)