Cust java/class file changes is not reflecting in R12.2.10
We migrated Oracle EBS from 12.0.4 to 12.2.10
After migration copied custom java files from 12.0.4 to 12.2.10 $JAVA_TOP and performed below and our custom pages worked.
Step 1.
All executed in RUN File System
cd $JAVA_TOP
adcgnjar
above command generate customall.jar
cd $ADMIN_SCRIPTS_HOME
./admanagedsrvctl.sh stop oacore_server1
./admanagedsrvctl.sh start oacore_server1
then apache restart
./adapcctl.sh stop
./adapcctl.sh start
-------------------------------------------------------------------------------------------------------------------------
Now we made a change in one of our custom java and copied the class file to below location
custom folder name - xx
cd $JAVA_TOP/xx/oracle/apps/pmgr/server
Again performed Step 1.
Also tried bouced ./adstpall.sh and ./adstrtal.sh