How to accessing the web pages in ofbiz from browser?
I 开发者_开发知识库create a application in ofbiz.How should i access the web pages in the ofbiz from the browser
Your question is so basic but you've already asked for a tutorial earlier. I suggest you start reading the tutorials.
Assuming you've installed ofbiz correctly, run OFBIZ_HOME/startofbiz.bat
and you're good to go.
Access http://localhost:8080/ecommerce/control/main to see the ecommerce page and https://localhost:8443/catalog/control/main for the admin page
精彩评论