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
-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
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
>
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
I was going through the tomcat docs and trying to use the default build.xml
file provided by the appdev tutorial to deploy my war to tomcat.
Example build.xml:
http://tomcat.apache.org/tomcat-8.0-doc/appdev/build.xml.txt
However, when I use the deploy task I always get
a java.lang.NoClassDefFound