Network Deployment (Distributed operating systems), v8.0 > Reference > Administrator best practices
Bus-enabled web services installation files and locations
When you install WAS, the files that are required for running service integration bus-enabled web services are copied into your file system under WAS_HOME, where WAS_HOME is the root directory for the installation of WAS.
The following table lists the main bus-enabled web services files that you might have to access, and the locations into which they are placed.
In the table, .ext is the file extension .bat for a Windows system, or .sh for a UNIX, Linux or z/OS system.
Bus-enabled web services files and their locations. The first column of this table lists the main bus-enabled web services files, the second column describes the purpose of the files, the third column lists the locations of the files.
File name Purpose Location installSdoRepository.jacl The script used to configure the SDO repository. Bus-enabled web services use an SDO repository for storing and serving their WSDL definitions. WAS_HOME/bin uninstallSdoRepository.jacl The script used to uninstall the SDO repository. WAS_HOME/bin SDO repository resources The resource files used to configure the SDO repository to work with a range of different databases. WAS_HOME/util/SdoRepository migratewsgw.extThe command file used to migrate a web services gateway from WAS v5.1 to later versions. WAS_HOME/util sibwsauthbean.ear The application for Password-protecting a web service operation. WAS_HOME/installableApps sibwsAuthGen.extThe command file used to generate authorization beans for password-protecting a web service operation. WAS_HOME/util soap//publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ channel1.ear The SOAP over HTTP endpoint listener 1 application. This application is installed automatically when you create an associated endpoint listener configuration. WAS_HOME/installableApps soap//publib.boulder.ibm.com/infocenter/wasinfo/v8r0/index.jsp?topic=/ channel2.ear The SOAP over HTTP endpoint listener 2 application. This application is installed automatically when you create an associated endpoint listener configuration. WAS_HOME/installableApps soapjmschannel1.ear The synchronous SOAP over JMS endpoint listener 1 application. This application is installed automatically when you create an associated endpoint listener configuration. WAS_HOME/installableApps soapjmschannel2.ear The synchronous SOAP over JMS endpoint listener 2 application. This application is installed automatically when you create an associated endpoint listener configuration. WAS_HOME/installableApps
Related
Directory conventions