how will u check process id?
Answers were Sorted based on User's Feedback
Answer / gautam
Use this to get result with more details
/usr/ucb/ps -auxww | grep java
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
What is the java authentication and authorization service (jaas) 1.0?
What are servers?
How do we generate a digital certificate
How can classpath be set?
Are there c/c++ interfaces to wls jms? : BEA Weblogic
JNDI Usage for weblogic?
What is meant by full gc and explain it?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
What is the major difference between managed server and admin server?
What is the max amount of information that can be saved in a session object?
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
What are logics in reference to web logic servers?