0 Replies Latest reply on Oct 14, 2002 3:12 PM by dmaclaren

    APACHE/TOMCAT ISSUES in communication

    dmaclaren

      HEllo,
      Using Jboss 3.0 & tomcat 4.03 with apache 1.3.x on Linux 7.

      My issue is that Apache has the correct on the http "get"
      When I look at the log that seems to come from the Tomcat4.xml in the default server setting, the query string is not right. I verify this in the request.getQueryString().
      an example is this

      Apache
      "GET /ecom/store/admin/images/shoppingcart?action=viewcart&id=4"

      Tomcat
      24.61.221.157 - - [14/Oct/2002:09:24:00 -0500] "GET /ecom/store/shoppingcart?/store/shoppingcart HTTP/1.1" 200 8441

      request.getQueryString() I get ?/store/shoppingcart

      I get the same on a post but I can get the request parameters.

      Please help as I am nearing Production time. I am working ok on Win with another install.

      Thanks