Flex 1.5 Tomcat threads running out

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Flex 1.5 Tomcat threads running out

    Hi

    After running our flex app for a couple of hours Tomcat dies with the message
    that it ran out of threads (200).
    Tomcat only handles a couple of connections at a time, so not busy at all.

    We use the webserivce proxy to forward the webservice calls to websphere app
    server sitting behind apache 2.

    We have other apps running with the same configuration, but they don't use the
    webservice proxy, they talk directly the web services.

    I haven't set the connection pool size, but the default should be 50.

    So it seems that webservice proxy service is holding on to threads (or
    connections).

    Any help would be much appreciated

    thanks
    Gerhard


    Gerhard Maree Guest

  2. Similar Questions and Discussions

    1. Flex 1.5 & Apache Tomcat/5.5.9
      Hello Does anyone know if there is a installation guide for installing flex on tomcat ive tried methods used by others on this forum and they...
    2. Integrating Tomcat, Flex & IIS
      I need to integrated Tomcat with IIS so it (IIS) serves up Flex applications. I've set up Flex with Tomcat to successfully run off of port 8080,...
    3. Flex - Tomcat 5.5 Problem
      Hi , When I deploy samples.war to wepapps folder of Tomcat 5.5 it throws this exception: "\webapps\samples\WEB-INF\flex\flex-config.xml -...
    4. #16331 [Opn->WFx]: Running phpinfo() kills Tomcat
      ID: 16331 Updated by: sniper@php.net Reported By: okapi at yahoo dot com -Status: Open +Status: Wont...
    5. #16331 [Com]: Running phpinfo() kills Tomcat
      ID: 16331 Comment by: jawwad_hussain at yahoo dot com Reported By: okapi at yahoo dot com Status: Open Bug...
  3. #2

    Default Re: Flex 1.5 Tomcat threads running out

    Just shooting in the dark, but try setting: <max-connections>0</max-connections> in flex-config.xml webservice section.

    Tracy
    ntsiii Guest

  4. #3

    Default Re: Flex 1.5 Tomcat threads running out

    hey if u wanna know more about TomCat and ,,,,,,,

    there is one of my friends blog which can infom u. and u can also knoe further the integration of flex with it.
    Michael Glogs
    [email]gloegl@oktiron.net[/email]
    poonamsheth Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139