Skip to content

A small utility which allows to remotely deploy WAR applications on JBoss

License

Notifications You must be signed in to change notification settings

0xNacho/jboss-remote-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jboss-remote-deployer

A small utility which allows to remotely deploy WAR applications on JBoss

#Installation

  • mv jboss-as.sh /etc/init.d/
  • chmod +x /etc/init.d/jboss-as.sh

#Usage

From a different host, just execute jboss-client.sh script with next parameters:

  • ./jboss-client.sh start starts jboss server
  • ./jboss-client.sh stop stops jboss server
  • ./jboss-client.sh log allows you to interactive monitor server logs
  • ./jboss-client.sh deploy <path_to_war> allows you to remotely deploy war applications

About

A small utility which allows to remotely deploy WAR applications on JBoss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages