0 Replies Latest reply on Mar 21, 2012 10:42 AM by kblurry

    jboss 7 auto deploy

    kblurry

      I have my jboss setup in a linux box. I export a war file and place it in the deployments foleder on the linux box, sometimes this deploys automatically but sometimes it does not. If this does not start automatically I have to do it via the command line.

       

      By doing it in the commandline it says address already in use even though i can't access the site at default port 8080 (i assume cause of the standalone.xml set up originally) so i have to change the some of the ports in the standalone.xml (eg 8180)

       

      Is there a configuration somewhere to auto deploy jboss when you export a war file and put it in the deployments folder?