How to use Apache to redirect to IIS on a different port?Redirecting Tomcat requests to another hostChange...

What is IP squat space

Will a pinhole camera work with instant film?

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

Employee lack of ownership

What are some nice/clever ways to introduce the tonic's dominant seventh chord?

Why do Australian milk farmers need to protest supermarkets' milk price?

Possible Leak In Concrete

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

How do anti-virus programs start at Windows boot?

Dot in front of file

Can hydraulic brake levers get hot when brakes overheat?

Humanity loses the vast majority of its technology, information, and population in the year 2122. How long does it take to rebuild itself?

Is it possible that AIC = BIC?

Is it true that real estate prices mainly go up?

My adviser wants to be the first author

How could a scammer know the apps on my phone / iTunes account?

How to simplify this time periods definition interface?

What is the greatest age difference between a married couple in Tanach?

Identifying the interval from A♭ to D♯

Is a lawful good "antagonist" effective?

PTIJ: Who should pay for Uber rides: the child or the parent?

Meaning of "SEVERA INDEOVI VAS" from 3rd Century slab

RegionDifference for Cylinder and Cuboid

I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver



How to use Apache to redirect to IIS on a different port?


Redirecting Tomcat requests to another hostChange TeamCity IP address and port number on multi-homed Windows Server 2008 running IIS 7Adobe Coldfusion Railo OpenBD Apache Tomcat Multiple SitesApache load balancer limits with Tomcat over AJPmultiple webapps in tomcat — what is the optimal architecture?Tomcat web application high availabilityApache + Tomcat: Which one should handle SSL? IP-based proxy forwarding?Directing subdomains to other serversTomcat Redirecting behind an F5 load balancersystemctl stops Tomcat service immediately after start













0















I have Apache configured with jk_mod to redirect to several instances of tomcat. Apache is listening on port 80, and depending on the URL it receives it will redirect to a different tomcat instance (each tomcat instance listens on a different port). I am adding a new IIS server listening on a different port, but jk_mod fails because it is looking for tomcat. I see the following error in jk_mod.log:



[Fri Dec 10 14:43:30 2010] [7392:6864] [error] jk_ajp_common.c (2204): (worker-bugs) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port
[Fri Dec 10 14:43:30 2010] [7392:6864] [info] mod_jk.c (2364): Service error=0 for worker=worker-bugs



What should I use to send clients to IIS from Apache?










share|improve this question














bumped to the homepage by Community 8 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    I have Apache configured with jk_mod to redirect to several instances of tomcat. Apache is listening on port 80, and depending on the URL it receives it will redirect to a different tomcat instance (each tomcat instance listens on a different port). I am adding a new IIS server listening on a different port, but jk_mod fails because it is looking for tomcat. I see the following error in jk_mod.log:



    [Fri Dec 10 14:43:30 2010] [7392:6864] [error] jk_ajp_common.c (2204): (worker-bugs) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port
    [Fri Dec 10 14:43:30 2010] [7392:6864] [info] mod_jk.c (2364): Service error=0 for worker=worker-bugs



    What should I use to send clients to IIS from Apache?










    share|improve this question














    bumped to the homepage by Community 8 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      I have Apache configured with jk_mod to redirect to several instances of tomcat. Apache is listening on port 80, and depending on the URL it receives it will redirect to a different tomcat instance (each tomcat instance listens on a different port). I am adding a new IIS server listening on a different port, but jk_mod fails because it is looking for tomcat. I see the following error in jk_mod.log:



      [Fri Dec 10 14:43:30 2010] [7392:6864] [error] jk_ajp_common.c (2204): (worker-bugs) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port
      [Fri Dec 10 14:43:30 2010] [7392:6864] [info] mod_jk.c (2364): Service error=0 for worker=worker-bugs



      What should I use to send clients to IIS from Apache?










      share|improve this question














      I have Apache configured with jk_mod to redirect to several instances of tomcat. Apache is listening on port 80, and depending on the URL it receives it will redirect to a different tomcat instance (each tomcat instance listens on a different port). I am adding a new IIS server listening on a different port, but jk_mod fails because it is looking for tomcat. I see the following error in jk_mod.log:



      [Fri Dec 10 14:43:30 2010] [7392:6864] [error] jk_ajp_common.c (2204): (worker-bugs) Connecting to tomcat failed. Tomcat is probably not started or is listening on the wrong port
      [Fri Dec 10 14:43:30 2010] [7392:6864] [info] mod_jk.c (2364): Service error=0 for worker=worker-bugs



      What should I use to send clients to IIS from Apache?







      apache-2.2 iis-7 tomcat mod-jk






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Dec 11 '10 at 0:36









      BeedlebummBeedlebumm

      1




      1





      bumped to the homepage by Community 8 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 8 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          Are you talking about Redirect or Proxy? If redirect, Apache Docs covers it pretty good.



          Redirect /service http://foo2.example.com/service:8888


          Will redirect their browser to anything.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "2"
            };
            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%2fserverfault.com%2fquestions%2f211488%2fhow-to-use-apache-to-redirect-to-iis-on-a-different-port%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














            Are you talking about Redirect or Proxy? If redirect, Apache Docs covers it pretty good.



            Redirect /service http://foo2.example.com/service:8888


            Will redirect their browser to anything.






            share|improve this answer




























              0














              Are you talking about Redirect or Proxy? If redirect, Apache Docs covers it pretty good.



              Redirect /service http://foo2.example.com/service:8888


              Will redirect their browser to anything.






              share|improve this answer


























                0












                0








                0







                Are you talking about Redirect or Proxy? If redirect, Apache Docs covers it pretty good.



                Redirect /service http://foo2.example.com/service:8888


                Will redirect their browser to anything.






                share|improve this answer













                Are you talking about Redirect or Proxy? If redirect, Apache Docs covers it pretty good.



                Redirect /service http://foo2.example.com/service:8888


                Will redirect their browser to anything.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 11 '10 at 1:25









                boatcoderboatcoder

                3722318




                3722318






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Server Fault!


                    • 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%2fserverfault.com%2fquestions%2f211488%2fhow-to-use-apache-to-redirect-to-iis-on-a-different-port%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

                    As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                    Список ссавців Італії Природоохоронні статуси | Список |...

                    Українські прізвища Зміст Історичні відомості |...