html document truncated in iis using jakarta connector to tomcat












0















We have a website which is hosted via IIS (Version 6.2 Windows Server 2012) and uses a jakarta connector isapi filter (isapi_redirect.dll) to route traffic to a Tomcat container on an application server. Recently we have discovered that some of our larger html files are being truncated.



We tested delivering the files using IIS only and the files are full length. We tested retrieving the files directly from the tomcat server over http and they are full length. Only when the jakarta connector is involved do we see the problem.



My theory based on the above is that the problem must lay either with the isapi_redirect.dll (which is the most recent version) or the fact that it is using ajp13 instead of http, but after hours looking through documentation, I am still scratching my head.



Has anyone else had this experience?










share|improve this question























  • Microsoft only supports its customers if they use HttpPlatformHandler to run Java apps, blogs.msdn.microsoft.com/manjug/2015/11/27/…

    – Lex Li
    Nov 25 '18 at 3:35













  • Thanks Lex, looks like the link you supplied has been removed. Could you provide a correct link?

    – cditcher
    Nov 26 '18 at 23:33






  • 1





    docs.microsoft.com/en-us/iis/extensions/httpplatformhandler/… and azure.microsoft.com/en-ca/blog/…

    – Lex Li
    Nov 26 '18 at 23:37
















0















We have a website which is hosted via IIS (Version 6.2 Windows Server 2012) and uses a jakarta connector isapi filter (isapi_redirect.dll) to route traffic to a Tomcat container on an application server. Recently we have discovered that some of our larger html files are being truncated.



We tested delivering the files using IIS only and the files are full length. We tested retrieving the files directly from the tomcat server over http and they are full length. Only when the jakarta connector is involved do we see the problem.



My theory based on the above is that the problem must lay either with the isapi_redirect.dll (which is the most recent version) or the fact that it is using ajp13 instead of http, but after hours looking through documentation, I am still scratching my head.



Has anyone else had this experience?










share|improve this question























  • Microsoft only supports its customers if they use HttpPlatformHandler to run Java apps, blogs.msdn.microsoft.com/manjug/2015/11/27/…

    – Lex Li
    Nov 25 '18 at 3:35













  • Thanks Lex, looks like the link you supplied has been removed. Could you provide a correct link?

    – cditcher
    Nov 26 '18 at 23:33






  • 1





    docs.microsoft.com/en-us/iis/extensions/httpplatformhandler/… and azure.microsoft.com/en-ca/blog/…

    – Lex Li
    Nov 26 '18 at 23:37














0












0








0








We have a website which is hosted via IIS (Version 6.2 Windows Server 2012) and uses a jakarta connector isapi filter (isapi_redirect.dll) to route traffic to a Tomcat container on an application server. Recently we have discovered that some of our larger html files are being truncated.



We tested delivering the files using IIS only and the files are full length. We tested retrieving the files directly from the tomcat server over http and they are full length. Only when the jakarta connector is involved do we see the problem.



My theory based on the above is that the problem must lay either with the isapi_redirect.dll (which is the most recent version) or the fact that it is using ajp13 instead of http, but after hours looking through documentation, I am still scratching my head.



Has anyone else had this experience?










share|improve this question














We have a website which is hosted via IIS (Version 6.2 Windows Server 2012) and uses a jakarta connector isapi filter (isapi_redirect.dll) to route traffic to a Tomcat container on an application server. Recently we have discovered that some of our larger html files are being truncated.



We tested delivering the files using IIS only and the files are full length. We tested retrieving the files directly from the tomcat server over http and they are full length. Only when the jakarta connector is involved do we see the problem.



My theory based on the above is that the problem must lay either with the isapi_redirect.dll (which is the most recent version) or the fact that it is using ajp13 instead of http, but after hours looking through documentation, I am still scratching my head.



Has anyone else had this experience?







tomcat iis isapi






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 24 '18 at 0:15









cditchercditcher

304310




304310













  • Microsoft only supports its customers if they use HttpPlatformHandler to run Java apps, blogs.msdn.microsoft.com/manjug/2015/11/27/…

    – Lex Li
    Nov 25 '18 at 3:35













  • Thanks Lex, looks like the link you supplied has been removed. Could you provide a correct link?

    – cditcher
    Nov 26 '18 at 23:33






  • 1





    docs.microsoft.com/en-us/iis/extensions/httpplatformhandler/… and azure.microsoft.com/en-ca/blog/…

    – Lex Li
    Nov 26 '18 at 23:37



















  • Microsoft only supports its customers if they use HttpPlatformHandler to run Java apps, blogs.msdn.microsoft.com/manjug/2015/11/27/…

    – Lex Li
    Nov 25 '18 at 3:35













  • Thanks Lex, looks like the link you supplied has been removed. Could you provide a correct link?

    – cditcher
    Nov 26 '18 at 23:33






  • 1





    docs.microsoft.com/en-us/iis/extensions/httpplatformhandler/… and azure.microsoft.com/en-ca/blog/…

    – Lex Li
    Nov 26 '18 at 23:37

















Microsoft only supports its customers if they use HttpPlatformHandler to run Java apps, blogs.msdn.microsoft.com/manjug/2015/11/27/…

– Lex Li
Nov 25 '18 at 3:35







Microsoft only supports its customers if they use HttpPlatformHandler to run Java apps, blogs.msdn.microsoft.com/manjug/2015/11/27/…

– Lex Li
Nov 25 '18 at 3:35















Thanks Lex, looks like the link you supplied has been removed. Could you provide a correct link?

– cditcher
Nov 26 '18 at 23:33





Thanks Lex, looks like the link you supplied has been removed. Could you provide a correct link?

– cditcher
Nov 26 '18 at 23:33




1




1





docs.microsoft.com/en-us/iis/extensions/httpplatformhandler/… and azure.microsoft.com/en-ca/blog/…

– Lex Li
Nov 26 '18 at 23:37





docs.microsoft.com/en-us/iis/extensions/httpplatformhandler/… and azure.microsoft.com/en-ca/blog/…

– Lex Li
Nov 26 '18 at 23:37












1 Answer
1






active

oldest

votes


















0














I was able to solve the problem using Application Request Routing which can be installed in iis using the web platform handler. Here is a quick blog post describing the solution: https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53454128%2fhtml-document-truncated-in-iis-using-jakarta-connector-to-tomcat%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    I was able to solve the problem using Application Request Routing which can be installed in iis using the web platform handler. Here is a quick blog post describing the solution: https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/






    share|improve this answer




























      0














      I was able to solve the problem using Application Request Routing which can be installed in iis using the web platform handler. Here is a quick blog post describing the solution: https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/






      share|improve this answer


























        0












        0








        0







        I was able to solve the problem using Application Request Routing which can be installed in iis using the web platform handler. Here is a quick blog post describing the solution: https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/






        share|improve this answer













        I was able to solve the problem using Application Request Routing which can be installed in iis using the web platform handler. Here is a quick blog post describing the solution: https://blogs.sap.com/2014/11/05/how-to-configure-iis-arr-application-request-routing-to-redirect-to-tomcat/







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 19 '18 at 18:12









        cditchercditcher

        304310




        304310
































            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53454128%2fhtml-document-truncated-in-iis-using-jakarta-connector-to-tomcat%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            404 Error Contact Form 7 ajax form submitting

            How to know if a Active Directory user can login interactively

            TypeError: fit_transform() missing 1 required positional argument: 'X'