Friday, August 31, 2007
Custom Forms/Menu Failes with Listener Servlet with Oracle Applications 11i
Last week we configured oracle application forms from socket mode to servelete move in production. We were not able to start any forms/menus from oracle applications. When we further investigated issue and did following.
1. Go to $APACHE_TOP/Jserv/etc/
2. Add all custom tops in the formservlet.ini file.
Put custom top between “#Begin Customization” and “End Customization”.
#Begin Customization
SEXX_TOP=/apps/OEBS//appltop/sexx/custom
#End Customization
3. Begin Customization and end Customization entries are needed if instance is autoconfig
enabled else SEXX_TOP will be overwritten by autoconfig.
4. You need not to restart services. You can log off and login again.
No comments:
Post a Comment