I'd like to see a way to add custom classes to the server classpath.
My use case
I'm attempting to add a custom Log4J appender to the server.
Alternatives I have considered
Implementation idea
I'd like to propose an option to add a list of custom jar files that are added to the classpath urls. Since other options are currently implemented using system properties, adding a system property for this seems reasonable.
I'd like to see a way to add custom classes to the server classpath.
My use case
I'm attempting to add a custom Log4J appender to the server.
Alternatives I have considered
Implementation idea
I'd like to propose an option to add a list of custom jar files that are added to the classpath urls. Since other options are currently implemented using system properties, adding a system property for this seems reasonable.