admin@glassfish.java.net

Re: Please review: new man pages

From: Kedar Mhaswade <Kedar.Mhaswade_at_Sun.COM>
Date: Fri, 28 Mar 2008 10:12:08 -0700

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