Tuesday, February 16, 2016

Failed to load webapp

Sometimes we get this error while running ADF Application in integrated server in Jdeveloper.

weblogic.application.ModuleException: Failed to load webapp: 'ADFormModel-context-root'

This blog will be be helpful if you see the context root after this error of a application which is not suppose to be a web application.

weblogic.application.ModuleException: Failed to load webapp: 'ADFormModel-context-root'

Following two steps should solve the problem:
1. Check if there is any web app related files in Model Project, if yes remove it.
2. Check for deployment profile and configure the deployment profile to generate a jar.

Happy Learning !!

No comments:

Post a Comment