I am afraid this is not correct. Every application (containing a
web.xml) is a stand alone application. And to serve the contents from
root context create a ROOT application (i.e. mount the application as
ROOT). Web resources in this application will be served from root context.
Other option is to use Apache Web server fronting the Ofbiz and you can
configure a directory as DocumentRoot in Apache. To access the Ofbiz
application you can use mod_ajp_proxy or mod_jk.
Thanks,
Raj
BJ Freeman wrote:
Not sure that will work. I may be wrong.
ofbiz works as one application.
application in the hot deploy are not exposed to tomcat directly but are
part of ofbiz.
Mark Ellul sent the following on 4/3/2008 9:45 AM:
Hi BJ,
well basically If I have a ofbiz installation at www.myofbiz.com I need to
serve a crossdomain.xml from this address
http://www.myofbiz.com/crossdomain.xml
I was thinking that I create a web app in my hot deploy that uses / as its
context and put the file in there... and allow that as a welcome file in the
web.xml
Otherwise is there a folder which we can serve files in the root context
from?
Does that make sense?
Thanks and Regards
Mark
On Thu, Apr 3, 2008 at 6:37 PM, BJ Freeman <[EMAIL PROTECTED]> wrote:
not sure how that fits into ofbiz.
so can't answer.
Mark Ellul sent the following on 4/3/2008 9:23 AM:
Hi BJ,
Its my own services I have written, using the BlazeDS jars.
Regards
Mark
On Thu, Apr 3, 2008 at 5:54 PM, BJ Freeman <[EMAIL PROTECTED]> wrote:
are you referring to the ofbiz service engine, services?
Mark Ellul sent the following on 4/3/2008 7:50 AM:
Hi,
I want to use a crossdomain.xml to allow users from a domain to access
my
services, where would I put it?
Regards
Mark