Re: Re: Re: Re: Separate deployment, FilesystemResourceManagerFactory, CSS problem

Posted by Alessandro Vernet on
URL: https://discuss.orbeon.com/Separate-deployment-FilesystemResourceManagerFactory-CSS-problem-tp1560229p1569903.html

Stessy,

So the URL to your A1.xhtml form will be:

http://your-domain.com/epss/epss-forms/CP-FP/A1.xhtml

And you have configured the filter in your web.xml so it processes
everything under epss-forms:

<filter-mapping>
    <filter-name>orbeon-xforms-filter</filter-name>
    <url-pattern>/epss-forms/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
</filter-mapping>

Is this correct?

And earlier message mentioned a URL of
http://localhost:7101/epss/orbeon/epss-forms/CP-IP/A2 which confuses
me: why the "orbeon" in the path; how come you don't have the .xhtml
in the URL? It also mentions a URL of
http://localhost:7101/orbeon/epss-forms/CP-IP/A2 which confuses me
even more: the request should not be to /orbeon, but to /epss.

Alex

On Thu, Feb 25, 2010 at 12:09 AM, stessy <[hidden email]> wrote:

> Alessandro,
>
> That's right.
> Orbeon is only used to display forms outside the main application.
> No xforms integrated in jsp or jsf.
> The main context is /epss
> http://myDomain.org/epss
> To reach the orbeon forms here is the url:
> http://myDomain.org/epss/orbeon/../../..
> No forms is stored in resources of the orbeon.war file.
> The template forms will shared between three application servers via NFS. So
> they won't be in the main application.
> Everything related to the xforms (xhtml, xsl, css, images, ...) will be
> stored in that shared folder.
> Here is the structure:
>
> epss-forms
>
> css
>
> epss-forms.css
>
> config
>
> properties files (xml, xsl)
>
> images
>
> *.gif
>
> page-flow.xml
> templates
>
> CP-IP
>
> A1.xhtml
> A2.xhtml
> A3.1.xhtml
> A3.2.xhtml
>
> CP-FP
>
> A1.xhtml
> A2.xhtml
> A3.1.xhtml
> A3.2.xhtml
>
> ...
> ...
>
> I hope that you have enough information. :-)
>
> Thanks a lot for your help and your patience. Greatly appreciated.
>
> Regards,
> Stessy
> ________________________________
> View this message in context: Re: Re: Re: Separate deployment,
> FilesystemResourceManagerFactory, CSS problem
> 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