So does anyone know how to get JBoss to look inside the jar (which isn't in WEB-INF/lib, but the JBoss Server lib) for the struts tld?
David Hernandez -----Original Message----- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 5:50 PM To: Struts Users Mailing List Subject: Re: Struts2 Jar on JBoss Yes, that's what I meant, but not what I said, that happens when there is too much multitasking going on :) musachy On Mon, Jun 23, 2008 at 5:47 PM, Hernandez, David <[EMAIL PROTECTED]> wrote: > That's not the case. If the jar isn't present then the deployment fails upon reading struts.xml because the FilterDispatcher cannot be found. The classes are being loaded from the jar however it's not looking in the jar for the TLD. > Regards, > ------Original Message------ > From: Musachy Barroso > To: Struts Users Mailing List > ReplyTo: Struts Users Mailing List > Sent: Jun 23, 2008 5:32 PM > Subject: Re: Struts2 Jar on JBoss > > The taglib is in core, so somehow it is not finding struts-core jar. > > musachy > > On Mon, Jun 23, 2008 at 5:15 PM, Hernandez, David > <[EMAIL PROTECTED]> wrote: >> Hey Guys, >> >> I'm trying to deploy several apps built with Struts2 that share a >> common lib directory. I'm running on JBoss. If I put all the jar's in >> the server lib directory everything compiles and deploys fine. If I >> go to an action it is executed, but when it attempts to read the jsp >> it fails to find the struts tld. See an excerpt from my log below: >> >> .... >> 2008-06-23 17:12:49,085 DEBUG >> [com.opensymphony.xwork2.util.InstantiatingNullHandler] Entering >> nullPropertyValue >> [EMAIL PROTECTED] >> 50b 99d, [EMAIL PROTECTED], >> property=org] >> 2008-06-23 17:12:49,280 DEBUG >> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in: >> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jsf-libs/js >> f-i >> mpl.jar >> 2008-06-23 17:12:49,420 DEBUG >> [org.jboss.web.tomcat.service.jasper.TagLibCache] Scanning for tlds in: >> file:/home/nycco2q/jboss/eap4.2/deploy/jboss-web.deployer/jstl.jar >> 2008-06-23 17:12:49,513 ERROR >> [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/CO2 >> /Da ilyCheckout].[jsp]] Servlet.service() for servlet jsp threw >> exception >> org.apache.jasper.JasperException: File "/struts-tags" not found >> at >> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH >> and > > ------Original Message Truncated------ > > David Hernandez > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > - - - - - - - - - > > This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. > > > -------- > IRS Circular 230 Disclosure: > Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein. > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Lehman Brothers. Email transmission cannot be guaranteed to be secure or error-free. Therefore, we do not represent that this information is complete or accurate and it should not be relied upon as such. All information is subject to change without notice. -------- IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]