Skip to content

cited/Tomcat-Webmin-Module

Repository files navigation

Tomcat Webmin Module

Documentation Status

Info

Apache Tomcat Module for Webmin.

Install and Manage Apache Tomcat or Manage Existing Installations.

Install via Webmin

Webmin->Webmin Configuration->Webmin Modules->From ftp or http URL

URL: http://github.com/cited/Tomcat-Webmin-Module/raw/master/scripts/tomcat.wbm.gz

Go to Servers->Apache Tomcat to complete set up using the setup Wizard (you may need to refresh page).

Install via Script

On Ubuntu, as Root:

wget https://raw.githubusercontent.com/cited/Tomcat-Webmin-Module/master/scripts/ubuntu.sh
chmod +x pre-install.sh
./pre-install.sh

On Rocky Linux or Alma Linux, as Root:

wget https://raw.githubusercontent.com/cited/Tomcat-Webmin-Module/master/scripts/alma-rocky.sh
chmod +x pre-install.sh
./pre-install.sh

Go to Servers->Apache Tomcat to complete set up using the setup Wizard.

Install via GIT

As Root:

git clone https://github.com/cited/Tomcat-Webmin-Module
mv Tomcat-Webmin-Module-master tomcat
tar -cvzf tomcat.wbm.gz tomcat/

Upload from Webmin->Webmin Configuration->Webmin Modules

Go to Servers->Apache Tomcat (you may need to refresh page)

Notes

Ubuntu

Tested on Ubuntu 20 and 22

Readhat/Fedora/CentOS

Tested on CentOS 6, 7, and 8

Rocky Linux

Tested on Rocky Linux 9

Alma Linux

Tested on Alma Linux 9

Arch

Install tomcat packages manually and then install module, because Webmin doesn't support pacman. Go to Existing Tomcat Installations below.

pacman --noconfirm -S tomcat8 tomcat-native jre8-openjdk

OpenSuSe

Install tomcat packages manually and then install module. Go to Existing Tomcat Installations below.

zypper -n install tomcat tomcat-webapps tomcat-admin-webapps

Slackware

Install Tomcat using one of our scripts!

Existing Tomcat Installations

The module can also be installed on existing Tomcat installations.

  1. Install from Webmin->Webmin Configuration->Webmin Modules
  2. Go to Servers > Apache Tomcat
  3. Click config icon in top left corner
  4. Set the paths to those used on your installation

Once you have updated the /etc/webmin/tomcat/config file to your installation paths, you should be able to use all functionality.

Issues

Please report issue here or at hello@acugis.com

Screen Shots

Tomcat Module:

tomcat webmin module

Tomcat Module WAR Manager:

tomcat webmin module deploy wars

Tomcat Module Configuration Editor:

tomcat webmin module edit configs

Copyright

  • Copyright AcuGIS, 2020
  • Copyright Cited, Inc., 2020