Hi, How would the webapp invoke this listener? Yoav Shapira Millennium Research Informatics
>-----Original Message----- >From: QM [mailto:[EMAIL PROTECTED] >Sent: Friday, May 14, 2004 2:55 PM >To: Tomcat Users List >Subject: Re: Tomcat "reboot" runtime > >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.g z > >(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] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
