CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Jun 2012
    Posts
    1

    need help with Tomcat and apache integration

    hi

    I am using tomcat application server (with 2 instances), apache webserver, load balancer.
    ssl offloading is done at load balancer end i am not carrying it on webserver or application server

    I have an url https://xyz.abc.net/.................................
    which is functioned to open two windows one with a welcome page and other with a begin page of our apllication

    I am getting a window welcome page, other window is coming with a message "page cannot be displayed"
    when i checked the url of the corresponding window i noticed its redirecting it to http://xyz.abc.net/.................................


    So i edited server.xml file by appending
    secure="true" and scheme="https"
    when i launch the url above process is repeating but URL of the window with a message "page cannot be displayed" is
    https://xyz.abc.net:80/.................................


    If i edit both above urls properly by making http to https and by removing the port number application is launching properly


    i am using two ports 8009 and 8010 for 2 tomcat instances, webserver is listening 8000 port
    Please anyone help me in resolving the issue

  2. #2
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: need help with Tomcat and apache integration

    Sounds like the Load balancer is not setup to correctly handle SSL connections on the right port... DBL check these settings on the server..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured