How to change port 8443 to 8444 ?

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

How to change port 8443 to 8444 ?

sqlien
Reply | Threaded
Open this post in threaded view
|

Re: How to change port 8443 to 8444 ?

David E Jones
Reply | Threaded
Open this post in threaded view
|

Re: How to change port 8443 to 8444 ?

Michael Jensen-5
In reply to this post by sqlien
Edit framework/base/config/ofbiz-containers.xml and change this line:
<property name="port" value="8443"/>
You should probably also edit framework/webapp/config/url.properties
where port.https=8443

Mike

sqlien wrote:
>