Apache forwarding configuration, forwarding to the Web application on the middleware WebLogic __web

Source: Internet
Author: User

In some projects, we often forward configuration via Apache to the applications deployed on WebLogic via Apache.

The configuration is as follows:

1, the WebLogic forwarding module mod_wl_22.so, copy to the/home/apache2/modules/directory

WebLogic provides a specialized module, which is located in the ${wl_home}/server/plugin/linux/x86_64 directory of mod_wl_22.so or mod_wl_20.so


2, modify/home/apache/conf under httpd.conf configuration file

Add the following code:

LoadModule Weblogic_module modules/mod_wl_22.so

3, enter the/home/apache/bin start Apache, may be an error. Common Error Collation:

Error 1:

Httpd:syntax error on line 412 of/home/apache/conf/httpd.conf:
cannot load/home/apache/modules/mod_wl_22.so into s Erver: 
/home/apache/modules/mod_wl_22.so:cannot Open Shared object file:no such file or directory


Error analysis and resolution: Because we do not have the/home/apache/modules directory decentralized WebLogic forwarding module mod_wl_22.so, and in the httpd.conf has been configured, will report this error. So we just need to put the mod_wl_22.so in the/home/apache/modules directory.


Error 2:

Reference Blog: http://blog.csdn.net/btt2013/article/details/78117939


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.