Search Results


Friday, October 21, 2016

Bounce R12 apache server


Restart R12 apache server


Stop Server
sh $INST_TOP/admin/scripts/adoacorectl.sh stopall

Start Server
sh $INST_TOP/admin/scripts/adoacorectl.sh startall

Check Server status
sh $INST_TOP/admin/scripts/adoacorectl.sh status -l


Clear HTML cache :

# Stop the server
cd $ADMIN_SCRIPTS_HOME
./adopmnctl.sh stopall
./adoacorectl.sh status  -l  
cd $COMMON_TOP/_pages
# Here are the java classes to clear.
ls -l (Check the files)
rm *

# Compile the jsp files
cd $FND_TOP/patch/115/bin
ojspCompile.pl --compile --flush -p 10
cd $COMMON_TOP/_pages
ls -l (Check the files)

# Start the server again
cd $ADMIN_SCRIPTS_HOME
./adopmnctl.sh startall
./adoacorectl.sh status  -l