Hi
I trieing to set up 80 http port instead 8080 with no success. Changes have
been applied to :
../ofbiz/framework/webapp/config/url.properties
# HTTP Port (Not Secure port)
#port.http=8080
port.http=80
force.http.host=
.../ofbiz/framework/catalina/ofbiz-component.xml
<property name="http-connector" value="connector">
<!-- see
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/http.html for
reference -->
<property name="allowTrace" value="false"/>
<property name="emptySessionPath" value="false"/>
.....
property name="maxThreads" value="100"/>
<property name="minSpareThreads" value="4"/>
<property name="port" value="80"/>
<property name="restrictedUserAgents" value=""/>
...
<property name="threadPriority" value="java.lang.Thread#NORM_PRIORITY"/>
</property>
Thank you,
Gintare