0 Replies Latest reply on Mar 30, 2002 1:34 PM by joev

    Servlet "threading/initialization" on an http post.

    joev

      If someone can point me in the right direction on this I'd really appreciate it. I'm a servlet newbie, I'm focusing on the JBoss side but just got pulled into this:

      I have a simple test script client written in Python that posts xml data to a servlet, this works fine. We have another servlet that does a http post of XML data to the servlet in question, this will only work after I've used the Python client? If the servlet does this post, minus my Python script, nothing happens within the servlet.

      Both servlets are in the same container, we are using the JBoss 2.4.3 Tomcat 3.2.3 bundled distribution.