I have a website being served by jetty 6.1.5 over HTTP and HTTPS. My SSL cert is about to expire, so I renewed it with my vendor. I added the new cert to the keystore, but Jetty is continuing to use the old one. I have buried my nose in the jetty docs. I have been so far unable to find any configuration parameter to tell jetty which cert to use.
I should note, I have a dev server with the same setup mirrored. When I added the new cert to the keystore, jetty started using the new one automagically. So I'm really lost here.
Thanks all.