>
> Hi All
>
> I'm an OPS newbie, so please bear with me.
>
> Trying to get the separate deployment working. I have configured my
> web.xml, have OPS deployed and working, have created and successfully
> deployed an xforms xhtml in the OPS XForms sandbox. Now if I deploy this
> xform in my "separate" application (with cross context enabled) - I get a
> "Orbeon Forms - Page Not Found" message.
>
> my URL:
>
http://localhost:8380/xforms-war-0.0.1/xforms-jsp/person.xhtml>
> my web.xml:
> [code]
> <filter>
> <filter-name>ops-xforms-filter</filter-name>
> <filter-class>
> org.orbeon.oxf.servlet.OPSXFormsFilter
> </filter-class>
> <init-param>
> <param-name>oxf.xforms.renderer.context</param-name>
> <param-value>/ops</param-value>
> </init-param>
> </filter>
> <filter-mapping>
> <filter-name>ops-xforms-filter</filter-name>
> <url-pattern>/xforms-jsp/*</url-pattern>
> </filter-mapping>
> <filter-mapping>
> <filter-name>ops-xforms-filter</filter-name>
> <url-pattern>/ops/*</url-pattern>
> </filter-mapping>
> [/code]
>
> my war layout:
> /WEB-INF/**.**
> /xforms-jsp/person.xhtml
>
>
> It seems that my filters are correctly configured as /xforms-renderer is
> being hit and the OPS error page is being displayed. I am probably missing
> something trivial.
>
> Please advise. Thanks in advance.
> --
> View this message in context:
http://www.nabble.com/%22Orbeon-Forms---Page-Not-Found%22--when-publishing-custom-xform-tf3650666.html#a10197453> Sent from the ObjectWeb 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
> ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws>
>