[jboss-jira] [JBoss JIRA] (JBWEB-72) html page and jsp are not display with in a Context defined in server.xml.
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Mon Apr 23 08:42:18 EDT 2012
[ https://issues.jboss.org/browse/JBWEB-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jean-Frederic Clere resolved JBWEB-72.
--------------------------------------
Resolution: Out of Date
> html page and jsp are not display with in a Context defined in server.xml.
> --------------------------------------------------------------------------
>
> Key: JBWEB-72
> URL: https://issues.jboss.org/browse/JBWEB-72
> Project: JBoss Web
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Core
> Affects Versions: JBossWeb-1.0.1.GA
> Environment: any
> Reporter: Jean-Frederic Clere
> Assignee: Jean-Frederic Clere
> Priority: Minor
> Attachments: patch.txt
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> When using a Context definition in server.xml like:
> <Context path="/test" docBase="/home/jfclere/TMP/MYAPP" />
> The jsp and html pages of /home/jfclere/TMP/MYAPP are not displayed (404 is returned).
> That is because the conf/web.xml is not used to set the defaults when the <Context/> is processed.
> DefaultWebXml is set in TomcatDeployer and that is after the <Context/> needs it. The default value is used but it is set to "web.xml".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list