Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Hawkular-QE/wildfly-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

wildfly-management

API’s to manage wildfly server(Stanadlone [or] Domain mode)

Quickstart

To build project,

mvn clean install

To create Eclipse project

mvn eclipse:eclipse

Example,

StandaloneMgmtClient standaloneMgmtClient = new StandaloneMgmtClient("localhost", 9990, "jboss", "Jboss@123");
System.out.println("Version Information: " + standaloneMgmtClient.getServerInfo());
standaloneMgmtClient.enable("example.war");
standaloneMgmtClient.deploy(new File("/tmp/myApp.war"));

About

Manage Wildfly or Jboss EAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages