How to integrate apache webserver with weblogic server? What
is the purpose of integrating both?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
What causes java.io exceptions in the log file? : BEA Weblogic
What is the role of a deployer?
Can I start a managed server if the administration server is unavailable?
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
What is bea weblogic? : BEA Weblogic
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
What are servers?
What is the managed server?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
in which file/script we need to change the heap size?.What is the variable name to search to change the heap size
what are configuration classes in weblogic