|
What would a Tomcat manager do, exactly? (I've never used Tomcat, so I'm unsure of what management of it would entail.)
My meager understanding is that it is an application server for Java applications. So, it runs independently of Apache, kinda like Mongrel does for Ruby on Rails apps. Am I right? So we'd want an install interface (or maybe just insure packages are available), a start/stop button for each instance of Tomcat (I assume they are independent per-domain?), and maybe a form for auto-installing applications that run in Tomcat (there is some sort of standard package for Tomcat apps, right?).
|