Resin3.0.6 integrate with IIS5.1

zhaozj2021-02-16  56

After countless times, only the weather will finally integrate RESIN3.0.6 with IIS5.1, and apply to everyone to share.

First, set two environment variables for java_home and resin_home;

Second, set the home directory of IIS to% resin_home / doc, otherwise, RESIN may not find pictures after integration.

Third, copy ISAPI_SRun.dll from% RESIN_HOME% / libexec to D: / IITPUB / Scripts (set IIS installation folder to D: / INETPUB, you can modify it yourself).

Fourth, start "Internet Information Service" by controlling the panel

1. Establish a virtual directory called "scripts" for the default website to point to D: / INETPUB / SCRIPTS;

2, right click, select the property, create a new filter in the "ISAPI Filter" tab, the name is customized (my called RESIN), the executable is set to D: /inetpub/scripts/isapi_srun.dll;

3, right click, select Properties, in the "Main Directory" tab, click the Configuration button,

Create a new application map, where the executable file is set to D: /inetpub/scripts/isapi_srun.dll, the extension is set to .XTP;

4, right click, select attribute, in the "Document" tab,

Add the default document index.xtp;

V. Modify resin.conf

1,

Set the JavaC.exe folder, please adjust the folder name yourself

2,

Deactivate HTTP service

->

6. Restart all services.

To this, all files should be placed under the% resin_home / webapps folder.

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

New Post(0)