IIS6.0 and RESIN

zhaozj2021-02-16  61

From http://blog.9cbs.net/wing120/archive/2004/07/17/43845.aspx

After two days of attempts, IIS6.0 and RESIN_3.0.8 will finally be integrated today. Below I wrote these two days of experience with you. Before this, I would like to find some information from the Internet. However, there is little article about IIS and RESIN integration, and less articles about IIS6.0 integration. On the official website of RESIN, although it is an article about IIS and RESIN integration. However, it is English, and the version is very low, it is RESIN_2.1. Finally there is only a little discovery. Later, some of the documents contained in RESIN_3.0.8 was about IIS6.0 and RESIN_3.0.8 integration. According to the above, IIS6.0 is finally integrated with RESIN_3.0.8. It is not very clear about RESIN's official writing. Particularly local Chinese version of IIS6.0 is somewhat in. ??? 1, install J2SDK and RESIN. (My J2SDK is installed under D: / J2SDK, and resin is decompressed in the D: /RESIN_3.0.8 folder). ??? 2, environment variables. Right click on my computer → Property → Advanced → Environment Variable. ???????? 1) Newly built two system variables (click on the new built below): ???????? 1 variable name: java_home ?????????? Volume: D : / J2SDK (J2SDK installation directory) ???????? 2 variable name: ClassPath ?????????? variable value:.;% Java_home% / lib / Tools.jar (Note: Front Is a decimal point plus a division ??????????????????, directly copy it) ???????? 3 variable name: resin_home ?????? ???? Variable value: D: /RESIN_3.0.8 (Resin installation directory) ???????? 2) Edit system variable PATH ?????????? After the variable value is added;% Java_home% / bin / ??? 3, copy the file. In Windows2003, you cannot use Rensin_3.0.8 / bin / setup.exe. Run the setup return. This requires us to copy the file. My IIS is installed under C: / INETPUB. ????????? 1) C: / inetpub Next, a new folder is newly established, rename Scripts ???????? 2) Copy the isapi_srun.dll under Rensin_3.0.8 / libexec to ??? ???????? c: / inetpub / scripts under ???????? 3) Creating a resin.ini file in C: / INETPUB / SCRIPTS. ??????????? file content, two lines of data: ??????????? RESINCONFIGSERVER LOCALHOST 6802 ??????????? Iispriority High ????? ?????? (the official document said that only when you need to build multiple sites, you must use it. Recommended use) ??? 4, set IIS.

???????? 1) Click Right click on the default website → ISAPI filter → Add ??????????? Filter name: resin_3.0.8 (can be cascaded) ?? ????????? executable: c: /inetpub/scripts/isapi_srun.dll ???????? 2) Click Right click on the default website → New → Virtual Directory ????? ?????? alias: scripts ??????????? Local path: c: / inetpub / scripts ???????? 3) Click Web Service Extensions → Add a new Web Service extension ??????????? extension: RESIN (can be added) ??????????? Requirements file: c: /inetpub/scripts/isapi_srun.dll ???? ??????? Select setting the extended state to allow ??? 5, set RESIN_3.0.8 / conf / resin.conf. ?????? Find in the file (probably in the last) ??????????????

DOC

?????? changed

??????

????????

C: / inetpub / wwwroot

?????? (c: / inetpub / wwwroot, directory for your default website)

??? Good, here, we are completely set.

??? Then first run the NET STOP W3SVC to close the IIS service.

??? Run the NET Start W3SVC to restart IIS.

??? Open RESIN_3.0.8 / bin / httpd.exe.

??? Now IIS6.0 and resin_3.0.8 have been successfully integrated. We can start httpd.exe as a service. So, httpd.exe will start when the computer is started.

??? install service

??? D: /RESIN_3.0.8/bin/httpd.exe -install

??? Cancel service

??? D: /RESIN_3.0.8/bin/httpd.exe -remove

??? IIS6.0 and the integration of resin_3.0.8, I have been a few days. Now write it out with you. If you have any mistakes, please refer to it.

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

New Post(0)