I am using ivy both 6.0 and 6.2, and I have a lot of error trace java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config I think it's because of missing jstl jar file in ivy engine. Is there any solution for that? asked 27.09.2016 at 14:21 hungnam |
This error could arise if your webapp defines an error page which does not exist. If the configured error page can not be resolved, the webserver tries to display some legacy jsp error page which can fail with this error. Did you forget to migrate the content of the webapps directory? See http://developer.axonivy.com/doc/latest/EngineGuideHtml/configuration.html#configuration-errorhandling-customized Furthermore we've changed that JSTL is in the web-inf/lib dir. But that should not affect you: http://developer.axonivy.com/doc/latest/doc/migrationNotes/MigrationNotesEngine.html#taglib If these hints do not help you. Analyze the log output of the engine - may be this is only a follow up problem which obfuscates the root cause. answered 27.09.2016 at 16:43 Reguel Werme... ♦♦ Error page is not the problem. I didn't have it in my project
(28.09.2016 at 08:38)
hungnam
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 27.09.2016 at 14:21
Seen: 2,176 times
Last updated: 28.09.2016 at 08:52