Re: Restrict web tools app to local access only

2012-06-07 Thread Hans Bakker
Hi Mike, There are 2 solutions to this problem but you have to assign a separate domainname to ofbiz ecommerce and a separate domain to the backend. 1. via symbolic links (which can also be stored in svn: (used at http://www.antwebsystems.com) Then in the webapp directory make symbolic links

Re: Restrict web tools app to local access only

2012-06-07 Thread Mike
Hey Hans. I tried this method a while back, but it didn't work because I found out that I needed: proxyPass /content ajp://127.0.0.1:8009/content proxyPass /ecommerce ajp://127.0.0.1:8009/ecommerce proxyPass /tempfiles ajp://127.0.0.1:8009/tempfiles Plus /images to make /ecommerce

Re: Restrict web tools app to local access only

2012-06-06 Thread Hans Bakker
You can also use the virtual host parameter in the the ofbiz-component.xml file which will block the webtools from the same url... an explanation can be found here: http://www.antwebsystems.com/control/ViewBlogArticle?contentId=18704 Regards, Hans On 06/07/2012 01:32 AM, Boris Hamanov wrote:

Re: Restrict web tools app to local access only

2012-06-06 Thread Mike
See the recent thread (about a week ago) called: "Removing port number from the url in production setup" Restricting webtools access was recently discussed. Basically, you need to place apache in front of ofbiz. Mike On Wed, Jun 6, 2012 at 11:32 AM, Boris Hamanov wrote: > Hi guys and gals,