Jason
Jason

Reputation: 4140

Logging a Jetty SSL Client Certificate Issue

I am trying to configure Jetty (via the jetty-maven-plugin) to use client certificates. I have it working (somewhat) without the client certificate, but with the set to yes, absolutely nothing happens.

What I need to know is how to configure Jetty to log its startup and operation to try to figure out the issue. Can anyone assist?

Upvotes: 1

Views: 475

Answers (1)

Jason
Jason

Reputation: 4140

Never mind. The answer is to run maven with the -X parameter:

maven -X jetty:run

Upvotes: 1

Related Questions