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
Does weblogic jms support clustering? : BEA Weblogic
What is the name of default jvm that is made used for weblogic?
how can we sync the nodes with administration server in weblogic.
What is the purpose of t3 in weblogic server?
How many way to start and stop weblogic servers?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
What is the emergency log message?
How do I call a servlet with parameters in the url? : BEA Weblogic
What are logics in reference to web logic servers?
Explain the performance tuning in jms?
What happens if remove( ) is never invoked on a session bean?
Is an xslt processor bundled in weblogic server?
What are the enhancements in ejb 2.0 with respect to cmp?
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
Can struck threads be killed manually?