Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6907033
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:23:07+00:00 2026-05-27T08:23:07+00:00

I have a Tomcat app running behind Apache. Apache is configured for HTTPS while

  • 0

I have a Tomcat app running behind Apache.

Apache is configured for HTTPS while Tomcat still uses HTTP. This means that whenever the user loads a webpage (served by Tomcat via Apache), they see a “mixed content” warning in some browsers.

Also, JSP redirects are not working either.

What’s the best way to resolve this? Should I enable HTTPS for Tomcat?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T08:23:08+00:00Added an answer on May 27, 2026 at 8:23 am

    they see a “mixed content” warning in some browsers

    This will only happen when the HTML response of a HTTPS request references other resources like images, CSS and JS files over HTTP instead of HTTPS. You need to fix the resource URLs to be HTTPS as well. Or, if the page can be served over both HTTP and HTTPS, then you need to make the resource URLs scheme-relative, like so:

    <link rel="stylesheet" href="//example.com/css/style.css" />
    <script src="//example.com/js/script.js"></script>
    <img src="//example.com/images/logo.png" />
    

    Also, JSP redirects are not working either.

    The phrase “not working” is too broad in order to be able to give an answer/solution to that.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a apache setup that redirect to my app running on tomcat. Loading
I have a legacy web app running in Tomcat 5.0. This web app has
I have a web app deployed to three servers running Apache, Tomcat and a
I have a following setup: App - Magnolia site running under Tomcat 6.0.16 ISAPI
I have configured Tomcat 6 to serve Perl CGI scripts. That part is well
I'm running tomcat and have some jsp pages that display a subset of a
I have a web app consisting of some JSPs that were previously running on
I have a Spring app on localhost running on: Tomcat version: 6.0 JDK version:
i have a jsf application running on tomcat 6.0 and somewhere in the app
I've got a tomcat 6 web app running with Apache httpd as the front

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.