Re: Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Konstantin Kolinko
2010/6/9 Mark Thomas : > On 09/06/2010 17:10, Rainer Jung wrote: >> After updating the tool wrapper script I noticed, that it sources setenv >> and that this might not be adequate. >> >> Actually I don't know the common or possible use cases of the script and >> searching didn't reveal much. Users

Re: Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Mark Thomas
On 09/06/2010 17:10, Rainer Jung wrote: > After updating the tool wrapper script I noticed, that it sources setenv > and that this might not be adequate. > > Actually I don't know the common or possible use cases of the script and > searching didn't reveal much. Users typically set JVM size in set

Re: Uses of tool wrapper, sourcong setenv

2010-06-09 Thread Konstantin Kolinko
2010/6/9 Rainer Jung : > Users typically set JVM size in setenv See the difference between JAVA_OPTS, CATALINA_OPTS and TOOL_OPTS, as documented in catalina.sh and tool-wrapper.sh I think that we should not drop sourcing setenv.sh. E.g., one can use setenv.sh to specify JAVA_HOME. Best regards