Re: Fwd: using cygwin inetd to start a script on a server to run a java application

2014-06-09 Thread Eliot Moss
On 6/9/2014 10:41 AM, annie s wrote: Hi Eliot, I really appreciate your time looking at this... " ftp stream tcp nowait annie/usr/sbin/ftpd ftpd example-serverstreamtcpwaitcyg_server /nms/bin/test/testtest " fyi example server is set to wait (and ftp is set to

Fwd: using cygwin inetd to start a script on a server to run a java application

2014-06-09 Thread annie s
Hi Eliot, I really appreciate your time looking at this... " ftp stream tcp nowait annie/usr/sbin/ftpd ftpd example-serverstreamtcpwaitcyg_server /nms/bin/test/testtest " fyi example server is set to wait (and ftp is set to nowait) i apologize if that was confus

Re: using cygwin inetd to start a script on a server to run a java application

2014-06-06 Thread Eliot Moss
Dear Annie -- Again, I am not a deep expert, but the TCPView output looks to be what I would expect if the inetd forks a copy of itself to handle a new client connection. A TCP connection (as you probably know) is distinguished by *both* the local host/port pair *and* the remote host/port pair.

using cygwin inetd to start a script on a server to run a java application

2014-06-05 Thread annie s
Hi, I am following the oracle doc http://docs.oracle.com/javase/7/docs/technotes/guides/rmi/inetd/launch-service.html (solaris specific) I have two windows 2012 server VMs (firewalls off). I believe that I have configured cygwin inetd correctly by following the directions in C:\cygwin64\usr\sha