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 |
If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.
How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic
Are there c/c++ interfaces to wls jms? : BEA Weblogic
How to pass arugments to server through machine?
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
What is meany by proxy server?
Is weblogic a web server?
How to write a program to call the store procedure of oracle that takes no parameter?
What is multicast Address?
How many types of logs are there?
How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic
what is diff btwn JNDI&JDBC?
6 Answers CTS, JPMorgan Chase,