what is command for find out the ip add and port no. of the
machine in UNIX?
Answer Posted / satish
netstat -a this will show you all the used ports and free
ports ..by this we can came to know which port is free and
which post is listerning.
to know particular port is used or not just use netstat
followed by port no
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Name the various message severity levels in web logic?
Do you know how are multi-byte characters used with weblogic jdriver?
What are the toolbar elements.
What are the admin default ports?
What is the difference between url instance and urlconnection instance?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
Can weblogic server start with a unix boot? : BEA Weblogic
Can I set the deployment order for application modules? For standalone modules?
What is wlst in web logic?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
What is the format of a log message in a web logic server?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What are the enhancements in ejb 2.0 with respect to cmp?