Answer Posted / sridhar bollapalli
It depends on the process you want to serach .
suppose if you want to serach for Weblogic process
use
in Unix.
ps -ef | grep Dweblogic.Name=servername
if it is an Apache process
ps -ef | grep httpd
same way ofr Solaris use
usr/ucb/ps -auxww | grep Dweblogic.Name=servername
If you grep with java , it will give other java process too.
so Dweblogic.Name will give you the exact weblogic process.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How you deploy your applications on weblogic server?
Define managed servers?
Write a program of web logic server to get the connection pool attribute?
What is meant by prallel gc and explain it?
What are stubs and how do they function in a web logic cluster?
Do you know what is the meaning of classformaterrors used with the applet?
In how many formats we can deploy an application in wls??
What is clustering and what is achieved through it?
What is the nm?
What is the function of T3 in WebLogic Server ?
How many admin consoles possible in a single domain?
Do you know what are the steps required to modify config.xml file of web logic server?
What does the connected to element in the toolbar signify?
What is the difference between url instance and urlconnection instance?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic