RE: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
17 3:08 PM > To: Tomcat Users List > Subject: RE: Embedded Tomcat throws FileNotFoundException for > TldScanner upgrade from 8.0.x to 8.0.x > > Hi > > I tried that also .Still it's giving the same error msg. Please help me to > solve the issue. > > Regards, >

RE: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
17 3:08 PM > To: Tomcat Users List > Subject: RE: Embedded Tomcat throws FileNotFoundException for > TldScanner upgrade from 8.0.x to 8.0.x > > Hi > > I tried that also .Still it's giving the same error msg. Please help me to > solve the issue. > > Regards, >

Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread M. Manna
- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Friday, August 04, 2017 2:24 PM > To: Tomcat Users List > Subject: Re: Embedded Tomcat throws FileNotFoundException for TldScanner > upgrade from 8.0.x to 8.0.x > > So if you don't want to scan jar, do you still

Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread Mark Thomas
Original Message- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Friday, August 04, 2017 2:24 PM > To: Tomcat Users List > Subject: Re: Embedded Tomcat throws FileNotFoundException for TldScanner > upgrade from 8.0.x to 8.0.x > > So if you don't want to scan

RE: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
omcat Users List Subject: Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x So if you don't want to scan jar, do you still need that Jar scanner in the context? All you have done in the code above, is disabled the jar scanner. Do you want to try without

RE: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
gt; > > > I am trying to create EmbeddedTomcat so no context.xml created. > > Tomcat t=new Tomcat(); > > Everything through object creation. > > > > Regards, > > Abirami.S > > > > -Original Message----- > > From: M. Manna [mailto:manme...@gmail.com

Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread M. Manna
reated. > > Tomcat t=new Tomcat(); > > Everything through object creation. > > > > Regards, > > Abirami.S > > > > -----Original Message- > > From: M. Manna [mailto:manme...@gmail.com] > > Sent: Friday, August 04, 2017 1:18 PM > >

RE: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
List Subject: Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x Okay, where are you getting your contextPath from? The code you posted is below: 3)Context context= Tomcat.addwebapp(contextpath,docpath); StandardJarScanner scanner=new StandardJarScanner

Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread M. Manna
.com] > Sent: Friday, August 04, 2017 1:18 PM > To: Tomcat Users List > Subject: Re: Embedded Tomcat throws FileNotFoundException for TldScanner > upgrade from 8.0.x to 8.0.x > > Hi, > > What is in your context.xml file? You can find it in conf directory. > > Regar

RE: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x Hi, What is in your context.xml file? You can find it in conf directory. Regards, On 4 August 2017 at 08:43, S Abirami wrote: > Hi , > > I am using Embedded tomcat to create webapp. when I am

Re: Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread M. Manna
Hi, What is in your context.xml file? You can find it in conf directory. Regards, On 4 August 2017 at 08:43, S Abirami wrote: > Hi , > > I am using Embedded tomcat to create webapp. when I am trying to add > web app it is throwing the following exception but Server started > successfully

Embedded Tomcat throws FileNotFoundException for TldScanner upgrade from 8.0.x to 8.0.x

2017-08-04 Thread S Abirami
Hi , I am using Embedded tomcat to create webapp. when I am trying to add web app it is throwing the following exception but Server started successfully. However,I need to eradicate this exception from the log. java.io.FileNotFoundException: /var/lib/jide-grids.jar (No such file or direct