• 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

Tomcat OpenSSL APR- Configuration Issue

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,

I am trying to setup OpenSSL with Tomcat.

By default Tomcat uses the JSSE as SSL connector. I came to know that, if you have to use OpenSSL then you need to use APR.

I am doing setup on Linux CentOS.

After doing all setup, Its asking for the .keystore file and throws the FileNotFoundException.

I am little confused about the exception it is throwing. It should basically work without keystore when we use APR.

Do I still need to generate keystore using keygen tool or am i missing something in the configuration.

Thanks,
Anant
 
reply
    Bookmark Topic Watch Topic
  • New Topic