How we can know whether proxy server up or not?

Answers were Sorted based on User's Feedback



How we can know whether proxy server up or not?..

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

How we can know whether proxy server up or not?..

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 we can know whether proxy server up or not?..

Answer / mastan

ps -ef |grep -i httpd in linus

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

How are multi-byte characters used with weblogic jdriver?

0 Answers  


Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic

0 Answers  


How can I debug the java code that I have running in weblogic server? : BEA Weblogic

0 Answers  


How many messages are sent across the network for processing topic messages? : BEA Weblogic

0 Answers  


Write a program to bind string values in a preparedstatement?

0 Answers  


If configured multicast, which error is occurred..?

1 Answers  


How is the logging implementation specified in web logic?

0 Answers  


What happen when your database and proxy server are down and your weblogic server is up

7 Answers  


If SSL is configured then which key is send to the client?

3 Answers   TCS,


List components of jndi?

0 Answers  


What is managed server

2 Answers  


suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool

3 Answers  


Categories