• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Apache + mod_ssl + Tomcat

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone managed to get this combination working? I am following the Proxy configuration from the Tomcat documentation, but Tomcat keeps building URL's in HTTP and not HTTPS (infact i don't know if the Apache proxy or tomcats proxy config causing the problem).

The other strange thing with j2ee security enabled in my web.xml and form based login, the j_security_check post action goes away from HTTPS to HTTP.

using Apache 2 and Tomcat 5.1
 
reply
    Bookmark Topic Watch Topic
  • New Topic