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
How does weblogic support corba and client communication via iiop? : BEA Weblogic
What is error ora-6502? : BEA Weblogic
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
Define the purpose of the serializedsystemini.dat file?
How Can Cluster Communication Occur ?
What is a domain?
What is t3??
How do I create a producer pool? : BEA Weblogic
Inclined to build a profession as oracle weblogic developer?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
What are class paths?
How many ways to start and stop weblogic servers?
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
How do I call a servlet with parameters in the url? : BEA Weblogic
What is thread dump?