You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2012/01/10 12:09:19 UTC

svn commit: r1229504 - /tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm

Author: olamy
Date: Tue Jan 10 11:09:19 2012
New Revision: 1229504

URL: http://svn.apache.org/viewvc?rev=1229504&view=rev
Log:
update documentation with new options available in jar exec cli

Modified:
    tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm

Modified: tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm?rev=1229504&r1=1229503&r2=1229504&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm (original)
+++ tomcat/maven-plugin/trunk/src/site/apt/executable-war-jar.apt.vm Tue Jan 10 11:09:19 2012
@@ -150,13 +150,25 @@ Build a Executable War
 
 +------
 usage: java -jar [path to your exec war jar]
- -ajpPort <ajpPort>               ajp port to use
- -D <arg>                         key=value
- -h,--help                        help
- -httpPort <httpPort>             http port to use
- -httpsPort <httpsPort>           https port to use
- -resetExtract                    clean previous extract directory
- -serverXmlPath <serverXmlPath>   server.xml to use, optional
- -X,--debug                       debug
+ -ajpPort <ajpPort>                     ajp port to use
+ -clientAuth                            enable client authentication for
+                                        https
+ -D <arg>                               key=value
+ -extractDirectory <extractDirectory>   path to extract war content,
+                                        default value: .extract
+ -h,--help                              help
+ -httpPort <httpPort>                   http port to use
+ -httpProtocol <httpProtocol>           http protocol to use: HTTP/1.1 or
+                                        org.apache.coyote.http11.Http11Nio
+                                        Protocol
+ -httpsPort <httpsPort>                 https port to use
+ -keyAlias <keyAlias>                   alias from keystore for ssl
+ -loggerName <loggerName>               logger to use: slf4j to use slf4j
+                                        bridge on top of jul
+ -obfuscate <password>                  obfuscate the password and exit
+ -resetExtract                          clean previous extract directory
+ -serverXmlPath <serverXmlPath>         server.xml to use, optional
+ -X,--debug                             debug
+
 +------
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org