WebSphere Application Server - Re: Cannot set JVM system property using jacl

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Application Server > August 2006 > Re: Cannot set JVM system property using jacl





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Cannot set JVM system property using jacl

2006-08-16, 7:22 pm

Thank you for posting this information. I was running into this issue as well (1 year later). Below is what I found - hope others can be helped by this.

# $server is already set - we will use that
# Identify the JVM belonging to this server and assign it to the jvm variable
# Then set our property name and vaule and modify the jvm
set jvm [$AdminConfig list JavaVirtualMachine $server]
set p1name [list name com.sun.tools.javac.main.largebranch]
set p1value [list value true]
set sp_attr_list1 [list [list systemProperties [list [list $p1name $p1value]]]]
$AdminConfig modify $jvm $sp_attr_list1

I found if I wanted to set multiple JVM Custom Properties I had to do separate modifies for each.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com