Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-10-28 Thread Amit Lonkar
/8.0.26 > On Oct 22, 2015, at 8:32 AM, Christopher Schultz > wrote: > > Amit, > > On 10/16/15 3:44 PM, Amit Lonkar wrote: >> Thanks Chris >> >> Tried two scenarios >> >> 1. Removed any tomcat-*.jar files from webapp/WEB-INF/lib folder. Also mo

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-10-16 Thread Amit Lonkar
; > On 10/15/15 2:45 PM, Amit Lonkar wrote: >> All jar files are sitting in the webapp/WEB-INF/lib. Please see >> attached screen shot. >> >> The ant jar is apache ant 1.9.6. >> >> I have small maven project can be used to reproduce this problem, >> i

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-10-15 Thread Amit Lonkar
ltz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Amit, > > On 10/15/15 11:15 AM, Amit Lonkar wrote: >> Any ideas on this one? > > You said that ant.jar was in your classpath. Where exactly is that JAR > file? In fact... where are all

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-10-15 Thread Amit Lonkar
Any ideas on this one? > On Oct 5, 2015, at 5:11 PM, Amit Lonkar wrote: > > Hi Chris > > Any ideas why the Ant Task might be failing in Tomcat 8? > Yes the application works on a clean fresh tomcat 7 but not on tomcat 8. > > We have a Administrator application that

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-10-05 Thread Amit Lonkar
the Ant Task. Thanks Amit > On Sep 25, 2015, at 2:47 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Amit, > > On 9/24/15 2:24 PM, Amit Lonkar wrote: >> We are trying to upgrade from Tomcat 7 to Tomcat 8. One of t

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-10-01 Thread Amit Lonkar
the Ant Task. Thanks Amit > On Sep 25, 2015, at 2:55 PM, Amit Lonkar wrote: > > Yes its an Administrator web application used to deploy our product war files > to customers via a patch. I just posted a example of a servlet to help > reproduce it. > > — Amit >&g

Re: Class Loader Problems with Tomcat 8 + Ant Task

2015-09-25 Thread Amit Lonkar
t; Hash: SHA256 > > Amit, > > On 9/24/15 2:24 PM, Amit Lonkar wrote: >> We are trying to upgrade from Tomcat 7 to Tomcat 8. One of the >> functionalities we have is to deploy a war file using the >> DeployTask class. I have a simple test servlet that uses the >>