See here: http://blog.csdn.net/j2eevic/article/details/7301027
I was modified 8080 for 8089 port
Due to the 8080 port number being occupied by other projects, the modification of the next ofbiz default port number (8080,8443) is analyzed today. Find that only two files need to be modified, or relatively simple.
1.8080 and 8443 ports in the following sections in Ofbiz_home\framework\base\config\ofbiz-containers.xml
[HTML] view plain copy <property name= "Http-connector" value= "connector" > ... <property nam E= "Port" value= "8080"/> ... </property>
[HTML] view plain copy <property name= "Https-connector" value= "connector" > ... <property na Me= "Port" value= "8443"/> ... </property>
2.8443 and 8080 ports in the following sections in Ofbiz_home\framework\webapp\config\url.properties
[plain] view plain Copy # HTTPS port (Secure port) port.https.enabled=y port.https=8443 force.https.host= # HTTP Port (not Secure port) port.http=8080 force.http.host=
The following is a list of IP port configuration file Locators for reference: