You might be interested to have a look at the ecomseo webapp
Then be sure to read https://issues.apache.org/jira/browse/OFBIZ-5312 At list the description and the last comments after "Jacques Le Roux added a
comment - 22/Mar/14 23:03"
Jacques
Le 22/06/2015 21:55, Mandeep Sidhu a écrit :
Change the port in url.properties to 80 and set mount point of your
ecommerce component (ofbiz-component.xml) to "/".
port.http=80
For production deployments it's always better to use virtual hosts
configured in your apache HTTPD config file.
On Mon, Jun 22, 2015 at 1:38 PM, Tom Running <[email protected]> wrote:
I need the ecommerce website to run on port 80 with a shorter URL.
How to change this URL
http://erp1.test.com:8080/ecommerce/control/main
To
http://erp1.test.com
Permanently
Thanks,
-T