ofbiz port

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

ofbiz port

Qohelet
When I run startofbiz.bat (Windows), I run Ofbiz as  
https://localhost:8443/manufacturing/control/login.
What can I do to change the 8443 port?

Thanks.

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

Cimballi-2
Look at the "framework/base/config/ofbiz-containers.xml" file.

Cimballi


On Mon, Jun 29, 2009 at 5:12 PM, Qohelet<[hidden email]> wrote:
> When I run startofbiz.bat (Windows), I run Ofbiz as
> https://localhost:8443/manufacturing/control/login.
> What can I do to change the 8443 port?
>
> Thanks.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

Qohelet
thanks

En 29/06/2009 17:21:26, Cimballi <[hidden email]> escribió:

> Look at the "framework/base/config/ofbiz-containers.xml" file.
>
> Cimballi
>
>
> On Mon, Jun 29, 2009 at 5:12 PM, Qohelet<[hidden email]> wrote:
>> When I run startofbiz.bat (Windows), I run Ofbiz as
>> https://localhost:8443/manufacturing/control/login.
>> What can I do to change the 8443 port?
>>
>> Thanks.
>>
>>
>



--
Usando el revolucionario cliente de correo de Opera:  
http://www.opera.com/mail/

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

hans_bakker
In reply to this post by Qohelet
Please study the OFBiz technical setup guide.
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
+Setup+Guide

ofbiz-containers.xml is only part of the story.

Regards,
Hans


On Mon, 2009-06-29 at 17:12 -0500, Qohelet wrote:
> When I run startofbiz.bat (Windows), I run Ofbiz as  
> https://localhost:8443/manufacturing/control/login.
> What can I do to change the 8443 port?
>
> Thanks.
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

gcameo
In reply to this post by Qohelet
Check the following and make the right changes

framework/base/config/ofbiz-containers.xml

framework/entity/config/entityengine.xml

framework/webapp/config/url.properties

framework/base/config/jndi.properties

framework/service/config/serviceengine.xml

framework/common/config/general.properties


Alternatively, I have added my ant script and properties file that make all the necessary changes whenever I do a new install. If you know ant, you can easily customize it but it should give you an idea of where to look



--- On Tue, 30/6/09, Hans Bakker <[hidden email]> wrote:

From: Hans Bakker <[hidden email]>
Subject: Re: ofbiz port
To: [hidden email]
Date: Tuesday, 30 June, 2009, 12:37 AM

Please study the OFBiz technical setup guide.
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
+Setup+Guide

ofbiz-containers.xml is only part of the story.

Regards,
Hans


On Mon, 2009-06-29 at 17:12 -0500, Qohelet wrote:
> When I run startofbiz.bat (Windows), I run Ofbiz as 
> https://localhost:8443/manufacturing/control/login.
> What can I do to change the 8443 port?
>
> Thanks.
>
--
Antwebsystems.com: Quality OFBiz services for competitive rates



build-ext.xml (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

Qohelet
thanks.

I make changes and Ofbiz runs well. When I try
to run a second Ofbiz instance (unchanged), this
does not work, the message is:
java.net.BindException: Address alredy in use: JVM_Bind

En 29/06/2009 22:21:31, farouk alhassan <[hidden email]> escribió:

> Check the following and make the right changes
>
> framework/base/config/ofbiz-containers.xml
>
> framework/entity/config/entityengine.xml
>
> framework/webapp/config/url.properties
>
> framework/base/config/jndi.properties
>
> framework/service/config/serviceengine.xml
>
> framework/common/config/general.properties
>
>
> Alternatively, I have added my ant script and properties file that make  
> all the necessary changes whenever I do a new install. If you know ant,  
> you can easily customize it but it should give you an idea of where to  
> look
>
>
>
> --- On Tue, 30/6/09, Hans Bakker <[hidden email]> wrote:
>
> From: Hans Bakker <[hidden email]>
> Subject: Re: ofbiz port
> To: [hidden email]
> Date: Tuesday, 30 June, 2009, 12:37 AM
>
> Please study the OFBiz technical setup guide.
> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
> +Setup+Guide
>
> ofbiz-containers.xml is only part of the story.
>
> Regards,
> Hans
>
>
> On Mon, 2009-06-29 at 17:12 -0500, Qohelet wrote:
>> When I run startofbiz.bat (Windows), I run Ofbiz as 
>> https://localhost:8443/manufacturing/control/login.
>> What can I do to change the 8443 port?
>>
>> Thanks.
>>



--
Usando el revolucionario cliente de correo de Opera:  
http://www.opera.com/mail/

Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

Cimballi-2
It means that you have configured the same ports in your 2 instances.

Cimballi


On Wed, Jul 1, 2009 at 2:52 PM, Qohelet<[hidden email]> wrote:
> thanks.
>
> I make changes and Ofbiz runs well. When I try
> to run a second Ofbiz instance (unchanged), this
> does not work, the message is:
> java.net.BindException: Address alredy in use: JVM_Bind
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

gcameo
In reply to this post by Qohelet
just make sure the port numbers for the first instance are different from all of that for the second, else there will be a port conflict.

You can also use the netstat -anb(on windows) command to find which process is on the ports of conflict if its OFBiz or another process. Typical applications that sometimes cause this include mozilla firefox and oracle(on my machine though).

Regards

Farouk A

--- On Wed, 1/7/09, Qohelet <[hidden email]> wrote:

From: Qohelet <[hidden email]>
Subject: Re: ofbiz port
To: [hidden email]
Date: Wednesday, 1 July, 2009, 8:52 PM

thanks.

I make changes and Ofbiz runs well. When I try
to run a second Ofbiz instance (unchanged), this
does not work, the message is:
java.net.BindException: Address alredy in use: JVM_Bind

En 29/06/2009 22:21:31, farouk alhassan <[hidden email]> escribió:

> Check the following and make the right changes
>
> framework/base/config/ofbiz-containers.xml
>
> framework/entity/config/entityengine.xml
>
> framework/webapp/config/url.properties
>
> framework/base/config/jndi.properties
>
> framework/service/config/serviceengine.xml
>
> framework/common/config/general.properties
>
>
> Alternatively, I have added my ant script and properties file that make 
> all the necessary changes whenever I do a new install. If you know ant, 
> you can easily customize it but it should give you an idea of where to 
> look
>
>
>
> --- On Tue, 30/6/09, Hans Bakker <[hidden email]> wrote:
>
> From: Hans Bakker <[hidden email]>
> Subject: Re: ofbiz port
> To: [hidden email]
> Date: Tuesday, 30 June, 2009, 12:37 AM
>
> Please study the OFBiz technical setup guide.
> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
> +Setup+Guide
>
> ofbiz-containers.xml is only part of the story.
>
> Regards,
> Hans
>
>
> On Mon, 2009-06-29 at 17:12 -0500, Qohelet wrote:
>> When I run startofbiz.bat (Windows), I run Ofbiz as 
>> https://localhost:8443/manufacturing/control/login.
>> What can I do to change the 8443 port?
>>
>> Thanks.
>>



--
Usando el revolucionario cliente de correo de Opera: 
http://www.opera.com/mail/



Send instant messages to your online friends http://uk.messenger.yahoo.com
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz port

Qohelet
I changed these files and runs well:

ofbiz-containers.xml
url.properties
jndi.properties
jetty-containers
jndiservers.xml
limited-containers.xml
pos-containers.xml
rmi-containers.xml
test-containers-xml
serviceengine.xml
general.properties

thanks a lot.


En 01/07/2009 14:58:59, farouk alhassan <[hidden email]> escribió:

> just make sure the port numbers for the first instance are different  
> from all of that for the second, else there will be a port conflict.
>
> You can also use the netstat -anb(on windows) command to find which  
> process is on the ports of conflict if its OFBiz or another process.  
> Typical applications that sometimes cause this include mozilla firefox  
> and oracle(on my machine though).
>
> Regards
>
> Farouk A
>
> --- On Wed, 1/7/09, Qohelet <[hidden email]> wrote:
>
> From: Qohelet <[hidden email]>
> Subject: Re: ofbiz port
> To: [hidden email]
> Date: Wednesday, 1 July, 2009, 8:52 PM
>
> thanks.
>
> I make changes and Ofbiz runs well. When I try
> to run a second Ofbiz instance (unchanged), this
> does not work, the message is:
> java.net.BindException: Address alredy in use: JVM_Bind
>
> En 29/06/2009 22:21:31, farouk alhassan <[hidden email]>  
> escribió:
>
>> Check the following and make the right changes
>>
>> framework/base/config/ofbiz-containers.xml
>>
>> framework/entity/config/entityengine.xml
>>
>> framework/webapp/config/url.properties
>>
>> framework/base/config/jndi.properties
>>
>> framework/service/config/serviceengine.xml
>>
>> framework/common/config/general.properties
>>
>>
>> Alternatively, I have added my ant script and properties file that make 
>> all the necessary changes whenever I do a new install. If you know ant, 
>> you can easily customize it but it should give you an idea of where to 
>> look
>>
>>
>>
>> --- On Tue, 30/6/09, Hans Bakker <[hidden email]> wrote:
>>
>> From: Hans Bakker <[hidden email]>
>> Subject: Re: ofbiz port
>> To: [hidden email]
>> Date: Tuesday, 30 June, 2009, 12:37 AM
>>
>> Please study the OFBiz technical setup guide.
>> http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production
>> +Setup+Guide
>>
>> ofbiz-containers.xml is only part of the story.
>>
>> Regards,
>> Hans
>>
>>
>> On Mon, 2009-06-29 at 17:12 -0500, Qohelet wrote:
>>> When I run startofbiz.bat (Windows), I run Ofbiz as 
>>> https://localhost:8443/manufacturing/control/login.
>>> What can I do to change the 8443 port?
>>>
>>> Thanks.
>>>
>
>
>



--
Usando el revolucionario cliente de correo de Opera:  
http://www.opera.com/mail/