Hi Gustavo, Here's the logic from the <cactus> task when deploying a cactified EAR:
1/ it looks in application.xml for all defined web modules 2/ for each of them (in the order defined in application.xml), it looks for a Servlet Redirector mapping in its web.xml 3/ if no Servlet Redirector is found in any of the web modules, it reports the error you're getting. Hope it helps, -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 16 March 2004 19:33 > To: [EMAIL PROTECTED] > Subject: Could not find cactified web module in the EAR file > > Hi, > > I�m running <cactus> ant task in my EJB project, which is similar to > the > example packaged in Cactus Distribution, cactus-ejb-example. > > I get the following error : > > Could not find cactified web module in the > [D:\eclipse\workspace\CashCardWebBusiness\CashCardWebBusiness-v0-3- > cactified.ear] EAR > > Opening the EAR file, I can see that the cactified WAR file is there, > and > that it is valid. > > Any suggestions ? > > thx, > Gustavo. > > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
