1 Reply Latest reply on Mar 27, 2006 11:58 AM by peterj

    JBOSS console stuck/hang, unless i press Ctrl+C (on windows)

    asifsh7


      Hello,

      When JBOSS is running and i hot-deploy some WAR, JAR applications, it is not picked by JBOSS at the same time. Infect its console get struck, unless i press Ctrl+C.

      After i press Ctrl+C, it is deployed in JBoss.

      I cant afford every time pressing Ctrl+C whenever i deploy applications.

      Could anyboyd help?

      thanks
      Have a nice day.

        • 1. Re: JBOSS console stuck/hang, unless i press Ctrl+C (on wind
          peterj

          If you select something in the console window, it will freeze all output, resulting in the behaviour you are seeing. Make sure you don't have anything selected.

          Two possibilities to avoid this include:
          1) Redirect stdout and stderr to a file. (You can use the tail utility to keep tabs of the output.)
          2) Turn off QuicjEdit mode in the Command Prompt Properties dialog.