Wednesday, July 25, 2018

How to restart WAS server by deleting temp and cache.

Please follow below steps to restart WAS server by deleting temp and cache.

cd mydomain/bin
./stopServer server1
cd ..
rm -fr temp tranlog wstemp
cd bin/
./clearClassCache.sh
./osgiCfgInit.sh
./startServer server1

No comments:

Post a Comment