Resin3+apache+windows Integration

Source: Internet
Author: User
Tags apache download

Test learning on Windows version matching is resin-3.1.14+apache-2.2 configuration is relatively straightforward.

First configure the Java environment, the details can be seen http://hackermi.blog.51cto.com/3722285/1727280

Once configured, you can start resin directly, which is a single static resin parsing Java and static file html

Now we integrate Apache download HTTP://WWW.APACHEHAUS.COM/CGI-BIN/DOWNLOAD.PLX from official website

650) this.width=650; "src=" http://s1.51cto.com/wyfs02/M00/78/A9/wKiom1aA57HgdnKcAATv3qIWirY753.jpg "style=" float: none; "title=" 1.jpg "alt=" Wkiom1aa57hgdnkcaatv3qiwiry753.jpg "/>

650) this.width=650; "src=" http://s4.51cto.com/wyfs02/M00/78/A8/wKioL1aA586jaUK5AAS9YFD1KUQ353.jpg "style=" float: none; "title=" 2.jpg "alt=" Wkiol1aa586jauk5aas9yfd1kuq353.jpg "/>

After the download is complete we put in C:\Apache22 resin put in C:\resin3 open resin folder setup.exe direct fill C:\Apache22 Click Alipay, Finish, this is the configuration file we see Apache C:\Apache22 \conf\httpd.conf can find this code inside.

LoadModule caucho_module "C:/resin3/win32/apache-2.2/mod_caucho.dll" default may be apache-2.0 (2.0 default boot not)

<ifmodule mod_caucho.c>

Resinconfigserver localhost 6800

Cauchostatus Yes

</IfModule>

What we need to modify is (C:/website make us integrate the site folder path)

<web-app id= "/" root-directory= "C:/website"/> Tomcat Site Configuration directory

DocumentRoot "C:\website"

<directory "C:\website" > Apache configuration, OK now we can start Resin+apache can access the site, if resin hung, our HTML can be accessed.

I'm just doing a simple integration test here, the specific binding domain name multi-open site will be in the back of each server specifically written.





Resin3+apache+windows Integration

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.