Skip to content

aswzen/MyJbossy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myJBossy

enter image description here

Introduction

This app allows you the see current deployed war/jar files in some servers, by using their (Jboss and Wildfly) APIs we can get so many information about the packages.

To Do

  • Remove deployments
  • Multiple environment
  • Restart jboss/wildfly feature
  • Upload package feature
  • Lookup log
  • Library installer

Requirements

  • Python 3
  • Bash Access

Installation

Run below command in sequence

  1. Setup environment nano config.json
  2. Cloning this repository
  3. Creating environment python3 -m venv venv or by py -3 -m venv venv
  4. Activate the environment . venv/bin/activate or by . venv/scripts/activate
  5. Installing the flask framework pip install Flask
  6. Setting flask app main file export FLASK_APP=main.py
  7. Running the program flask run If you want to make it accessible from outside network you can use flask run --host=0.0.0.0

Libraries

About

JBoss Server Monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published