[ 
https://jira.nuxeo.com/browse/NXP-5981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Carsique updated NXP-5981:
---------------------------------

    Priority: Minor  (was: Major)

> Web Context  Path configuration broken in Tomcat 
> -------------------------------------------------
>
>                 Key: NXP-5981
>                 URL: https://jira.nuxeo.com/browse/NXP-5981
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Runtime
>    Affects Versions: 5.4
>            Reporter: Sean Radford
>             Fix For: 6.0
>
>
> Changes to the org.nuxeo.ecm.contextPath variable option are not taking 
> effect. It changes the path attribute of the Context element in nuxeo.xml but 
> the webapp is still deployed under nuxeo.
> Looking at the tomcat 6.0 docs, the problem is that when using a context.xml 
> file the path attribute is ignored and the context path is inferred purely 
> from the filename/path of the context file.
> For the path attribute the documentation states:
> The value of this field must not be set except when statically defining a 
> Context in server.xml, as it will be inferred from the filenames used for 
> either the .xml context file or the docBase.
> Thus on copying the nuxeo.xml template file in 
> templates/default/conf/Catalina/localhost it needs to be renamed to 
> ${org.nuxeo.ecm.contextPath}.xml (minus any leading or trailing slashes).
> In addition TomcatConfigurator with the hardcoded constant would need 
> modification too. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to