Re: Telnet to AS400

2006-09-14 Thread Steve Loughran
Antoine Levy-Lambert wrote: Hi, I advise against using telnet, it is not practical to automate deployments. Using ssh instead of telnet would be the first step I would recommend you. A quick search in Google tells me that there are ssh servers implementations for AS400. yes, telnet is haza

Re: Telnet to AS400

2006-09-13 Thread Antoine Levy-Lambert
orpus" <[EMAIL PROTECTED]> An: user@ant.apache.org Betreff: Telnet to AS400 > Hi All, > > > > I am using Apache Ant 1.6.5. I want to use its Telnet task to automate > Java deployments to WAS (Websphere Application Server) server running on > the AS400. The prob

Telnet to AS400

2006-09-13 Thread Ben Corpus
Hi All, I am using Apache Ant 1.6.5. I want to use its Telnet task to automate Java deployments to WAS (Websphere Application Server) server running on the AS400. The problem I encounter is in the nested tag (line 6) - it hangs on that line of execution. Here's the target code: 1