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

Explain what is the purpose of stub in web-logic server cluster?

0 Answers  


Why do I get an exception when trying to find a connection factory? : BEA Weblogic

0 Answers  


Tell me how does a server find out server unavailability?

0 Answers  


What is a trace in relation to web logic server?

0 Answers  


Explain the client-server architecture.

0 Answers  






Difference between Weblogic server and websphere server?

1 Answers   IBM,


What is the purpose of using multipools in web logic server?

0 Answers  


What is the boot?

0 Answers  


Which xml parser comes with weblogic server 6.1? : BEA Weblogic

0 Answers  


Explain the types of node manager?

0 Answers  


when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?

3 Answers   HP,


Managed servers are running. What happens if admin server down?

0 Answers  


Categories