(file) Return to readme.jmpi CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/readme.jmpi between version 1.4 and 1.6.8.1

version 1.4, 2005/03/27 23:18:09 version 1.6.8.1, 2006/03/07 18:45:36
Line 1 
Line 1 
   //%2006////////////////////////////////////////////////////////////////////////
   //
   // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
   // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
   //
   // Permission is hereby granted, free of charge, to any person obtaining a copy
   // of this software and associated documentation files (the "Software"), to
   // deal in the Software without restriction, including without limitation the
   // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
   // sell copies of the Software, and to permit persons to whom the Software is
   // furnished to do so, subject to the following conditions:
   //
   // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
   // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
   // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
   // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
   // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
   // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
   // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
   // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   //
   //==============================================================================
  
 Java Manageability Programming Interface - JMPI Java Manageability Programming Interface - JMPI
  
Line 30 
Line 60 
    export LD_ASSUME_KERNEL=2.2.5    export LD_ASSUME_KERNEL=2.2.5
    cd $PEGASUS_HOME    cd $PEGASUS_HOME
  
      There is now a new variable to determine which JVM to link with.  The choices are as follows:
           PEGASUS_JVM     sun     Sun's jvm (ex: j2sdk1.4.2_07)
           PEGASUS_JVM     ibm     IBM's jvm (ex: IBMJava2-142)
           PEGASUS_JVM     bea     Suse's IBM jvm (ex: BEAJava2-1.4.2)
      So, pick one and export that variable to the environment.  For example,
           export PEGASUS_JVM=sun
      NOTE: This is currently listened to for Linux builds.
   
    There are a couple of optional environment variables to determine how the JRE is initialized.  These are    There are a couple of optional environment variables to determine how the JRE is initialized.  These are
    as follows (the variable name and what JRE option that it corresponds to):    as follows (the variable name and what JRE option that it corresponds to):
  
Line 41 
Line 79 
  
    export PEGASUS_JMPI_MAX_HEAP=128m    export PEGASUS_JMPI_MAX_HEAP=128m
  
      There is a new environment variable that tells the JVM to output more debugging information.  The variable name
      is called PEGASUS_JMPI_VERBOSE.  An example usage is as follows:
   
      export PEGASUS_JMPI_VERBOSE="jni,class"
   
      This will tell the JVM to output debug information on the JNI layer and class loading.
   
    When using this script, place a copy of this script above your PEGASUS_HOME directory.    When using this script, place a copy of this script above your PEGASUS_HOME directory.
    "cd" to PEGASUS_HOME, and issue ". ../setJPeg". Then do a normal make.    "cd" to PEGASUS_HOME, and issue ". ../setJPeg". Then do a normal make.
  


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2