How can we find listineing ports in a machine?
Answer / Vikas Agarwal
You can use various command-line tools such as netstat, lsof or ss to find the listening ports on a Unix/Linux machine. For example, 'netstat -an | grep LISTEN' will display all the listening ports.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to change from default JVM to other ?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
If configured multicast, which error is occurred..?
Can we deploy jar in weblogic?
What are the classes placed in the weblogic classpath?
How to configure a DB connection pool ?
suppose you changed a admin password.in which other file you have to update after this
A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic
what is struck threadump?
what is heart beat in weblogic
Are there c/c++ interfaces to wls jms? : BEA Weblogic
How do I do http tunneling? : BEA Weblogic