home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wsa5labs.zip / ResPartTwo.txt < prev    next >
Text File  |  2002-09-03  |  3KB  |  83 lines

  1.  
  2. ########################
  3.  
  4. # Installing Services 
  5.  
  6. ########################
  7.  
  8. # The following are to install Services for IHS and Websphere Application Server on Windows.
  9. # You can ignore these or comment them out for other Operating Systems
  10.  
  11. -W serviceSettingsWizardBean.active="true"
  12.  
  13. # Install the IHS service
  14.  
  15. -W serviceSettingsWizardBean.ihsChoice="true"
  16.  
  17. # Install the WebSphere Application Server service
  18.  
  19. -W serviceSettingsWizardBean.wasChoice="false"
  20.  
  21. # The User Name and Password which are required to install the Services.. The current user must be
  22. # admin or must have admin authority to install a Service. Also the username which is given here
  23. # must have "Log On as a Service " authority for the service to run properly
  24.  
  25. # Replace YOUR_USER_NAME with your username
  26.  
  27. -W serviceSettingsWizardBean.userName="db2admin"
  28.  
  29. # Replace YOUR_PASSWORD with your valid password
  30.  
  31. -W serviceSettingsWizardBean.password="was1edu"
  32.  
  33. ##############################
  34.  
  35. # End Install Services
  36.  
  37. ##############################
  38.  
  39. # Set any or all of the following to false if the launcher icon is not to be installed.
  40. # These settings will only be affect an install in which the corresponding product component
  41. # is also selected for install.
  42. -P StartServerIconBean.active="true"
  43. -P StopServerIconBean.active="true"
  44. -P AdminConsoleIconBean.active="true"
  45. -P AssemblyToolIconBean.active="true"
  46. -P SamplesGalleryIconBean.active="true"
  47. -P TivoliPerfIconBean.active="true"
  48. -P infoCenterIconBean.active="true"
  49. -P firstStepsIconBean.active="true"
  50. -P logAnalyzerIconBean.active="true"
  51.  
  52. # Change the path to the prerequisite checker configuration file only if a new file has been
  53. # provided.  This can be a relative path or an absolute path.  Make sure both the
  54. # prereqChecker.xml and prereqChecker.dtd files are present at the provided path.
  55.  
  56. -W osLevelCheckActionBean.configFilePath="waspc/prereqChecker.xml"
  57.  
  58. # The following need the fully qualified path, including the config file name for the plugins.
  59. # If you want to install plugin, you must specify this path, other wise the installer will fail to
  60. # install plugins properly. Also the value must be included in double quotes
  61.  
  62. # IHS Config File Location
  63.  
  64. -W defaultIHSConfigFileLocationBean.value="C:\IBMHTTPServer\conf\httpd.conf"
  65.  
  66. # Launch the Product Registration Tool. In order to launch it please change the value to true. This is only for
  67. # GUI install.
  68.  
  69. -W launchPRTBean.active="false"
  70.  
  71. # Install Default App
  72.  
  73. -W installSampleAppSequenceBean.active="true"
  74.  
  75. # Show First Steps 
  76.  
  77. -W firstStepsSequenceBean.active="false"
  78.  
  79. # Install IVT 
  80.  
  81. -W installIVTAppSequenceBean.active="true"
  82.  
  83.