Re: Re: Re: Re: Re: Separate deployment, FilesystemResourceManagerFactory, CSS problem
Posted by
stessy on
URL: https://discuss.orbeon.com/Separate-deployment-FilesystemResourceManagerFactory-CSS-problem-tp1560229p1571113.html
Alex,
if you read my previous post (
http://n4.nabble.com/Separate-deployment-FilesystemResourceManagerFactory-CSS-problem-td1560229.html#a1568634 ) you'll see the complete structure of my project.
You have the following directory structure: /my/path/epss-forms/
And in the web.xml
<context-param>
<param-name>oxf.resources.priority.1</param-name>
<param-value>org.orbeon.oxf.resources.FilesystemResourceManagerFactory</param-value>
</context-param>
<context-param>
<param-name>oxf.resources.priority.1.oxf.resources.filesystem.sandbox-directory</param-name>
<param-value>/my/path/epss-forms</param-value>
</context-param>
and page-flow.xml is in /my/path/epss-forms in the root of the resource directory.
Stessy