Re: ports in test-containers.xml

2012-04-08 Thread Pierre Smits
I will create a JIRA for this, But for testing what port numbers will we have for: - ajp - http - https - others? Regards, Pierre Op 8 april 2012 07:54 schreef Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com het volgende: +1 On May 13, 2011, at 3:23 PM, Erwan de FERRIERES

Re: ports in test-containers.xml

2012-04-08 Thread Jacques Le Roux
I suggest to increase by one the last ports numbers to avoid collission even when shifted (see below) for instance RMI = 1099+1 = 1100 - ajp 8009+1 = 8010 etc. Because I already suggested to follow Geronimo's way in OFBiz integration in Apache sonar instance thread Geronimo does this.

Re: ports in test-containers.xml

2012-04-08 Thread Pierre Smits
Hi all, As it is more likely that port numbers near the ones we have are already taken, I support the schema mentioned by Jacques relating to the Geronimo variant. 1 current port number for integrated testing set ups (Jenkins), leading to: 11099 18009 18080 18443 Regards, Pierre Op 8 april

Re: ports in test-containers.xml

2012-04-08 Thread Jacques Le Roux
Mmm, nope, sorry you did not get my point Pierre, What I mean is this for test-containers.xml ports RMI = 1099+1 = 1100 - ajp 8009+1 = 8010 1. In all case change test-containers.xml ports by adding 1 to them (I added 1, we could add 100 or whatever). That is change them now

Re: ports in test-containers.xml

2012-04-08 Thread Pierre Smits
-containers.xml ports RMI = 1099+1 = 1100 - ajp 8009+1 = 8010 1. In all case change test-containers.xml ports by adding 1 to them (I added 1, we could add 100 or whatever). That is change them now and commit. This way we can run test and ofbiz containers concurrently on the same

Re: ports in test-containers.xml

2012-04-08 Thread Jacques Le Roux
From: Jacques Le Roux jacques.le.r...@les7arts.com For instance you could want to not only run many OFBiz instances on the same machine (eg: for devs manual tests on staging) but also many test instances on another one. One test instance may run only quick check (for instance unit tests only on

Re: ports in test-containers.xml

2012-04-08 Thread Pierre Smits
Indeed! Op 8 april 2012 13:36 schreef Jacques Le Roux jacques.le.r...@les7arts.comhet volgende: From: Jacques Le Roux jacques.le.r...@les7arts.com For instance you could want to not only run many OFBiz instances on the same machine (eg: for devs manual tests on staging) but also many test

Re: ports in test-containers.xml

2012-04-07 Thread Pierre Smits
+1 Op 14 mei 2011 10:12 schreef Jacques Le Roux jacques.le.r...@les7arts.comhet volgende: Of course I meant only for test. I was stuck with it also when I had to run a stagging instance (manual tests) and a test instance (Continuous Integration running tests) on the same machine. Jacques

Re: ports in test-containers.xml

2012-04-07 Thread Jacopo Cappellato
+1 On May 13, 2011, at 3:23 PM, Erwan de FERRIERES wrote: Hi all, I'm planning on changing the ports for the http and https test containers. This way, tests can be runned on the Apache jenkins instance (8080 is already used). Is there anyone against these ? Cheers, -- Erwan de

Re: ports in test-containers.xml

2011-05-14 Thread Jacques Le Roux
Of course I meant only for test. I was stuck with it also when I had to run a stagging instance (manual tests) and a test instance (Continuous Integration running tests) on the same machine. Jacques From: David E Jones d...@me.com As long as it is just for the test-containers.xml file. I

ports in test-containers.xml

2011-05-13 Thread Erwan de FERRIERES
Hi all, I'm planning on changing the ports for the http and https test containers. This way, tests can be runned on the Apache jenkins instance (8080 is already used). Is there anyone against these ? Cheers, -- Erwan de FERRIERES www.nereide.biz

Re: ports in test-containers.xml

2011-05-13 Thread Jacques Le Roux
+1, I can't see any issues changing default OOTB Jacques From: Erwan de FERRIERES erwan.de-ferrie...@nereide.biz Hi all, I'm planning on changing the ports for the http and https test containers. This way, tests can be runned on the Apache jenkins instance (8080 is already used). Is there

Re: ports in test-containers.xml

2011-05-13 Thread David E Jones
As long as it is just for the test-containers.xml file. I would be against changing this for the ofbiz-containers.xml file, too many people are used to it and too much documentation points to it, so changing it there would require a significant effort to change docs and communicate the