OA Framework development: Apache

In this forum Oracle Applications DBA's, System Administrators & Developers can share their knowledge/issues.
Post Reply
mckoy2404
Posts: 24
Joined: Mon Mar 19, 2007 1:19 am
Location: Cayman Islands

OA Framework development: Apache

Post by mckoy2404 »

Our development team is doing lots of OA Framework development in our Oracle Applications development environment. In order to see the results of development efforts they are requently requesting that Apache be bounced. This negatively impacts other people working in the same environment.

Do you have recommendations on how to deal with this? Is it possible to establish multiple Apache listener ports and then only bounce one of the listeners? Do you know how other companies deal with this?
mckoy2404
Posts: 24
Joined: Mon Mar 19, 2007 1:19 am
Location: Cayman Islands

Post by mckoy2404 »

i end up using the following it seem to work
Code:
echo "Stoping Apache..."
$OAD_TOP/admin/scripts/$CONTEXT_NAME/adapcctl.sh stop
echo "Apache stopped..."
echo "removing cache..."
cd $COMMON_TOP/_pages;rm -rf *
echo "Cache cleared..."
echo "Starting apache..."
$OAD_TOP/admin/scripts/$CONTEXT_NAME/adapcctl.sh start
echo "Apache bounced successfully..."
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest