How to integrate apache webserver with weblogic server? What
is the purpose of integrating both?
Answer Posted / giri babu
for improving load balancing & speed.
Integrating web & weblogic Server:
Ex: Apache 2.0 & Weblogic 10.3
copy the mod_wl_20.so module file from
bea/wl_server10.3/server/plug-in and paste it
apache/apachegroup/apache2.0/modules. And add text in apache
configuration file(apache2.0/conf--> httpd.txt)
Load Module webLogicModule modules/mod_wl_20.so and give
our cluster configuration(in between <if module> and
<location Module> at nearly at the end of the text file.
and restart the apache server. :)
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are stubs?
What is a trace in relation to web logic server?
Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
How can the nm be made to work with web logic? Explain?
What are the types of gc and in which different scenarios each should be used?
How can I control on which weblogic server(s) my application will run? : BEA Weblogic
What is os tuning?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What Are The Various Types Of Weblogic Installations ?
We often see BSU when using weblogic. What is the meaning of BSU ?
Do you know how are multi-byte characters used with weblogic jdriver?
Do you know how can third-party jdbc driver be used with jms?
What is administration server?
What is web.xml ?