python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Where is the best location for the keystore in Jetty 10
I'm setting up a jetty application that needs to communicate with a sql server. I have successfully generated the keystore, but I'm not sure where the best location is to actually put the file. The de...
pbuchheit
Votes: 0
Answers: 1
How do I fix this SSL error when making a SQL request from a jetty server
I'm in the process of upgrading a java application. Originally, the application was built with jdk 8 and the server was jetty 9. Since upgrading to jetty 10 and jdk 11, I'm running into an issue when ...
pbuchheit
Votes: 0
Answers: 1
Datasource injection problems in Jetty 10
I'm in the process of migrating a jetty web app from jetty 9 to jetty 10. We are using google guice to do dependency injection. Currently the guice module looks like this:
public abstract class GuiceM...
pbuchheit
Votes: 0
Answers: 1