Thanks,

But ....

On Fri, Mar 8, 2013 at 10:38 PM, Mike <[email protected]> wrote:
> https://cwiki.apache.org/OFBIZ/faq-tips-tricks-cookbook-howto.html#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>
> But you would do something like this:
>
> <Location /ecommerce/>
>         proxyPass ajp://127.0.0.1:8009/ecommerce/
>  </Location>
>  <Location /images/>
>        proxyPass ajp://127.0.0.1:8009/images/
>  </Location>
>  <Location /content/>
>         proxyPass ajp://127.0.0.1:8009/content/
>  </Location>
>
> You just have to make sure anything ofbiz-specific is short-circuited to
> ajp://
>
> This also pretty much disables accessing the backend (/webtools/, etc.) as
> well.
>

What would I need to do to ensure that the backend remains usable?
For my situation, I need both the ecommerce support and the webtools.

Thanks

Ted

Reply via email to