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

What is a local transaction?

0 Answers  


By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file

2 Answers  


How are multi-byte characters used with weblogic jdriver?

0 Answers  


Explain how a web logic server works?

0 Answers  


How many WebLogic servers can be held inside a multi-processor machine?

0 Answers  






In web logic how are new threads assigned?

0 Answers  


Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic

0 Answers  


In how many formats we can deploy an application in wls??

0 Answers  


How do I handle request/response using jms? : BEA Weblogic

0 Answers  


Explain The Term Clustering ?

0 Answers  


What is an administration server?

0 Answers  


When can high usage of CPU occur?

0 Answers  


Categories