>
>Hi, All:
>
>Your help is highly appreciated for the following questions.
>
>1. Does Tomcat have web-based administration functionality?
>
>We want to let the Tomcat administrator start/stop Tomcat through a
>Web-based interface. I have searched the mail archives, and found somebody
>starting working on it in April. Is it available now? If yes, where could I
>get it?
That would make sense to do only if your run tomcat in a combination with a
webserver (apache, etc) not in a standalone mode. You can create a CGI script
that runs start/shutdown tomcat scripts. There is a security concern though: you
should make sure only valid users can do this.
- Boris