• 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:

org.apache.coyote.http11.Http11NioProtocol initializing endpoint

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

I got a popular error (org.apache.coyote.http11.Http11NioProtocol initializing endpoint) when running tomcat (6.0.32) with SSL certificate (.pfx). This is my configuration in the server.xml



I could solve the problem by changing the protocol into "org.apache.coyote.http11.http11nioprotocol". However, i still have no idea why is that? This bug only happen with 6.0.32. With the version 6.0.33, the old configuration works well





 
reply
    Bookmark Topic Watch Topic
  • New Topic