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 (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 about writing this in Jython, but I wonder how I can do this
> best. Does this involve writing a new connector and if so, is it the best
> thing to do (and do others need it as well)?
>

What's wrong with just using telnet or ssh, and running command line apps
that update the *data* that underlies your web application?  I don't see
any reason that all data updates need to be made through Tomcat.

> armijn
>

Craig


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

Reply via email to