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 do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
what are the benefits of load order in the deployment of the application?
What is meant by jndi and why its needed??
What does isidentical() method return in case of different type of beans?
What is meant by jdbc and configuration details?
What are the disadvantages of node manager?
Java-corba integration: rmi-iiop or java idl? : BEA Weblogic
Why is there no polymorphic-type response from a create () or find () method?
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
Is it possible to set aside a message and acknowledge it later? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic