Hi I am new to ofbiz.I am trying to setup development environment (ofbiz+eclipse) on my Ubuntu machine.
I have installed (download and unzip) ofbiz 16.11 on Ubuntu 16 and started the server by following two commands:
1. ./gradlew loadDefault
2. ./gradlew ofbiz
Now I can access the webtools url (with https) but when I try to access the following url for ecommerce store
http://127.0.0.1:8080/ecommerce/control/main or
http://localhost:8080/ecommerce/control/mainit redirect me to following url automatically and display nothing.
https://127.0.0.1/ecommerce/control/main or
https://localhost/ecommerce/control/mainDid I miss something in setup? Do I need to do some configuration in admin tool?
Like to set the company or catalog.
Any suggestion or tip or some patch so that I ca fix it?
Edited: I just found that
https://localhost:8443/ecommerce/control/main url works.
Thanks in advance.
Khan.