Sorry Volkan, I think I somehow searched the wrong pom.xml. I was convinced
appserver was bringing in log4j-jms, but it isn't.
You will need to update the servlet version. This won't work with Tomcat 10:
javax.servlet
javax.servlet-api
3.0.1
provided
Sorry for the confusion.
On Mon, Jan 24, 20
This PR only addresses `log4j-appserver`, which doesn't have any `javax`
package dependencies. Quoting from my comment to the PR:
"AFAIK, Tomcat is only used by `log4j-appserver`. There I don't see any
dependencies on the `javax` namespace, but just an implementation of
`org.apache.juli.logging.Lo