BEA WebLogic Server 7 Manuel de service Page 460

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 545
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 459
A Using the WebLogic Java Utilities
A-24 Administration Guide
verboseToZip
When executed from the document root directory of your HTTP server,
verboseToZip takes the standard output from a Java application run in verbose mode,
finds the Java classes referenced, and creates an uncompressed
.zip file that contains
those Java classes.
Syntax
$ java utils.verboseToZip inputFile zipFileToCreate
UNIX Example
$ java -verbose myapplication > & classList.tmp
$ java utils.verboseToZip classList.tmp app2.zip
NT Example
$ java -verbose myapplication > classList.tmp
$ java utils.verboseToZip classList.tmp app3.zip
Argument Definition
inputFile
Required. Temporary file that contains the output of the application
running in verbose mode.
zipFileToCreate
Required. Name of the .zip file to be created. The resulting .zip
file is be created in the directory in which you run the program.
Vue de la page 459
1 2 ... 455 456 457 458 459 460 461 462 463 464 465 ... 544 545

Commentaires sur ces manuels

Pas de commentaire