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

  1. # Response file for WAS 5.0 Install
  2.  
  3. # Please follow the comments to use the response file and understand the various options
  4. # You must carefully fill out or change the various values. May cause failure if not filled out
  5. # properly
  6.  
  7. # IMPORTANT:: ALL VALUES MUST BE ENCLOSED IN DOUBLE QUOTES ( "" ).
  8.  
  9. # Beginning of the response file that needs to be filled in by the user
  10. # Specify silent install. The below value will indicates the install would be silent. If you wish not to install
  11. # silently, just delete this value.
  12.  
  13. -silent
  14.  
  15.  
  16. ###########################################
  17. # This value is required.
  18. # PLEASE DO NOT REMOVE THIS VALUE.
  19.  
  20. -W setupTypes.selectedSetupTypeId="custom"
  21.  
  22. ###########################################
  23.  
  24.  
  25. # WAS Install Location
  26. # You will need to change this for UNIX Platforms.. As an example for aix, you can have it as
  27. # "/usr/WebSphere/AppServer"
  28.  
  29. -P wasBean.installLocation="C:\WebSphere\AppServer"
  30.  
  31. # IHS install Location
  32.  
  33. -P ihsFeatureBean.installLocation="C:\IBMHTTPServer"
  34.  
  35. # Set the following values to true or false, depending upon whether you want to install the following features or not
  36.  
  37. # Install Server
  38.  
  39. -P serverBean.active="true"
  40.  
  41. ####
  42.  
  43. # Begin Features for Admin
  44.  
  45. ####
  46.  
  47. # Install Admin
  48.  
  49. -P adminBean.active="true"
  50.  
  51. # The next 2 features are part of Admin. In order that any of these
  52. # features be installed, the property to install Admin as above must be
  53. # set to true.
  54.  
  55. # Install Admin Scripting
  56.  
  57. -P adminScriptingFeatureBean.active="true"
  58.  
  59. # Install Admin Console
  60.  
  61. -P adminConsoleFeatureBean.active="true"
  62.  
  63. ####
  64.  
  65. # End Features for Admin
  66.  
  67. ####
  68.  
  69. ####
  70.  
  71. # Begin Features for Application And Assembly Tools
  72.  
  73. ####
  74.  
  75. # Install Application And Assembly Tools
  76.  
  77. -P applicationAndAssemblyToolsBean.active="true"
  78.  
  79. # The next 3 features are part of Application And Assembly Tools. In order that any of these
  80. # features be installed, the property to install Application And Assembly Tools as above must be
  81. # set to true.
  82.  
  83. # Install Application And Assembly Tool
  84.  
  85. -P applicationAssemblyToolBean.active="true"
  86.  
  87. # Install deploy Tool
  88.  
  89. -P deployToolBean.active="true"
  90.  
  91. # Install Ant Utility
  92.  
  93. -P antUtilityBean.active="true"
  94.  
  95. ####
  96.  
  97. # End Features for Application And Assembly Tools
  98.  
  99. ####
  100.  
  101. ####
  102.  
  103. # Begin Features for Embedded Messaging
  104.  
  105. ####
  106.  
  107. # Install Embedded Messaging
  108. # In order to install any of the following two Sub-Features, you will have to set this Feature to true.
  109.  
  110. -P mqSeriesBean.active="true"
  111.  
  112. # The next three features are for Embedded Messaging Server and Client.
  113.  
  114. # Install Embedded Messaging Server.
  115.  
  116. -P mqSeriesServerBean.active="true"
  117.  
  118. # Install the Embedded Messaging Client
  119.  
  120. -P mqSeriesClientBean.active="true"
  121.  
  122. # Install Message_Driven Bean Samples
  123.  
  124. -P mqSeriesSamplesBean.active="false"
  125.  
  126. # Install IHS WebServer 1.3.26
  127.  
  128. -P ihsFeatureBean.active="true"
  129.  
  130. # Install Plugin Files
  131.  
  132. -P pluginBean.active="true"
  133.  
  134. # Install IHS plugin
  135.  
  136. -P ihsPluginBean.active="true"
  137.  
  138. # Install Apache Plugin
  139.  
  140. -P apachePluginBean.active="false"
  141.  
  142. # Install IIS Plugin
  143.  
  144. -P iisPluginBean.active="false"
  145.  
  146. # Install IPlanet Plugin
  147.  
  148. -P iplanet60PluginBean.active="false"
  149.  
  150. # Install Domino Plugin
  151.  
  152. -P dominoPluginBean.active="false"
  153.  
  154. # Install Samples
  155.  
  156. -P samplesBean.active="false"
  157.  
  158. ####
  159.  
  160. # Begin Features for Performance and Analysis Tools
  161.  
  162. ####
  163.  
  164. # Install Performance And Analysis Tools
  165.  
  166. -P performanceAndAnalysisToolsBean.active="true"
  167.  
  168. # The next 2 features are part of Performance And Analysis Tools. In order that any of these
  169. # features be installed, the property to install Performance And Analysis Tools as above must be
  170. # set to true.
  171.  
  172. # Install Tivoli Performance Viewer
  173.  
  174. -P tivoliPerfBean.active="true"
  175.  
  176. # Install Dynamic Cache Monitor
  177.  
  178. -P DCMBean.active="true"
  179.  
  180. # Installs Performance Servlet
  181.  
  182. -P performanceServletBean.active="true"
  183.  
  184. ####
  185.  
  186. # End Features for Performance and Analysis Tools
  187.  
  188. ####
  189.  
  190. # Install Javadocs
  191.  
  192. -P javadocBean.active="true"
  193.  
  194. # You must replace the "DefaultNode" with the node name that you want the default node to be,
  195. # and "127.0.0.1" to a resolveable hostname or IP address for your machine.
  196.