https://jira.jboss.org/jira/browse/JBAS-6811 has a web application
attached (lambda.war). It has a WEB-INF/context.xml with the following
setting:
=======
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/probe" privileged="true">
</Context>
================
The expectation is that the context path is set to "/path"
But the log shows:
=================================
20:00:49,297 INFO [TomcatDeployment] deploy,
ctxPath=/jmx-console
20:00:49,399 INFO [TomcatDeployment] deploy, ctxPath=/lambda
=====================================
I think this is a bug.