• 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+SSL and certificates

 
Ranch Hand
Posts: 300
Eclipse IDE Oracle Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi i installed tomcat and generated a certificate configured SSL and my application was working, but the certificate generated was containing my name so i was asked to add a new certificate that is given to the company when i added the new cert to the .keystore file that is under my c:\documents and Settings\ruquia\ folder and also i was needed to configure the httpclient to send post request programatically to a servlet so i added all the needed jar files common-logging,log4j,commomn-io,httpclient-beta3 etc etc, here i am not using log4j in application but still as its needed i added it, now when i start my tomcat server it throws several errors and it doesnot start

error


seeing this i removed the log4j.jar file from the classpath but still i get errors, the below error keeps comming until i terminate the server start.




any suggestion to solve this issue
reply
    Bookmark Topic Watch Topic
  • New Topic