The requirement is as follows We have to access a file which is located on clearcase(solaris) and show it on NT from our local intranet. To acces the file on vobs we will have to set the view(config specs as well)And we have to perform these tasks for all the projects presently operational.So there will be different views to access there respective documents
We have these options 1)We can either do it by using a servlet which is running on the webserver on the solaris m/c and access that servlet using ASP We shall have to supply the view information and in turn call a script.But for this we have to make sure that the webserver is always running on the solaris machine. 2)Using Perl with ASP 3)Using a java program that telnets to the solaris m/c sets the view and ftp's the documnet to my webserver Any suggestions ??? //prerna -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 5:52 PM To: [EMAIL PROTECTED] Subject: RE: Telnet program As some one pointed out on the list ...you need to be asking this on a java forum.This is a servlet(javax.servlet) discussion group.Anyway if you ask me there is no point in duplicating the complicated telnet protocol .A simpler way would be to use the Net::Telnet perl module available on the CPAN,unless you are bent on doing it in java Regards Siddharth -----Original Message----- From: Prerna.Sawhney [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 5:31 PM To: SERVLET-INTEREST Cc: Prerna.Sawhney Subject: Telnet program Hi, I want to write a java program that will do a telnet to a remote machine and execute a script on the remote machine. Can anyone tell me a solution. I opened a socket at port 23 but I am lost as to what to do after that Thanks Prerna ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
