remm        2003/09/25 04:08:17

  Modified:    http11/src/java/org/apache/coyote/http11 Http11Protocol.java
  Log:
  - Set the monitor thread as non daemon.
  
  Revision  Changes    Path
  1.38      +1 -0      
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java
  
  Index: Http11Protocol.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- Http11Protocol.java       13 Sep 2003 17:30:50 -0000      1.37
  +++ Http11Protocol.java       25 Sep 2003 11:08:17 -0000      1.38
  @@ -200,6 +200,7 @@
                   tpOname=new ObjectName(domain + ":" + "type=ThreadPool,name=http" + 
ep.getPort());
                   Registry.getRegistry().registerComponent(tp, tpOname, null );
                   tp.setName("http" + ep.getPort());
  +                tp.setDaemon(false);
                   tp.addThreadPoolListener(new MXPoolListener(this, tp));
               } catch (Exception e) {
                   log.error("Can't register threadpool" );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to