http://localhost:8080 is redirecting to https://localhost automatically.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

http://localhost:8080 is redirecting to https://localhost automatically.

khan83
This post was updated on .
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/main
it redirect me to following url automatically and display nothing.
https://127.0.0.1/ecommerce/control/main or https://localhost/ecommerce/control/main

Did 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.