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 |
Do you know what are the steps involved in setting up classpath in web logic server?
Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?
What is the domain in weblogic server?
How to find the heap memory of managedServer?
What is the nm?
how to deploy the application
when i am starting my managed server it is coming to admin state.I used to click on resume button in admin console , so that it is comming to running state. How to resolve this problem for ever so that the server will come directly to running state instead of going to admin state?
What causes java.io exceptions in the log file? : BEA Weblogic
What happens if acknowledge() is called within a transaction? : BEA Weblogic
How can we change heap size?
What are the different groups under web logic security?.
Explain the concepts and capabilities of ANT ?