Lucee JVM

p.s. see also
https://bitbucket.org/lucee/lucee/src/master/build/installer/tomcat7/bin/catalina.sh#cl-47

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/On 5/20/2015 9:21 AM, Igal @ Lucee.org wrote:

the files you were looking at, server.xml, catalina.properties, etc.
are loaded by Java after the process is already started, so it can not
be there (the path must be known before the Java process is launched
in order to launch it).

there is a .bat and/or .sh script that launches the JVM, and that is
where you have something like (try catalina.sh):

%JRE_HOME%/bin/java <args>

or

$JRE_HOME/bin/java <args>

JRE_HOME defaults to $JAVA_HOME/jre if it is not defined.

so if you want to change the launch script (which you really
shouldn’t) you can change it there.

the right way is to set the path in the ENVIRONMENT variables,
JRE_HOME or JAVA_HOME

on Windows when running as a service you can do it in the Java tab of
the configuration applet.

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/

On 5/20/2015 9:11 AM, Nando Breiter wrote:

On Wed, May 20, 2015 at 6:07 PM, Jonathan Brookins <@Jonathan_Brookins mailto:Jonathan_Brookins> wrote:

How do you change JVM versions for Lucee?  is it just a matter of
changing the java path?

I hunted around a bit in server.xml, catalina.properties and every
other file in /tomcat/conf/ but didn’t find a java path setting.

-- 
You received this message because you are subscribed to the
Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to lucee+unsubscribe@googlegroups.com
<mailto:lucee+unsubscribe@googlegroups.com>.
To post to this group, send email to lucee@googlegroups.com
<mailto:lucee@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/552b16a9-fcc9-4c4c-a977-2d8a5fd4d80c%40googlegroups.com
<https://groups.google.com/d/msgid/lucee/552b16a9-fcc9-4c4c-a977-2d8a5fd4d80c%40googlegroups.com?utm_medium=email&utm_source=footer>.


For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it,
send an email to lucee+unsubscribe@googlegroups.com
mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com
mailto:lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAGHrs%3D8Z%3DMx4Ugvz4N1U2Aim5qNKSXvbzwFzLiyQaRpqmeXu6A%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAGHrs%3D8Z%3DMx4Ugvz4N1U2Aim5qNKSXvbzwFzLiyQaRpqmeXu6A%40mail.gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.