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

Eliot Moss moss@cs.umass.edu
Mon Jun 9 14:48:00 GMT 2014


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



More information about the Cygwin mailing list