How to integrate apache webserver with weblogic server? What
is the purpose of integrating both?

Answers were Sorted based on User's Feedback



How to integrate apache webserver with weblogic server? What is the purpose of integrating both?..

Answer / singam varsha

we can integrate apache http server with weblogic server using proxy plug-ins.The webserver handles the http request of the clients and weblogic handles dynamic contents of the request.The purpose of integrating both is, no one can hack your application server.

Is This Answer Correct ?    19 Yes 1 No

How to integrate apache webserver with weblogic server? What is the purpose of integrating both?..

Answer / 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

How to integrate apache webserver with weblogic server? What is the purpose of integrating both?..

Answer / srinivas

to reduce the workload on appliation server we will use any
webservers(like apache,httpd, zeus).

Is This Answer Correct ?    8 Yes 2 No

How to integrate apache webserver with weblogic server? What is the purpose of integrating both?..

Answer / naga

load the proxy plugin into modules directory

create the if module

inside the if module give the match expression and weblogic clusters

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Weblogic Interview Questions

tell me the permenent memory issues?

0 Answers   CTS, TCS,


Each instance of weblogic server is physical or logical. Can sever instance be shared over multiple machines?

3 Answers  


What is the nm?

0 Answers  


How we can know whether proxy server up or not?

3 Answers   TCS,


Define the list of pre-configured queues?

0 Answers  


How do I call oracle stored procedures that take no parameters? : BEA Weblogic

0 Answers  


how to create a sub domain in domain ?

1 Answers   TCS, Wipro,


what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump

1 Answers  


What are pending messages in the console? : BEA Weblogic

0 Answers  


How do I manage a queue to view and delete specific messages? : BEA Weblogic

0 Answers  


Arrange in order the various message severity levels?

0 Answers  


Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic

0 Answers  


Categories