X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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 <moss@cs.umass.edu>
Reply-To: moss@cs.umass.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@cygwin.com
Subject: Re: Fwd: using cygwin inetd to start a script on a server to run a java application
References: <CAK03LAoZUgeOaH-n9AuxfF7b4WAz7ij4jTDOPEWkyk5==FJukQ@mail.gmail.com>	<5390CFF2.2060501@cs.umass.edu>	<CAK03LAoUzNK0t4JFSVNWj6q5qGZY1Wmc0SmKz9kBZHkwGvYeEw@mail.gmail.com>	<53921106.6020109@cs.umass.edu>	<CAK03LAqKM8NQa1QjCONpznHO-=-Oexzu3qgvLjcc+PZJ53Lz1w@mail.gmail.com> <CAK03LApM3cUxCCjuTy-CBDvjqn7JtAHYvkpzncje7LDmNJF2=w@mail.gmail.com>
In-Reply-To: <CAK03LApM3cUxCCjuTy-CBDvjqn7JtAHYvkpzncje7LDmNJF2=w@mail.gmail.com>
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

