home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wsgatsam.zip / install / install-readme.txt next >
Text File  |  2003-02-24  |  2KB  |  47 lines

  1. Setting-up the WebServices Gateway JDBC driver and Data Source
  2. on WebSphere Application Server 4
  3.  
  4. Perform the 3 steps below before you install the Gateway Persistent Correlation
  5. Application wsgwcorr.ear.
  6. These steps are not needed when wsgwcorr.ear won't be installed (wsgwcorr.ear is
  7. needed for asynchronous channels like the JMS channel).
  8.  
  9. For steps 2 and 3, make sure your Application Server is running.
  10. Restart your Admin Server (node) after step 3.
  11.  
  12. Windows:
  13.  
  14. 1- Database and Table creation
  15. %Gateway_Dir%\install\WSGWinstallDB.bat will create the WSGWDB database and the
  16. GatewayCorrelationBean table inside it.
  17. Usage: WSGWinstallDB <WebSphere_AppServer_Dir> <db2userid> <db2pwd>
  18.  
  19. 2- JDBC driver creation
  20. %Gateway_Dir%\install\WSGWinstallJDBC.bat will create the JDBC driver
  21. Usage: WSGWinstallJDBC <Gateway_Dir> <Node_Name> <WebSphere_AppServer_Dir> <DB2_Dir>
  22.  
  23. 3 - DataSource creation
  24. %Gateway_Dir%\install\WSGWinstallDS.bat will create the data source
  25. Usage: WSGWinstallDS <Gateway_Dir> <Node_Name> <WebSphere_AppServer_Dir> <db2userid> <db2pwd>
  26.  
  27.  
  28.  
  29. Unix:
  30.  
  31. Make sure all the scripts under ${Gateway_Dir}/install have EXECUTE permission.
  32. (chmod +x *.sh)
  33.  
  34. 1- Database and Table creation
  35. As the 'root' user, go to ${Gateway_Dir}/install/
  36. ${Gateway_Dir}/install/WSGWinstallDB.sh will create Correlation table in WSGWDB
  37. database
  38. Usage: ./WSGWinstallDB.sh <WebSphere_AppServer_Dir> <db2userid>
  39.  
  40. 2- JDBC driver creation
  41. ${Gateway_Dir}/install/WSGWinstallJDBC.sh will create the JDBC driver
  42. Usage: ./WSGWinstallJDBC.sh <Gateway_Dir> <Node_Name> <WebSphere_AppServer_Dir> <DB2_Dir>
  43.  
  44. 3 - DataSource creation
  45. ${Gateway_Dir}/install/WSGWinstallDS.sh will create the data source
  46. Usage: ./WSGWinstallDS.sh <Gateway_Dir> <Node_Name> <WebSphere_AppServer_Dir> <db2userid> <db2pwd>
  47.