1. Go to the standard scripts present in the $COMMON_TOP
cd $COMMON_TOP/admin/scripts/CONTEXT_NAME
2. Stop the Apache Processes
adapcctl.sh stop apps/*******
3. Check for Apache Processes
ps -ef|grep Apache|grep iAS
If found any even after stopping the Apache Server please kill it manually
kill -9 spid
4.Start the Apache Processes
adapcctl.sh start apps/*******
5. Check the Front end whether you are able to login and also from the backend execute the step 3 so that it should display the Apache Processes
cd $COMMON_TOP/admin/scripts/CONTEXT_NAME
2. Stop the Apache Processes
adapcctl.sh stop apps/*******
3. Check for Apache Processes
ps -ef|grep Apache|grep iAS
If found any even after stopping the Apache Server please kill it manually
kill -9 spid
4.Start the Apache Processes
adapcctl.sh start apps/*******
5. Check the Front end whether you are able to login and also from the backend execute the step 3 so that it should display the Apache Processes
No comments:
Post a Comment