X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Aq2s/mGYKRjQ5epS 4TZjo5ZevLJSaws6ol6WK9hJIMRx61htPXHapEs/W211a7Okbdru2yxzHUhv81K0 K+aAEjdjq/1+lzdfAbuMxA0ESjTsdIBobtkGV8WPR6Yi7unhbHwbL/9ReVYiAL6a H1VsyMm2TzkDuzZPlBg4PYfFU7M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=d0NameZCOeEvuIsdy46iuw PNUM8=; b=lT1pVckRKOxBKJJkanj3rDyBRq3dQvAY433NdofeWkX8HF5h4BA81C 3zQpfz+NY0sU/hSczgh1KFYS8PXWawo9mOM3wXeL75p26/FY/R3e1RdyjKDIk8h8 IFSlF4p44fL4mnCsdN7+1h9j6LATwD737WJ5RB9xey7VaUL4EO65o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: csmail.cs.umass.edu Message-ID: <5395C944.2080705@cs.umass.edu> Date: Mon, 09 Jun 2014 10:48:36 -0400 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT edu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Fwd: using cygwin inetd to start a script on a server to run a java application References: <5390CFF2 DOT 2060501 AT cs DOT umass DOT edu> <53921106 DOT 6020109 AT cs DOT umass DOT edu> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-server stream tcp wait cyg_server > /nms/bin/test/test test > " > > fyi example server is set to wait (and ftp is set to nowait) > > i apologize if that was confusing. > > has anyone any other suggestions? So here's a wondering, broadening the strategy for addressing your real desire, which is to have a Java server program spawned automatically. Oracle must have developed a preferred way for doing this on Windows systems. The 'java' program (the Java Virtual Machine) is a native Windows program. Why not use the native Windows way of doing this, whatever it is? Regards -- Eliot -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple