We are using Jdev Studio Edition Version 12.2.1.3.0
I have modified my existing web.xml i.e, I changed login.html to login.jsp in the web.xml. In the new jsp page I'm using one jsp tag and I deployed the application in local weblogic server. When I try to access login.jsp I'm facing <oracle.adf.common> <ADFContext> <getCurrent> <Automatically initializing a DefaultContext for getCurrent. Caller should ensure that a DefaultContext is proper for this use. Memory leaks and/or unexpected behaviour may occur if the automatic initialization is performed improperly. This message may be avoided by performing initADFContext before using getCurrent().> in log.
If I use same login.jsp page without JSP tags its working good, I'm able to see the screen.