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)
how to enable Jetty debug log in 9.4.40
I am using Jetty 9.4.40 and for jetty debug logs I have added
1. -Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog -
Dorg.eclipse.jetty.LEVEL=DEBUG
...
Imdad Ali
Votes: 0
Answers: 1
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
Java process has physical memory larger than committed memory from jcmd
I have a server java app use jetty websocket server and bittorrent-tracker for websocket client
The issue is when I run with many client it has a memory leak in my java app
I check the memory usage of...
Max
Votes: 0
Answers: 1
Unable to delete jetty working directory before jetty starts or creates it's working directory
I am kind of running into this interesting problem. I wanted to delete the jetty working directory before jetty restarts next time. The application has 2 war files and this is implemented using embed ...
Harish Dalmia
Votes: 0
Answers: 1