Hosting control panel with JEE Application Server support? - Stack Overflow most recent 30 from stackoverflow.com2009-12-12T01:57:05Zhttp://stackoverflow.com/feeds/question/96982http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/96982/hosting-control-panel-with-jee-application-server-support2Hosting control panel with JEE Application Server support?Peter Boughton2008-09-18T21:07:04Z2009-05-14T05:06:14Z
<p>I currently have WHM/cPanel on my server, but it doesn't integrate properly with any JEE App Server. I installed Tomcat manually, and have made it work through Apache, but the configuration is more fragile than I'd like.</p>
<p>So, I'm trying to find a replacement where a JEE App Server can be properly integrated & managed.</p>
<p><br/>Requirements:<ul>
<li>Open Source / Free Software (i.e. not proprietary)</li>
<li>Runs on CentOS (although, Debian/Fedora Core/FreeBSD are options if necessary)</li>
<li>Supports Apache + Tomcat (or equivalent)</li>
<li>Self-monitoring (e.g. auto-restarts MySQL if it falls over)</li>
<li>User account management (easy setup, limit space & bandwidth quotas, etc)</li>
<li>Friendly end-user control panel (for configuring db, mail, stats, logs, etc)</li>
<li>Anything obvious I've forgotten.</li>
</ul></p>
<p>Are there any recommended software packages which do all of this?</p>
http://stackoverflow.com/questions/96982/hosting-control-panel-with-jee-application-server-support/178019#1780190Answer by Jon Works for Hosting control panel with JEE Application Server support?Jon Works2008-10-07T11:25:16Z2008-10-07T11:25:16Z<p>We have been using <a href="http://geronimo.apache.org/" rel="nofollow">Apache Geronimo</a> here at work for about two years and it has been rock solid. It has its own built-in control panel that allows us to deploy/start/stop each app separately. You may want to give it a try.</p>
http://stackoverflow.com/questions/96982/hosting-control-panel-with-jee-application-server-support/861654#8616541Answer by WerkkreW for Hosting control panel with JEE Application Server support?WerkkreW2009-05-14T05:06:14Z2009-05-14T05:06:14Z<p><a href="http://www.parallels.com/products/plesk/" rel="nofollow">Plesk</a> is a similar commercial hosting management suite similar to CPanel, in fact most hosting providers who offer WHM/CPanel also offer Plesk, which has built in Tomcat support. Plesk runs natively on CentOS but it is only free for use on one domain.</p>