How we can know whether proxy server up or not?
Answers were Sorted based on User's Feedback
Answer / annu
Webserver is acts as a proxy server. It communicates with
weblogic server. in the webserver we have 2 imp files
"magnus.conf" & "obj.conf".
In the magnus.conf file we need to give pulgin module provided
by the weblogic server, this pulgin module is used to
communicate with weblogic server and also it shows which
server is up & running..
| Is This Answer Correct ? | 9 Yes | 3 No |
Answer / hari
first you grep the process of the proxy server by using
command
ps -ef|grep httpd
if process is showing httpd it is up other wise down
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain what is the purpose of using multipools in web logic server?
What is a non-durable topic subscriber?
What happens if acknowledge() is called within a transaction? : BEA Weblogic
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
what is difference between jboss and weblogic
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What are the disadvantages of node manager?
What is non-stage deployment?
How is the logging implementation specified in web logic?
What is MSI mode?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic