Recently, I came across the following JBoss -> GlassFish migration
issue involving taglib-location in web.xml. Here is how I dealt with
it.
In a web-application's web.xml, <jsp-config> element can be used
to provide configuration information for JSP files. The following
fragment works on JBoss 4.3 (or so it was indicated to me)
<jsp-config>
<taglib>
<taglib-uri>...
Recently there has been some questions regarding order in which
Java EE modules in a Java EE eneterprise applications. The order in
which Java EE modules are loaded varies between Java EE application
servers. So it is a migration issue issue. This is the first of my blogs on this topic. In this blog, I have highlighted some aspects of order of loading of Java EE modules packaged in a *single* ear...