aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes try to ping two other systems from my system Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "try to ping two other systems from my system" Watch "try to ping two other systems from my system" New topic
Author

try to ping two other systems from my system

ashwin bala
Ranch Hand

Joined: Dec 07, 2009
Posts: 30
Hi,
I need to check the communication between the systems through java.Lets say My system is A ,two other PC's (B & C). I should the communication
between my system (A) to B and my system (A) to C.This we is possible.From my system(A) is it possible to check the communication between B to C is happening.
what i am asking is can the source and destination for pinging be given at runtime?

regards,
Ashwin kumar
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: try to ping two other systems from my system
 
Similar Threads
Basics
let's discuss my application architecture,and give me your opinions
Part I: GoF patterns - Facade vs Mediator
calling servlet from another server.
exposing WebService to multiple WebService clients without ESB?