Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

verifier(1m) [debian man page]

verifier(1M)                                                Application Server Utility                                                verifier(1M)

NAME
verifier - validates the J2EE Deployment Descriptors against application server DTDs SYNOPSIS
verifier [-v] [-d destination_directory] [-r [a|w|f]] jar_filename Use the verifier utility to validate the J2EE deployment descriptors and the Sun ONE Application Server specific deployment descriptors. If the application is not J2EE compliant, an error message is printed. When you run the verifier utility, two results files are created in XML and TXT format. The location where the files are created can be configured using the -d option. The directory specified as the destination directory for result files should exist. If no directory is specified, the result files are created in the current directory. Result files are named as jar_filename_verified.xml and jar_filename_ver- ified.txt The XML file has various sections that are dynamically generated depending on what kind of application or module is being verified. The root tag is static-verification which may contain the tags application, ejb, web, appclient, connector, other, error and failure-count. The tags are self explanatory and are present depending on the type of module being verified. For example, an EAR file containing a web and EJB module will contain the tags application, ejb, web, other, and failure-count. If the verifier ran successfully, a result code of 0 is returned. A non-zero error code is returned if the verifier failed to run. OPTIONS
-v verbose debugging is turned on. -d identifies where the result files get placed. -r identifies the reporting level defined as one of the following: o a sets output reporting level to display all results (default) o w sets output reporting level to display warning and failure results o f sets output reporting level to display only failure results jar_filename name of the ear/war/jar file to perform static verification on. The results of verification are placed in two files jar_filename_verified.xml and jar_filename_verified.txt in the destination directory. Example 1: Using verifier in the Verbose Mode example% verifier -v -d /verifier-results -rf sample.ear Where -v runs the verifier in verbose mode, -d specifies the destination directory, and -rf displays only the failures. The results are stored in /verifier-results/sample.ear_verified.xml and /verifier-results/sample.ear_verified.txt. asadmin(1M) Sun Java System Application Server March 2004 verifier(1M)

Check Out this Related Man Page

SRP-GEN(1)							    lsh manuals 							SRP-GEN(1)

NAME
srp-gen - generate a password verifier for the SRP protocol. SYNOPSIS
srp-gen [options] DESCRIPTION
This manual page documents briefly the srp-gen command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. Instead, it has documentation in the GNU Info format; see below. srp-gen is a program that generates a password verifier for the Secure Remote Password protocol. The password verifier should be stored as ~/.lsh/srp-verifier on the target (remote) machine on which you want to authenticate using SRP. For more information about SRP, see the "srp" node of the "Getting started" section of the Lsh manual available via the info system. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the Info files. -l, --user=username User name. -o, --output-file=filename The file to output to. Default is to output to stdout. -p, --password=password The password to use. --debug Print lots of debug information. -q, --quiet Suppress all warnings and diagnostic messages. --trace Detailed trace. -v, --verbose Print verbose diagnostic messages. -f, --output-format=format The S-expression output format. Valid sexp formats are: transport, canonical, advanced and international. -?, --help Show summary of options. --usage Show a short usage message. -V, --version Show version of program. SEE ALSO
lsh(1), lshd(1), sexp-conv(1). The lsh programs (including this one) are documented fully by Lsh, available via the Info system. AUTHOR
This manual page was written by Timshel Knoll <timshel@debian.org>, for the Debian GNU/Linux system (but may be used by others). srp-gen Apr 10, 2002 SRP-GEN(1)
Man Page