cPanel Add App Servers

Adding App Servers

To add App Servers, follow below.

All available Java Servers are stored in /usr/coffeecp/appfiles

All Java Server are stored in zip format only.

To manually add a new Java Server:

1. Log into SSH as root

2. cd to /usr/coffeecp/appfiles

3. Use wget to download the desired server. For example:

wget http://www-us.apache.org/dist/tomcat/tomcat-8/v8.5.20/bin/apache-tomcat-8.5.20.zip>

4. A cron runs once per hour to check for new servers.

If you wish to, you can force a manual update by runnng below as root:

cd /usr/coffeecp/scripts

./coffeecp_build_json.sh

Up Next: Adding JDKs

Adding JDKs to cPanel Servers