Re: shell connector

2002-01-31 Thread Craig R. McClanahan
On Thu, 31 Jan 2002, Oto Buchta wrote: > Date: Thu, 31 Jan 2002 14:58:48 +0100 > From: Oto Buchta <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Re: shell connector >

Re: shell connector

2002-01-31 Thread Oto Buchta
Dne pá 11. leden 2002 15:05 Armijn Hemel napsal(a): > I'll give a small example of a use I see. To manage servlerts in my Tomcat > instance I don't want to use the web (I'm a console guy and lynx is not my > favourite webbrowser). I'd rather use a shell like tool to control the > server. As in, u

StandardWrapper patch (was RE: shell connector)

2002-01-22 Thread Alan Newberger
berger > Sent: Friday, January 11, 2002 1:52 PM > To: Tomcat Developers List > Subject: RE: shell connector > > > thanks for your reply, I still feel there is a problem with > ContainerServlets from arbitrary packages even when placed in > $CATALINA_HOME/server/lib, see

RE: shell connector

2002-01-11 Thread Alan Newberger
thanks for your reply, I still feel there is a problem with ContainerServlets from arbitrary packages even when placed in $CATALINA_HOME/server/lib, see below... > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > I committed some Ant custom tasks yesterday that talk to > Manager ... they

RE: shell connector

2002-01-11 Thread Craig R. McClanahan
> From: Alan Newberger [mailto:[EMAIL PROTECTED]] > > I'm working on something very similar, I have a management servlet that uses > rhino to wrap important container objects as javascript objects. You can > then send javascript function definitions and commands over HTTP. Basically > this is

RE: shell connector

2002-01-11 Thread Craig R. McClanahan
On Fri, 11 Jan 2002, Creighton Kirkendall wrote: > Date: Fri, 11 Jan 2002 12:39:08 -0500 > From: Creighton Kirkendall <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Su

RE: shell connector

2002-01-11 Thread Creighton Kirkendall
-Original Message- From: Alan Newberger [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:28 AM To: Tomcat Developers List Subject: RE: shell connector I'm working on something very similar, I have a management servlet that uses rhino to wrap important container objec

RE: shell connector

2002-01-11 Thread Alan Newberger
chief architect 157 chambers st ny ny 10007 p.212.381.0541 | f.212.285.8999 -Original Message- From: Creighton Kirkendall [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:08 AM To: 'Tomcat Developers List' Subject: RE: shell connector I was just wondering why you do not

RE: shell connector

2002-01-11 Thread Creighton Kirkendall
-Original Message- From: Armijn Hemel [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 9:05 AM To: Tomcat Developers List Subject: Re: shell connector On Thu, Jan 10, 2002 at 11:08:00AM -0800, Craig R. McClanahan wrote: > > I'm working on a webapp, for which I want to build

Re: shell connector

2002-01-11 Thread Armijn Hemel
On Thu, Jan 10, 2002 at 11:08:00AM -0800, Craig R. McClanahan wrote: > > I'm working on a webapp, for which I want to build (eventually) some shell > > access for administration purposes. I want administrators to be able to > > log into the application and perform maintenance through a UNIX like

Re: shell connector

2002-01-10 Thread Craig R. McClanahan
On Thu, 10 Jan 2002, Armijn Hemel wrote: > Date: Thu, 10 Jan 2002 18:55:24 +0100 > From: Armijn Hemel <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: shell connector > > hi, > > I'm working on a webapp, for which I want to build (eve

Re: shell connector

2002-01-10 Thread Micael Padraig Og mac Grene
At 06:55 PM 1/10/02 +0100, Armijn Hemel wrote: >hi, > >I'm working on a webapp, for which I want to build (eventually) some shell >access for administration purposes. I want administrators to be able to >log into the application and perform maintenance through a UNIX like shell. >I was thinking ab