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 |
What is the difference between weblogic and jboss?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
How you are getting the alerts?
What is the format of a log message in a web logic server?
When deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic
Define memory leak ?
Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic
How do I configure jms security? : BEA Weblogic
How do I manage a queue to view and delete specific messages? : BEA Weblogic
What is achieved through clustering?
What is actually weblogic cache?
Write a program of web logic server to get the connection pool attribute?