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 |
How to troubleshoot it?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Do you know how can third-party jdbc driver be used with jms?
How do I provide user credentials for starting the weblogic server?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic
If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
What is ticketing tool used in your project?
what is mission in weblogic
How can the OUT OF MEMORY be solved?
Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?
Can the bean class implement the ejbobject class directly? If not why?