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 |
How are multi-byte characters used with weblogic jdriver?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
How many messages are sent across the network for processing topic messages? : BEA Weblogic
Write a program to bind string values in a preparedstatement?
If configured multicast, which error is occurred..?
How is the logging implementation specified in web logic?
What happen when your database and proxy server are down and your weblogic server is up
If SSL is configured then which key is send to the client?
List components of jndi?
What is managed server
suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool