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
What is jvm tuning?
What type of object is returned by resultset.getobject()? : BEA Weblogic
How to troubleshoot it?
How to check the version of Java?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What is the default jvm used for weblogic?
What is unicast in weblogic?
Msi replica mode??
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic
What is wlst in web logic?
How is the logging implementation specified in web logic?
What elements make up the administration console?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic