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

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jboss-remote-deplyer

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

#Installation

  • Move jboss-as.sh to /etc/init.d/ with mv jboss-as.sh /etc/init.d/ command
  • Change its execution permissions with chmod +x /etc/init.d/jboss-as.sh

#Usage

From a different host, just execute ´jboss-client.sh` 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