• 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

Help needed on SSL configuration for Apache HTTP server 2.2.10 and Tomcat 5.5.9

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody,

I have configured two Tomcat 5.5.9 server and an Apache HTTP server 2.2.10 for tomcat clustering. It is working fine. I need to configure SSL so that I can access my application on Tomcat using https. I have configured SSL separately for Apache HTTP server 2.2.10 and Tomcat 5.5.9. Both are working fine separately. For Apache server I entered http://localhost and https://localhost, it is working. For Tomcat I entered http://localhost:8080/myApp and https://localhost:8443/myApp, it is working. In clustered mode I entered http://localhost/myApp, it is working. But when I entered https://localhost/myApp, 404 error is showing.

In which area I should concentrate on?

What should I do?

Please help me.............

Thanks in advance..........................

Tanmoy
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic