Login  Register

Re: "Orbeon Forms - Page Not Found" when publishing custom xform

Posted by Alessandro Vernet on Apr 26, 2007; 8:01pm
URL: https://discuss.orbeon.com/Orbeon-Forms-Page-Not-Found-when-publishing-custom-xform-tp33667p33668.html

Are you getting the "Orbeon Forms - Page Not Found" message when going
to http://localhost:8380/xforms-war-0.0.1/xforms-jsp/person.xhtml? If
you look at the ops.log (which might be in your Tomcat's log
directory, do you see there a line with "/some-path - Received
request"? If you do, what is the path there?

Alex

On 4/26/07, navigator77 <[hidden email]> wrote:

>
> 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
>
>

--
Orbeon Forms - Web 2.0 Forms for the Enterprise
http://www.orbeon.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