On Thursday 05 July 2001 13:40, you wrote:
> Hello,
>
> We're attempting to start JRun under a 1.3.x JVM with the -server
> option in effect.
>
> We cannot use the JMC Java Options (or direct mod to local.properties) to
> do this because -server needs to be the first option.
>
> We don't want to modify the startup script if at all possible because
> of configuration management issues (we don't want local mods to a file
> that we don't own and is therefore likely to be overwritten in an
> upgrade).
>
> Has anyone used the -server option? How did you set it up?

the other way to do it is to edit the file $JAVA_HOME/jre/lib/jvm.cfg and 
change the order of the parameters in there so that -server is first.  BUT, 
this obviously is a system-wide change, it will affect more than just your 
jrun server, and you might not want to do it for the reason you mentioned 
about getting overwritten in an upgrade.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to