I'm working under Ubuntu, for Java EE I use Eclipse and GlassFish. I'm experiencing a strange problem.
Everything is just fine, except when I want import aglib for jstl library. Whenever I write these lines in web.xml:
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<include-prelude>/WEB-INF/includes/taglibs.jsp</include-prelude>
</jsp-property-group>
</jsp-config>
I have this problem:
Publishing to GlassFish 4 at localhost[domain1] ... has encountered a problem cannot deploy 'apps name'
Cannot deploy 'apps name' deploy is failing=Application with name ['apps name'] is not deployed
Any help would be appreciated - I really hate to write the taglib line for every jsp page.