atom feed9 messages in net.java.dev.glassfish.adminRe: Please review: new man pages
FromSent OnAttachments
Paul DaviesMar 27, 2008 7:52 pm.pdf, .pdf, .pdf
Kedar MhaswadeMar 28, 2008 10:11 am 
Jane YoungMar 28, 2008 10:24 am 
Kedar MhaswadeMar 28, 2008 10:27 am 
Sreenivas MunnangiMar 28, 2008 12:20 pm 
Kedar MhaswadeMar 28, 2008 12:38 pm 
Paul DaviesApr 10, 2008 6:29 pm 
Paul DaviesApr 10, 2008 6:34 pm 
Paul DaviesApr 10, 2008 6:35 pm 
Subject:Re: Please review: new man pages
From:Jane Young (Jane@Sun.COM)
Date:Mar 28, 2008 10:24:15 am
List:net.java.dev.glassfish.admin

Hi, Kedar.

I changed the output of list-jvm-options to look like this:

-Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:NewRatio=2 -Xmx512m -client

If this is not correct, I can change it back.

Jane

Kedar Mhaswade wrote:

Paul Davies wrote:

Hi,

Please review the attached new man pages for GlassFish v3 TP2:

* list-commands * list-jvm-options * redeploy

Mandatory reviewers: Kedar, Jane, Sreeni.

Embedded in the man pages are questions. When you review these man pages, please provide answers to these questions if you can.

Please send me your feedback by next Friday, April 4, 2008.

Looks good. Editorial: - Remove '.' before '?' in the questions you are asking in the man-page. BTW, have we changed the format of man-pages to a more FAQ style page?

- Since this is going to be a "text" man-page how are we going to link it to an external html page like: java link points to: http://java.sun.com/javase/6/docs/technotes/tools/solaris/java.html

Content: Example should show a "sorted" output like:

jvm-options : -Djava.security.policy=${com.sun.aas.instanceRoot}/config/server.policy jvm-options : -Djavax.net.ssl.keyStore=${com.sun.aas.instanceRoot}/config/keystore.jks jvm-options : -Djavax.net.ssl.trustStore=${com.sun.aas.instanceRoot}/config/cacerts.jks jvm-options : -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver jvm-options : -Dsun.rmi.dgc.client.gcInterval=3600000 jvm-options : -Dsun.rmi.dgc.server.gcInterval=3600000 jvm-options : -XX:NewRatio=2 jvm-options : -Xmx512m jvm-options : -client