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
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
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