Configurator Extension Servlet Problem in Oracle R12.2.10
Hello All,
We are upgrading from Oracle EBS R12.1.3 to EBS R12.2.10. Configurator extensions are heavily used in our project. After upgrading to R12.2.10, existing Configurator servlets (ex. Custom Servlets that are called on a button click), are not working. We're getting a HTTP 403 error page when that button is clicked. It should have call and open custom servlet.
Following are the steps that we already did -
- All java classes are put in JAVA_TOP from Custom/java.
- Servlet entry to web.xml ($FMW_HOME/Oracle_EBS-app1/applications/oacore/html/WEB-INF/web.xml) is completed successfully and apache / oacore is also bounced.