1 Reply Latest reply on Dec 2, 2004 12:39 AM by camel

    Servlet Blocking until crtl + c

    kmohamed1000

      Just recently started using JBoss, and I am having a problem with my servlets. I have an application which uses Struts, on the JBoss 4.yy.yy server (latest version). When I make a call to my struts servlet, the session blocks, until I hit ctrl + c on the main JBoss execution window. Once I hit ctrl + c then the request is executed. I am not sure if the execution is being blocked or where to start looking. It seems to exist on certain calls. I would appreciate any help.

      Thanks in advance.

        • 1. Re: Servlet Blocking until crtl + c
          camel

          If you're running under Windows, make sure you have "Quick Edit" mode off (don't select console text with the mouse, it blocks the program):

          click in the top left icon of that window -> properties -> quick edit mode -> uncheck the box

          Less likely, but if under unix/linux, don't hit control-S in the console.