[jboss-dev] Should JBAS5.x honor context path in context.xml?
Anil Saldhana
Anil.Saldhana at redhat.com
Mon Apr 20 21:32:33 EDT 2009
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.
More information about the jboss-development
mailing list