Loadr CLI For Payara / GF Released

Loadr CLI version 0.0.1 was released.

Loadr CLI comes as a single jar without any additional dependencies and allows convenient deployment and undeployment of Java EE applications.


java -jar loadr.jar -d http://localhost:4848 ../test-deployment/coffeebeans.war

Output:

------------------
coffeebeans -> "http://localhost:4848/management/domain/applications/application/coffeebeans"
------------------
To undeploy use: java -jar loadr.jar -u http://localhost:4848 coffeebeans

See full reference at github.com/AdamBien/loadr.

Loadr v0.0.1 was tested with Payara 4.1.153 (Full Java EE), but should also work with various GlassFish versions.

See you at Java EE Workshops at Munich Airport, Terminal 2 or Virtual Dedicated Workshops / consulting

Comments:

This looks interesting, Adam, but I wish you would write a bit about it. I've never tried to deploy a Java EE application from the command line, but is it traditionally difficult to do? What difficulties does Loadr resolve?

Posted by David on September 25, 2015 at 12:50 AM CEST #

Post a Comment:
  • HTML Syntax: NOT allowed
...the last 150 posts
...the last 10 comments
License