trying to integrate , getting blank page

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

trying to integrate , getting blank page

fachhoch
I am trying to integrate xfomrs with a sample webapp , I followed instructions from the xforms wiki , I added all the filters and jar files required for integration in my sample webapp  here is my web.xml

<!DOCTYPE web-app PUBLIC
 "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
 "http://java.sun.com/dtd/web-app_2_3.dtd" >

<web-app>
  <display-name>Archetype Created Web Application</display-name>

	
	<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>
<!-- Any web resource under /xforms-jsp is processed by the XForms engine -->
<filter-mapping>
    <filter-name>orbeon-xforms-filter</filter-name>
    <url-pattern>/xforms-jsp/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
</filter-mapping>
	
	
</web-app>


I am using tomcat and I also added  crossContext .

when I call the   any url containg xforms-jsp  I am getting a blank page ,

orbeon.war has this jsp  guess-the-number/index.jsp


I tried calling  http://localhost:8080/myxforms/xforms-jsp/guess-the-number/index.jsp   

the browser just gives a blank page .


there are nor errors in tomcat console or logs , please advice  ,I want to call  any form from orbeanwar in this sample app.

 
Reply | Threaded
Open this post in threaded view
|

Re: trying to integrate , getting blank page

fachhoch
I am not sure about my crossContext configration


I added in server.xml

  <Context path="myxforms" docBase="myxforms" crossContext="true"/>       
  <Context path="orbeon" docBase="orbeon" crossContext="true"/>





Reply | Threaded
Open this post in threaded view
|

Re: trying to integrate , getting blank page

fachhoch
I placed the files in conf/catalina/localhost

myforms.xml
orbeon.xml

still the getting the same blank page. Please advice  me.
Reply | Threaded
Open this post in threaded view
|

Re: trying to integrate , getting blank page

fachhoch
I need help , I am unable to integrate , what are the test I  should do to test the integration ?what urls should I call ,I am a new bee please help.
Reply | Threaded
Open this post in threaded view
|

Re: Re: trying to integrate , getting blank page

Erik Bruchez
Administrator
The cross-context setting seems ok to me.

If everything is setup, things should work. Can you send me a zipped
version of your myxforms webapp?

-Erik

On Fri, Mar 16, 2012 at 4:55 AM, fachhoch <[hidden email]> wrote:

> I need help , I am unable to integrate , what are the test I  should do to
> test the integration ?what urls should I call ,I am a new bee please help.
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/trying-to-integrate-getting-blank-page-tp4476449p4477987.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
>


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: trying to integrate , getting blank page

fachhoch
 Attached  myxforms.zip  myxforms.zip