Thanks, Vincent! I updated my poms to extract the TLDs from the jar files and place them un WEB-INF. This seems to be working for now. However, I did notice that when building the war, it is placing the TLDs in web-inf and not WEB-INF. Not sure if that will make a difference or not?
Thanks, Ken -----Original Message----- From: Vincent Latombe [mailto:[email protected]] Sent: Friday, August 31, 2012 10:20 AM To: Maven Users List Subject: Re: [Q] Skinny Wars and Taglibs I think it depends on the container, but you actually need the tlds (at least) in the .war. (under WEB-INF). Vincent 2012/8/30 Hoying, Ken <[email protected]> > I am betting someone already has a clever solution to the following > problem. I am trying to create a deployment ear which contains a war. I > did not want to bloat the ear by repeating the jar files in both the EAR > and WAR libs. So I used the skinnyWars setting for the maven-ear-plugin > (v2.7). At first I thought this was going to work great and it almost did. > However, my JSP pages are now complaining that they cannot find the > taglibs. I am getting the following error: > > The absolute uri: http://www.springframework.org/tags cannot be resolved > in either web.xml or the jar files deployed with this application > > It seems that the sever really wants these jars to be located under the > WAR's lib. > > Has anyone found a way around this? > > Thanks in advance! > Ken > > ----------------------------------------- > ***Note:The information contained in this message may be privileged and > confidential and protected from disclosure. If the reader of this message > is not the intended recipient, or an employee or agent responsible for > delivering this message to the intended recipient, you are hereby notified > that any dissemination, distribution or copying of this communication is > strictly prohibited. If you have received this communication in error, > please notify the Sender immediately by replying to the message and > deleting it from your computer. Thank you. Premier Inc. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > ----------------------------------------- ***Note:The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the Sender immediately by replying to the message and deleting it from your computer. Thank you. Premier Inc.
