Force ParallelWebappClassLoader to load instrumentation agent after VM starts

2017-10-04 Thread M. Manna
Hi, I was hoping to get some help/suggestion since I have nearly exhausted all options (at least, I have tried quite a few items). I have an instrumentation agent which i want to load after the VM starts tomcat. I have no problem loading the agent itself. What I am having issues with is the

Re: web.xml

2017-09-05 Thread M. Manna
Is a GET/POST call you are using to get the xml content? Have you reproduced this yourself. Or is it from that security report? On 5 Sep 2017 23:17, "Alejandro Vargas M." < alejandro.var...@kymsolutions.com> wrote: Good afternoon, I have a website on a client, and they ran a vulnerability

Re: Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread M. Manna
..@apache.org> wrote: > On 11/08/17 13:57, M. Manna wrote: > > Hello, > > > > i am not sure if Jasper (JSPC) currently supports excluding a list of > JSP > > files using typical or directive. > > > > Jpsc is a directory based task so it does have pa

Tomcat Jasper (Jspc) compilation - Excluding list of JSPs from Jasper Compilation

2017-08-11 Thread M. Manna
point me to the right direction? All I want is to exclude certain JSP files when I am pre-compiling JSPs. But I am good when I deploy on tomcat (no need to exclude anything). I appreciate the help :) Kindest Regards, M. Manna

Re: SSL is not working

2017-08-04 Thread M. Manna
import all the certificates correctly to your server keystore this shouldn't be happening. Check this post to see if you find any missing steps - https://www.digicert.com/util/repair-intermediate-ssl-certificate-errors-using-digicert-utility-for-microsoft-servers.htm . Regards, On 4 August 2017 at 17:38, M. Ma

Re: SSL is not working

2017-08-04 Thread M. Manna
by default, trusted. > >> I am new to Tomcat. Where can I find the trust store and is it separate > from the server key store? > > Thanks > -Original Message- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Friday, August 4, 2017 12:16 PM > To: Tomcat User

Re: SSL is not working

2017-08-04 Thread M. Manna
Have you imported the signed server certificate into the server keystore with all the root+intermediate certificates? in other words, does the "chain-of-trust" exist in server keystore? You just need to add the root and intermediate CA certs to trust store - any server certs signed by them is by

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

2017-08-04 Thread M. Manna
t; 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, > Abirami.S > >

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

2017-08-04 Thread M. Manna
Webapp location. > Also I don’t want to scan any jar files. > I want to disable Jarscanner. > > Regards, > Abirami.S > > -----Original Message- > From: M. Manna [mailto:manme...@gmail.com] > Sent: Friday, August 04, 2017 1:26 PM > To: Tomcat Users List > Subject:

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

2017-08-04 Thread M. Manna
at 08:50, S Abirami <s.abir...@ericsson.com> wrote: > Hi, > > 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.

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

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread M. Manna
http:// localhost:8083 > > Thanks > > > > > On Mon, 31 Jul 2017 11:09 pm M. Manna, <manme...@gmail.com> wrote: > > > Please share your server.xml and if possible. Also, does the request > times > > out with an error on the browser? if so, what is the

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread M. Manna
gh I use tomcat default port 8080 it's the same I am able to do > wget and curl but when launching the ui from local Windows machine it's > keep on rotating but never opens > > Thanks in advance > > On Mon, 31 Jul 2017 11:00 pm M. Manna, <manme...@gmail.com> wrote: > >

Re: Tomcat is starting but unable to launch homepage in Linux. When launched from a browser from local machine it keep on rotating.

2017-07-31 Thread M. Manna
What happens if you use the Tomcat default settings - not using 8083 port? Does that work? On 31 July 2017 at 18:18, Chaitanya Sabbineni wrote: > Hi All, > > Can anyone please help me with the issue > > I installed tomcat on Linux server and I deployed my application on

Re: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread M. Manna
t that the server is down and routes the traffic > to the other hosts. > This is like we always do since tomcat 6. > After downgrading back to the old version load is comming back fast. > > Because of the shared infrastructure every change to the > loadbalancing pools must be ordere

Re: No traffic after upgrade to Tomcat 8.5.16 (loadbalancing issue)

2017-07-31 Thread M. Manna
When you upgraded the affected tomcat from 8.0.45 to 8.5.16, Did you take it off the server farms first? Or did you do it without? Try to remove the affected tomcat off the server farm. Do you upgrade, and then put it back inside the farm. Or have you tried this already? On 31 July 2017 at

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread M. Manna
what does the following show on command line echo %TMP% echo %TEMP% On 20 July 2017 at 15:44, Roparzh Hemon wrote: > I created a C:\Program Files\Apache > Software Foundation\Tomcat 9.0 again directory next to the original > one, and retried the installation process with

Re: Unable to install Tomcat 9 on Windows 10

2017-07-20 Thread M. Manna
Where is your TMP folder location? Is it somewhere inside Windows? Try a different TMP folder location and restart. On 20 July 2017 at 14:45, Roparzh Hemon wrote: > Hello all, > > I am currently unable to install Tomcat 9.0 on my Windows 10 > system (I didn't

Re: Tomcat 8.5.16 - APR version mismatch error upon startup

2017-07-18 Thread M. Manna
application doesn't have any other duplicate tcnative-1.dll but I will keep checking. KR, On 18 July 2017 at 16:44, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > 2017-07-18 17:42 GMT+03:00 M. Manna <manme...@gmail.com>: > > Hello, > > > > We have recently upgraded

Tomcat 8.5.16 - APR version mismatch error upon startup

2017-07-18 Thread M. Manna
Hello, We have recently upgraded our tomcat from 8.0.29 to 8.5.16. As part of standard upgrade we have cleaned up all our bin/conf/lib folder contents and removed any older jars (e.g. ecj jars). Upon startup - we are getting the following error: Listening for transport dt_socket at address:

Re: Nested Tag Iteration Patches for versions 8.5.15

2017-07-07 Thread M. Manna
Thank you !! :) The chang log page had hammer icon next to it. Ao just wanted to make sure if the hammer meant something good :) On Fri, 7 Jul 2017 at 3:51 pm, Mark Thomas <ma...@apache.org> wrote: > On 07/07/17 15:20, M. Manna wrote: > > Hi, > > > > We are

Nested Tag Iteration Patches for versions 8.5.15

2017-07-07 Thread M. Manna
Hi, We are about to upgrade our system to 8.5.15 and just wanted to know if this nested tag iteration patch has been applied to 8.5.14 onwards. Below is the bugzilla link. https://bz.apache.org/bugzilla/show_bug.cgi?id=60497 I would appreciate if someone confirms. Thanks, MM

<    1   2