Re: Re: Re: Static XForm in separate deployment not working with recent builds

Posted by Alessandro Vernet on
URL: https://discuss.orbeon.com/Static-XForm-in-separate-deployment-not-working-with-recent-builds-tp932536p1580351.html

I am not sure why the type of URL pattern would make a difference.
When you get a change, could you create a minimal war that reproduces
this, so we can try it locally?

Alex

On Tue, Mar 2, 2010 at 9:53 AM, npujol73 <[hidden email]> wrote:

>
> I am posting this again but i still have an issue of the same nature.
>
> I am in a separate deployment and I get the error below in the browser when
> using "*.xhtml" as a filter url pattern. It works fine if I use a url
> pattern like this "/somepath/*". I am using orbeon version
> dev-post-3.7.1.201002261123.
>
> Cannot load "/apps/orbeon/page-flow.xml" with webapp loader
>
> I can tell that my xform is being processed since it renders but the error
> shows up right after. Here is my separate deployment setup.
>
>
> ....
>        <filter>
>                <filter-name>orbeon-xforms-filter</filter-name>
>                <filter-class>org.orbeon.oxf.servlet.OrbeonXFormsFilter</filter-class>
>                <init-param>
>                        <param-name>oxf.xforms.renderer.context</param-name>
>                        <param-value>/orbeon</param-value>
>                </init-param>
>        </filter>
> .....
> <filter-mapping>
>                <filter-name>orbeon-xforms-filter</filter-name>
>                <url-pattern>*.xhtml</url-pattern>
>                <dispatcher>REQUEST</dispatcher>
>                <dispatcher>FORWARD</dispatcher>
>        </filter-mapping>
>        <!-- This is necessary so that XForms engine resources can be served
> appropriately -->
>        <filter-mapping>
>                <filter-name>orbeon-xforms-filter</filter-name>
>                <url-pattern>/orbeon/*</url-pattern>
>                <dispatcher>REQUEST</dispatcher>
>                <dispatcher>FORWARD</dispatcher>
>        </filter-mapping>
>
> Any ideas?
>
> --
> View this message in context: http://n4.nabble.com/Static-XForm-in-separate-deployment-not-working-with-recent-builds-tp932536p1575404.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet