2 Replies Latest reply on Jan 12, 2008 3:37 PM by raist_majere

    JBOSS THREAD HANGS

    rnarayans

      Hi All,

      I have deployed a WAR file in JBOSS(Embedded Tomcat).
      In my application i spawn a thread to execute an external process(perl script) and return validation result.
      In case the Perl Script doesn't return data, JBOSS application hangs. When I spawn a separate thread, why should the app. server hang ?
      Should I set any configuration parameter ?

      Thanks.
      RN