Change http port for production

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

Change http port for production

Gintare Ragaisiene
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
Reply | Threaded
Open this post in threaded view
|

Re: Change http port for production

Deepak Agarwal-2
Change in framework/base/config/ofbiz-containers.xml

On Wed, Nov 28, 2012 at 9:17 PM, Gintare Ragaisiene <
[hidden email]> 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