You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Gintare Ragaisiene <gi...@gmail.com> on 2012/11/28 16:47:59 UTC

Change http port for production

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

Re: Change http port for production

Posted by Deepak Agarwal <da...@gmail.com>.
Change in framework/base/config/ofbiz-containers.xml

On Wed, Nov 28, 2012 at 9:17 PM, Gintare Ragaisiene <
gintare.ragaisiene@gmail.com> wrote:

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



-- 
Thanks,
Deepak Agarwal,

Mobile: +91 9501190044