AcuGIS 633be16f10 | ||
---|---|---|
docs | ||
help | ||
images | ||
lang | ||
scripts | ||
AUTHORS.rst | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.md | ||
README.rst | ||
config | ||
config.info | ||
default_java.cgi | ||
delete_war.cgi | ||
edit_java.cgi | ||
edit_libs.cgi | ||
edit_manual.cgi | ||
edit_proxy.cgi | ||
edit_war.cgi | ||
index.cgi | ||
install_check.sh | ||
install_java.cgi | ||
install_libs.cgi | ||
install_war.cgi | ||
java-lib.pl | ||
module.info | ||
restart.cgi | ||
save_manual.cgi | ||
setup.cgi | ||
start.cgi | ||
stop.cgi | ||
tomcat-lib.pl | ||
tomcat.init | ||
tomcat.service | ||
tomcat_upgrade.cgi | ||
uninstall_java.cgi | ||
uninstall_libs.cgi |
README.md
Tomcat Webmin Module
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.
- Install from Webmin->Webmin Configuration->Webmin Modules
- Go to Servers > Apache Tomcat
- Click config icon in top left corner
- 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 Module WAR Manager:
Tomcat Module Configuration Editor:
Copyright
- Copyright AcuGIS, 2020
- Copyright Cited, Inc., 2020