I don't really like the approach of changing the scripts directly. Can you work on creating such a configuration file and submit a patch that adds the config file with resonable defaults (or just commented-out entries) and updates the scripts to use the values from the config file if they haven't already been defined (in the corresponding environment variables or something)?
Thanks, Aaron On 1/18/06, Cristian Roldan <[EMAIL PROTECTED]> wrote: > Hi Aaron, > A configuration file is a good idea or changing directly the startup > shell script could be another choice. > > Bye > > Aaron Mulder <[EMAIL PROTECTED]> escribió: > Cristian, > > How are you envisioning that this would work? For example, currently, > you can start the server with a batch or shell script, or by running > "java -jar bin/server.jar". I don't think any configuration set from > the console could affect the "java -jar" startup method. But it would > be possible for the console to write a config file or something that > the batch or shell startup script read -- a kind of "default JVM > parameters" to be used if the user doesn't manually specify something. > Is that what you have in mind? > > Thanks, > Aaron > > On 1/18/06, Cristian Roldan wrote: > > Hi All, > > I wanted to modify the Geronimo's JVM configuration from WEB Console, but > > I > > could not see any page for this task, I think .. it could be usuful to > have > > a portlet to configure the JVM parameters, for example: > > > > Max heap Size > > Min heap Size > > Boot Classpath (append/preppend) > > Debug mode > > JIT (on/off) > > Verbose GC (on/off) > > Java properties (-D) > > JVM Arguments (generic) > > > > Thanks. > > > > > > > > ________________________________ > > 1GB gratis, Antivirus y Antispam > > Correo Yahoo!, el mejor correo web del mundo > > Abrí tu cuenta aquí > > > > > > > > > ________________________________ > 1GB gratis, Antivirus y Antispam > Correo Yahoo!, el mejor correo web del mundo > Abrí tu cuenta aquí > >
