|
From: Leif M. <lei...@ta...> - 2011-08-25 15:18:32
|
Francesco, Support for sequence gaps was added way back in 3.3.6. So you should be good. If you are starting a new project, I recommend upgrading to 3.5.11 as it fixes a few known issues that are still in 3.5.7. Cheers, Leif On Fri, Aug 26, 2011 at 12:11 AM, Francesco Sordillo <f.s...@ci...> wrote: > Hi Leif. > > Thanks for your reply. > > Il 25/08/2011 16:51, Leif Mortenson ha scritto: >> Newer versions of the Wrapper all allow you to have discontinuous 'X' >> values in the properties however so this should be easy to do. > > I'm using 3.5.7 version. Could you tell me which version? I read release > notes but I didn't find nothing about. > >> For >> your include file, use a range of values 100-199 or something and then >> they will all be added correctly when the Wrapper builds the final >> command line. To do this, you need to set: >> wrapper.ignore_sequence_gaps=TRUE >> http://wrapper.tanukisoftware.com/doc/english/prop-ignore-sequence-gaps.html >> >> Your include file would now look like this: >> sub.conf >> --- >> wrapper.java.additional.100=-Dsun.lang.ClassLoader.allowArraySyntax=true >> wrapper.java.additional.101=-Dit.cineca.sia.peaf.managed=true >> wrapper.java.additional.102=-Dit.cineca.sia.development=false >> wrapper.java.additional.103=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8018 >> --- >> >> Then in your main wrapper.conf >> --- >> #include ../conf/sub.conf >> --- > > Ok. I will try as soon as possible! > Thanks. |