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 is meant by gc and explain it?
How a web logic server works?
What is a domain?
Explain weblogic server?
Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
Write a program of web logic server to get the connection pool attribute?
What is the sla in prd,qa,dev.?
What is mulicast in weblogic?
What are the common domain types?
What are weblogic clusters?
What is meany by plugin?
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
Explain the use of http ?
Are there c/c++ interfaces to wls jms? : BEA Weblogic