Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varshil-shah/servlet-manager
https://github.com/varshil-shah/servlet-manager
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/varshil-shah/servlet-manager
- Owner: varshil-shah
- License: mit
- Created: 2022-01-11T04:46:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T13:28:46.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T13:34:43.981Z (almost 2 years ago)
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SIMPLE SERVLET MANAGER
## ✨ Introduction
The servlet manager solves your essential problems for creating and using servlets without the use of extra utilities
like maven. It was too boring and time consuming to create a servlet project without any additional utilities. Thus, we
came up with this console based application to manage a few essential servlet features.## 📝 Requirements
A Python version greater or equal to 10 is required if you are using any operating system other than windows. Windows
users can easily download the exe file.## 💡 Recommended modules
If you are running the project using python, run the following command.
```py
pip install - r requirements.txt
```## ⬇️ Installation
It is mandatory to install `tomcat server` on your machine in order to run our application.
## ⚙️ Configuration
Also create a environment variable for `CATALINA_HOME` pointing to the tomcat server folder. JDK version must be greater
than 6.## About the creator:
### 👨💻 [Varshil Shah](https://www.linkedin.com/in/varshil-shah-706028203/ "LinkedIn")
Feel free to contact me on my mail address [Varshil Shah](mailto:[email protected]) for any queries.