Re: NoClassDefFoundError using catalina ant deploy task

2014-03-29 Thread Konstantin Kolinko
2014-03-29 15:39 GMT+04:00 Christopher Schultz : > > Brendan, > > On 3/28/14, 8:51 PM, Brendan Miller wrote: >> I investigated more and found the solution... It seems like a doc >> bug in that the tutorial doesn't tell you everything you need to do >> to get deploy to work. >> >> tomcat-util.jar ne

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brendan, On 3/28/14, 8:51 PM, Brendan Miller wrote: > I investigated more and found the solution... It seems like a doc > bug in that the tutorial doesn't tell you everything you need to do > to get deploy to work. > > tomcat-util.jar needs to be p

RE: NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Martin Gainty
no bugs..just ...'undocumented features' glad you found the solution! Martin __ > Date: Fri, 28 Mar 2014 17:51:08 -0700 > Subject: Re: NoClassDefFoundError using catalina ant deploy task > From: catph...@catphive.net > To: users@tomcat.apache.org >

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Brendan Miller
I investigated more and found the solution... It seems like a doc bug in that the tutorial doesn't tell you everything you need to do to get deploy to work. tomcat-util.jar needs to be placed in ~/.ant/lib. The tutorial says to place catalina-ant.jar there, but doesn't mention tomcat-util.jar. Th