telnet in java
hi all
i am trying to build website in jsp.which will run with tomcat server on win xp..from the jsp i want to open one unix session and want to check there whether the particular script is running on unix or not by using
(ps -ef | grep abc.pl) and then want to display the same in jsp...
my problem is i m not able to use telnet or ssh or ftp in java..i have searched a lot on net..but did not get some satisfactory answer(method or any class)..
plz help me to solve the issue

