Re: NamingException running Cactus tests
Kazuhito SUGURI <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Francesco, In article <9122C43E8F4FB940A156CAB1E3EAB126010A64A9@itomae2km05.AD.QINTRA.COM>, Mon, 27 Mar 2006 15:19:09 -0600, "Guerra, Francesco" <[email protected]> wrote: Francesco> Yes I can start the tomcat instance manually and I can also run the Francesco> Cactus tests manually. Francesco> Francesco> I get the exception only when I run the Cactus Ant integration. Does your tomcat5x element have serverxml attribute? If it doesn't, could you set the attribute? Example: <tomcat5x dir="${tomcat5x.home}" serverxml="${tomcat5x.home}/conf/server.xml" /> Hope this helps, ---- Kazuhito SUGURI