• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

SSL on Tomcat

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

I want to enable SSL on Tomcat5. I have the jsse jar files required and the tomcat startup script is able to locate it. I have uncommented the appropriate lines in the Tomcat server.xml file. https is enabled on port 8443 in the xml. Still when i point the browser to https//localhost:8443 I get a page not found error.

Any idea where I could be going wrong? Thanks in advance.

Regards,
Naveen
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you put in place the certificate, as described in the Tomcat documentation?
 
reply
    Bookmark Topic Watch Topic
  • New Topic