Greg Wilkins
Greg Wilkins
Note also for logging.properties, it should be possible to just put that in $JETTY_BASE/resources and have it found the normal way. This is where we put the jetty-logging.properties file that...
Building on @joakime comments... Currently the VmRuntimeFileLogHandler is configured in code, in the init method. A moderate amount of code is run before then, so it is essentially running without...
@lesv I've found, fixed and forgotten this bug once already. I'll refresh my brain and refix shortly.
Depending on your environment, PR #148 may have only partially fixed this issue. The fix in that PR was to prevent the system property from being masked. However, there is...
Just to double check we are on the same page, the desire is to deploy a war file with precompile JSPs to a server that does not have JSP enabled...
@jboynes Yep this approach would really be locking in JSP bugs and would require the application to be recompiled and redeployed. There may also be issues with a baked in...
@jboynes The JSP could not get ahead of the container as the container would still be providing the JSP runtime. Only difference to now is that we could have it...
@jboynes I guess that is not really a problem as the precompilation is done by the SDK, which should not be able to get ahead of the server. I was...
I have commented this out for now. @ludoch can you give a bit of background of how these tests are meant to work? It looks to me like it is...
To start the discussion, I'll give a bit of background to the Jetty JMX mechanism. It can be enabled by adding the jmx module to jetty (--module=jmx or --add-to-startd=jmx or...