On Fri, May 14, 2004 at 01:06:17PM -0400, Shapira, Yoav wrote:
: 
: Any portable solutions (that would work on windows, not just unix, and
: on MacOS)?

A *very* alpha-tasting version is available at:

 http://downloads.brandxdev.net/tomcat-479785/listenexec-0.1.0alpha.tar.gz

(written in Java)

The premise is that this network listener, after performing some
rudimentary authentication, accepts an alias from the client.

In turn, the alias is mapped internally to a command that gets passed to
Runtime.exec().  The aliases/commands are loaded from a properties file, 
one entry of which could be

        restart_tomcat : /etc/init.d/tomcat restart

There's plenty of room to grow here, some of which is mentioned in the
included readme.


The code is still proof-of-concept (not a lot of error checking) but
that will change with time.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to