Hi! I noticed that the web.xml of the orbeon.war includes comments related to "separate WAR deployment" (as described here: http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications).
However, I was under the impression that this configuration was intented to be performed in the web.xml of the custom app making use of the separately deployed orbeon war, and not in the web.xml of orbeon itself, or am I wrong?
Extract from web.xml: <!--All JSP files under /xforms-jsp go through the XForms filter--> <filter> <filter-name>orbeon-xforms-filter</filter-name>
<filter-class>org.orbeon.oxf.servlet.OrbeonXFormsFilter</filter-class> <!-- Uncomment this for the separate WAR deployment --> <!-- <init-param>
<param-name>oxf.xforms.renderer.context</param-name> <param-value>/orbeon</param-value> </init-param>--> <!-- End separate WAR deployment -->
</filter> I'm just trying to configure my system correctly, and things like this lead me to suspect that maybe I've misinterpreted something.. Regards,
Håvard -- 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 |
Administrator
|
Håvard ,
The XForms filter can be used in separate deployment, but also in integrated deployment, which means you can place JSP files or your own servlets within the Orbeon Forms WAR. -Erik On Mon, Aug 23, 2010 at 6:10 AM, Håvard Nesvold <[hidden email]> wrote: > Hi! > I noticed that the web.xml of the orbeon.war includes comments related to > "separate WAR deployment" (as described > here: http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications). > However, I was under the impression that this configuration was intented to > be performed in the web.xml of the custom app making use of the separately > deployed orbeon war, and not in the web.xml of orbeon itself, or am I wrong? > Extract from web.xml: > <!--All JSP files under /xforms-jsp go through the XForms filter--> > <filter> > <filter-name>orbeon-xforms-filter</filter-name> > > <filter-class>org.orbeon.oxf.servlet.OrbeonXFormsFilter</filter-class> > <!-- Uncomment this for the separate WAR deployment --> > <!-- > <init-param> > <param-name>oxf.xforms.renderer.context</param-name> > <param-value>/orbeon</param-value> > </init-param>--> > <!-- End separate WAR deployment --> > </filter> > I'm just trying to configure my system correctly, and things like this lead > me to suspect that maybe I've misinterpreted something.. > Regards, > Håvard > > > -- > 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 |
Free forum by Nabble | Edit this page |