All Projects → cited → Tomcat-Webmin-Module

cited / Tomcat-Webmin-Module

Licence: GPL-3.0 license
Apache Tomcat Plugin for Webmin

Programming Languages

perl
6916 projects
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to Tomcat-Webmin-Module

jsberry
JSBerry is open source modular simple architecture for building Node.js applications.
Stars: ✭ 85 (+347.37%)
Mutual labels:  module
kuu
Modular Go Web Framework based on GORM and Gin.
Stars: ✭ 15 (-21.05%)
Mutual labels:  module
icingaweb2-module-pdfexport
PDF export functionality for Icinga Web 2
Stars: ✭ 27 (+42.11%)
Mutual labels:  module
puppetlabs-havana
Multi-node deployment for OpenStack Havana
Stars: ✭ 16 (-15.79%)
Mutual labels:  module
template-nm
Scaffold out a node module
Stars: ✭ 30 (+57.89%)
Mutual labels:  module
puppetlabs-puppet agent
Module for managing Puppet-Agent
Stars: ✭ 39 (+105.26%)
Mutual labels:  module
deployserver
Deploy your project automatically when git branch was updated.
Stars: ✭ 24 (+26.32%)
Mutual labels:  module
duckpy
A simple Python library for searching on DuckDuckGo.
Stars: ✭ 20 (+5.26%)
Mutual labels:  module
bitnami-docker-tomcat
Bitnami Docker Image for Tomcat
Stars: ✭ 44 (+131.58%)
Mutual labels:  tomcat
default-gateway
Get the default network gateway, cross-platform.
Stars: ✭ 77 (+305.26%)
Mutual labels:  module
bs-dynamic-import
📦🚀 BuckleScript dynamic import interop on JavaScript environment
Stars: ✭ 31 (+63.16%)
Mutual labels:  module
puppetlabs-acl
ACL (Access Control List) module
Stars: ✭ 20 (+5.26%)
Mutual labels:  module
AppSystemizer
AppSystemizer
Stars: ✭ 52 (+173.68%)
Mutual labels:  module
tracker-issues
Issue tracking system and Workflow documents integrated to Humhub
Stars: ✭ 28 (+47.37%)
Mutual labels:  module
Neural-Plot-Development
A Library for visualizing Neural Networks of the TensorFlow/Keras models.
Stars: ✭ 16 (-15.79%)
Mutual labels:  module
fury-kubernetes-opa
Kubernetes Fury OPA. Policy enforcement for your Kubernetes Cluster
Stars: ✭ 34 (+78.95%)
Mutual labels:  module
module-invalidate
Invalidate node.js modules loaded through require()
Stars: ✭ 19 (+0%)
Mutual labels:  module
ngx-image-drawing
Angular module to draw on images
Stars: ✭ 42 (+121.05%)
Mutual labels:  module
twbs-helper-module
Laminas (formerly Zend Framework) module for easy integration of Twitter Bootstrap
Stars: ✭ 18 (-5.26%)
Mutual labels:  module
theme-next-three
JavaScript 3D library for NexT.
Stars: ✭ 27 (+42.11%)
Mutual labels:  module

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

As Root:

wget https://raw.githubusercontent.com/cited/Tomcat-Webmin-Module/master/scripts/pre-install.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 14, 16, 18, and 20

Readhat/Fedora/CentOS

Tested on CentOS 6, 7, and 8

haveged helps Tomcat start much faster.

yum install epel-release
yum install haveged
chkconfig haveged on

Debian

Tested on Debian 8 and 9

FreeBSD

tomcat_env doesn't work, because tomcat service(/usr/local/etc/rc.d/tomcat8) is not sourcing the setenv.sh file. Work around is to set tomcat7_java_opts= in service file.

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 [email protected]

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].