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 |
Explain what is the purpose of stub in web-logic server cluster?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
What is a license file ?
What is meant by prallel gc and explain it?
Can We Start A Managed Server If The Administration Server Is Unavailable ?
If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
How can default jvm be changed to others?
How you deploy your applications on weblogic server?
What are logics in reference to web logic servers?
Can two jms servers share the same persistent store? : BEA Weblogic
If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?
How can the admin console be disable before it is re-enable by WLST?