Hi,
I am trying to deploy the SDKCustomJsp but when I am restarting the Tomcat server, it is giving me exception
java.lang.IllegalStateException: No Factories configured for this Application -
typically this is because a context listener is not setup in your web.xml.
A typical config looks like this;
<listener>
<listener-class>org.apache.myfaces.webapp.StartupServletContextListener</liste
ner-class>
</listener>
What will be the issue? Is there any document to guide about building this.
Regards,
Amit B