
178 End-to-End e-business Transaction Management Made Easy
6.1 Basic maintenance for the TMTP WTP environment
The TMTP WTP environment is based on the DB2 database sever and the
WebSphere 5.0 Application Server, so it is important to understand some
basic maintenance tasks related to these two products.
To stop and start the DB2 Database Server open a DB2 command line
processor window and type the following commands:
db2stop
db2start
The database log file can be found at
/instance_home/sqllib/db2dump/db2diag.log.
To stop and start the WebSphere Application Server, type the following
commands:
./stopServer.sh server1 -user root -password [pas ...