First, thank you [email protected] and [email protected] for your replies.

Now i just got a problem with it. I've got the latest ofbiz checked out (this morning) and i made a fulltext search over the complete project for 8080. I found several hard coded "localhost:8080/..." code and, but i didn't find a 8080 in the "OFBIZ_HOME/framework/base/config/ofbiz-container.xml", as i was expecting. There are some properties defined with 8080 in:

framework/catalina/ofbiz-component.xml
framework/webapp/config/url.properties
specialpurpose/jetty/ofbiz-component.xml

I'm confused from all the "http://localhost:8080"; and every other hardcoded port in any file...

Anyways... when I change the ports like:

8080 -> 8081
8443 -> 8444
8009 -> 8010

that seem to do the trick:

[java] 2013-12-12 17:23:28,586 (main) [ CatalinaContainer.java:256:INFO ] Connector AJP/1.3 @ 8010 - not-secure [org.apache.coyote.ajp.AjpProtocol] started. [java] 2013-12-12 17:23:28,586 (main) [ CatalinaContainer.java:253:INFO ] Connector "http-bio-0.0.0.0-8081" @ 8081 - not-secure [org.apache.coyote.http11.Http11Protocol] started. [java] 2013-12-12 17:23:28,586 (main) [ CatalinaContainer.java:253:INFO ] Connector "http-bio-0.0.0.0-8444" @ 8444 - secure [org.apache.coyote.http11.Http11Protocol] started.

I hope this will do it.

Am 12.12.2013 16:00, schrieb Oliver Michalke:
Hello Mailinglist

I'm trying to run multiple instances of Ofbiz on a single PC. So I have to change the Ports of the instances. What do i have to do? I found several threads saving i have to change it in many files and these posts are really old ( < 2009).
So whats the best way to change the ports?

Thank you in advance,

Oliver Michalke



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to