what is command for find out the ip add and port no. of the
machine in UNIX?
Answer Posted / syed
it is hostname -i for ip address
and for port it is
netstat -an|grep port "shows the mentioned port is available or busy"
or
netstat -a list out all the ports
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the format of the log message out to standard out?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
Tell me what are the steps involved in configuring the jms?
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
Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.
What are tuning jvm parameters?
Tell the issues faced in weblogic?
What are the steps required to modify config.xml file of web logic server?
how to get the critical application?
Do you know what type of object is returned by resultset.getobject()?
What are the prerequisites of starting a server?
What is ticketing tool used in your project?
Difference between weblogic development and production mode?
What is t3??
How do I put a message back on the queue for processing? : BEA Weblogic