home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / wsa5labs.zip / setupVARs.bat < prev    next >
DOS Batch File  |  2002-07-25  |  7KB  |  98 lines

  1. REM     
  2. REM         5630-A23, 5630-A22, (C) Copyright IBM Corporation, 2002
  3. REM         All rights reserved. Licensed Materials Property of IBM
  4. REM         Note to US Government users: Documentation related to restricted rights
  5. REM         Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule with IBM Corp.
  6. REM         This page may contain other proprietary notices and copyright information, the terms of which must be observed and followed.
  7. REM        
  8. REM         This program may be used, executed, copied, modified and distributed
  9. REM         without royalty for the purpose of developing, using,
  10. REM         marketing, or distributing.
  11. REM        
  12. REM       
  13. @echo off
  14. REM + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  15. REM   THIS BATCH FILE IS USED TO CONFIGURE WHERE YOU HAVE THE REQUIRED SOFTWARE FOR COMPLETION
  16. REM   OF THIS LAB INSTALLED. YOU CAN UPDATE THESE ENVIRONMENT VARIABLES AND THE BATCH FILES
  17. REM   USED SHOULD STILL RUN CORRECTLY.
  18. REM + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  19. REM   If you need to make updates, update the values on the SET= lines below. Pay close attention to the
  20. REM   descriptions of what these values are....if you omit a "\" for example, the batch files will 
  21. REM   obviously not work correctly. Your best option may be to create a backup of this file in the event
  22. REM   something goes wrong in the update of this file.
  23. REM ***************************************************************************************************
  24. REM   DB2INSTALLDRIVE 
  25. REM                       is the drive on which DB2 is installed...specify drive letter followed by a ":"
  26. REM ***************************************************************************************************
  27. SET DB2INSTALLDRIVE=C:
  28. REM ***************************************************************************************************
  29. REM   DB2INSTALLDIRECTORY 
  30. REM                       is the directory where DB2 is installed. Specify up through SQLLIB and 
  31. REM                       a "\" is required at the beginning. For example, if DB2 is installed in 
  32. REM                       C:\Program Files, you would have "\Program Files\SQLLIB" for this value.
  33. REM ***************************************************************************************************
  34. SET DB2INSTALLDIRECTORY=\SQLLIB
  35. REM ***************************************************************************************************
  36. REM   DB2INSTALLDIRECTORY_USEDWITHWSADMIN
  37. REM                       is the directory where DB2 is installed -- see notes for DB2INSTALLDIRECTORY.
  38. REM                       The difference, however, is a "/" vs. the "\".
  39. REM ***************************************************************************************************
  40. SET DB2INSTALLDIRECTORY_USEDWITHWSADMIN=/SQLLIB
  41. REM ***************************************************************************************************
  42. REM   WSADV5INSTALLDRIVE
  43. REM                       is the drive on which the WebSphere Studio Application Developer is
  44. REM                       installed...specify drive letter followed by a ":"
  45. REM ***************************************************************************************************
  46. SET WSADV5INSTALLDRIVE=C:
  47. REM ***************************************************************************************************
  48. REM   WSADV5
  49. REM                       is the directory where the WebSphere Studio Application Developer is
  50. REM                       installed. A "\" is required at the beginning of this path.
  51. REM ***************************************************************************************************
  52. SET WSADV5=\Program Files\IBM\Application Developer Beta
  53. REM ***************************************************************************************************
  54. REM   LABFILES50INSTALLDRIVE
  55. REM                       is the drive to which you have extracted LabFiles50......specify drive letter 
  56. REM                       followed by a ":"
  57. REM ***************************************************************************************************
  58. SET LABFILES50INSTALLDRIVE=C:
  59. REM ***************************************************************************************************
  60. REM   WEBSPHERE_APPSERVER_INSTALLDRIVE
  61. REM                       is the drive on which the WebSphere Application Server has been installed.
  62. REM                       Specify drive letter followed by a ":"
  63. REM ***************************************************************************************************
  64. SET WEBSPHERE_APPSERVER_INSTALLDRIVE=C:
  65. REM ***************************************************************************************************
  66. REM   WEBSPHERE_ND_INSTALLDRIVE
  67. REM                       is the drive on which the WebSphere Network Deployment has been installed.
  68. REM                       Specify drive letter followed by a ":"
  69. REM ***************************************************************************************************
  70. SET WEBSPHERE_ND_INSTALLDRIVE=C:
  71. REM ***************************************************************************************************
  72. REM   WEBSPHERE_APPSERVER_ROOT
  73. REM                       is the path where the WebSphere Application Server has been installed.
  74. REM                       There is no beginning "\" or ending "\".
  75. REM ***************************************************************************************************
  76. SET WEBSPHERE_APPSERVER_ROOT=WebSphere\AppServer
  77. REM ***************************************************************************************************
  78. REM   WEBSPHERE_APPSERVER_ROOT_USEDWITHWSADMIN
  79. REM                       is the path where the WebSphere Application Server has been installed.
  80. REM                       This is exactly the same as WEBSPHERE_APPSERVER_ROOT except the "slash" in
  81. REM                       the middle of this path slants up to the right for use within the
  82. REM                       wsadmin scripting tool.
  83. REM ***************************************************************************************************
  84. SET WEBSPHERE_APPSERVER_ROOT_USEDWITHWSADMIN=WebSphere/AppServer
  85. REM ***************************************************************************************************
  86. REM   WEBSPHERE_DEPLOYMENTMANAGER_ROOT
  87. REM                       is the path where the WebSphere Network Deployment has been installed.
  88. REM                       There is no beginning "\" or ending "\".
  89. REM ***************************************************************************************************
  90. SET WEBSPHERE_DEPLOYMENTMANAGER_ROOT=WebSphere\DeploymentManager
  91. REM ***************************************************************************************************
  92. REM   WEBSPHERE_DEPLOYMENTMANAGER_ROOT_USEDWITHWSADMIN
  93. REM                       is the path where the WebSphere Network Deployment has been installed.
  94. REM                       This is exactly the same as WEBSPHERE_DEPLOYMENTMANAGER_ROOT except the 
  95. REM                       "slash" in the middle of this path slants up to the right for use within
  96. REM                       the wsadmin scripting tool.
  97. REM ***************************************************************************************************
  98. SET WEBSPHERE_DEPLOYMENTMANAGER_ROOT_USEDWITHWSADMIN=WebSphere/DeploymentManager