RE: Reg: Tomcat temp file deletion

2025-02-07 Thread Jalaj Asher
to this email. If you feel this is a phishing scam, please use the Phish Alert Report button in Outlook. On 06/02/2025 19:25, Jalaj Asher wrote: > Hello, > Is it ok to delete files from tomcat/temp folder while the tomcat is running > ? Generally, no. There are instances where that w

Reg: Tomcat temp file deletion

2025-02-06 Thread Jalaj Asher
Hello, Is it ok to delete files from tomcat/temp folder while the tomcat is running ? It required to restart the tomcats post deletion of the files in tomcat/temp folder or should it be deleted only post stopping the tomcat service ? CONFIDENTIALITY NOTICE TO RECIPIENT: This transmission co

RE: Reg: tomcat CPU spikes

2024-08-08 Thread Jalaj Asher
) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) Regards Jalaj P Asher -Original Message- From: Jalaj Asher Sent: Tuesday, August 6, 2024 5:50 PM To: Tomcat Users List Subject: RE: Reg: tomcat CPU spikes Thanks Mark and Chris

RE: Reg: tomcat CPU spikes

2024-08-06 Thread Jalaj Asher
responding to this email. If you feel this is a phishing scam, please use the Phish Alert Report button in Outlook. Mark, On 7/29/24 05:37, Mark Thomas wrote: > On 26/07/2024 22:19, Jalaj Asher wrote: >> Thanks Christopher. >> But can we also consider allowing caching of different type

RE: Reg: tomcat CPU spikes

2024-07-26 Thread Jalaj Asher
/19/24 14:28, Jalaj Asher wrote: > This is the warning message we get when cachingAllowed is not set to > false > > org.apache.catalina.webresources.Cache.getResource Unable to add the resource > at [/WEB-INF/classes/] to the cache for web application [/x] because > there was

RE: Reg: tomcat CPU spikes

2024-07-19 Thread Jalaj Asher
cache entries - consider increasing the maximum size of the cache. Regards Jalaj P Asher -Original Message- From: Jalaj Asher Sent: Tuesday, July 16, 2024 1:30 PM To: Tomcat Users List Subject: RE: Reg: tomcat CPU spikes > space". Which was very quickly filling up our disk space

RE: Reg: tomcat CPU spikes

2024-07-16 Thread Jalaj Asher
originated from an External Source outside of eClinicalWorks. Always use caution when opening attachments, clicking links, or when responding to this email. If you feel this is a phishing scam, please use the Phish Alert Report button in Outlook. Jalaj, On 7/15/24 18:18, Jalaj Asher wrote: >

RE: Reg: tomcat CPU spikes

2024-07-15 Thread Jalaj Asher
, On 7/15/24 15:03, Jalaj Asher wrote: > Yeah I was wondering the same as this has been in place since a few > years now atleast 4 years since cachingAllowed had some changes in > tomcat 8 which was resulting in it caching all static content as well > as jsps and jars and our though

RE: Reg: tomcat CPU spikes

2024-07-15 Thread Jalaj Asher
scam, please use the Phish Alert Report button in Outlook. Jalaj, On 7/12/24 10:19, Jalaj Asher wrote: > Thank you Chuck and John for the responses. > > Just a few points from the things you highlighted and wanted me to > check 1. unpackwar is set to true. I checked and was informed

RE: Reg: tomcat CPU spikes

2024-07-12 Thread Jalaj Asher
this is a phishing scam, please use the Phish Alert Report button in Outlook. > On Jul 10, 2024, at 17:02, Jalaj Asher > wrote: > > Sharing another stack to see if this can give any more insights.this thread > is the tomcat main thread was loading about 65MB of data. >

RE: Reg: tomcat CPU spikes

2024-07-10 Thread Jalaj Asher
ionResults.getBeanInfo(CachedIntrospectionResults.java:255) Regards Jalaj From: Jalaj Asher Sent: Wednesday, July 10, 2024 4:19 PM To: users@tomcat.apache.org Subject: Reg: tomcat CPU spikes Hello, We are using tomcat version 9.0.80. We are seeing intermittent CPU spikes with the requests having th

Reg: tomcat CPU spikes

2024-07-10 Thread Jalaj Asher
Hello, We are using tomcat version 9.0.80. We are seeing intermittent CPU spikes with the requests having the following stack and it is also causing disk spikes on our end because of this call stack . at java.util.zip.ZipFile.getEntry(Native Method) at java.util.zip.ZipFile.getEntry(ZipFile.jav

RE: Posting questions

2024-01-05 Thread Jalaj Asher
Omkar, 2 questions 1. when you say processes what processes are you seeing being invoked and does it stop at 200 processes. May be a screen shot might help 2. does the tomcat have read write privilege on all its folders ? If not does giving those rights help ? -Original Message- From:

RE: Log format access logs standard

2022-06-07 Thread Jalaj Asher
Can you try JSessionID ? -Original Message- From: rinilnath r Sent: Tuesday, June 7, 2022 7:25 AM To: Tomcat Users List Subject: Re: Log format access logs standard [You don't often get email from riniln...@gmail.com. Learn why this is important at https://aka.ms/LearnAboutSenderIdent

RE: Debug apache-tomcat-8.5.59 open sockets on Linux 8

2021-08-31 Thread Jalaj Asher
Have you tried 2 things 1. in context.xml set reloadable ="false" 2. in server.xml if you have the tomcat-users.xml tag being used add the watchSource="false" tag. There is a known bug which causes open files issues with this. Regards Jalaj P Asher -Original Message- From: Christopher

RE: Improve logging in org.apache.catalina.filters.RestCsrfPreventionFilter ?

2021-08-27 Thread Jalaj Asher
That will be a great enhancement to have. Regards Jalaj P Asher -Original Message- From: Polina Georgieva Sent: Thursday, August 26, 2021 10:49 AM To: Tomcat Users List Subject: Improve logging in org.apache.catalina.filters.RestCsrfPreventionFilter ? [You don't often get email from

RE: Reg: caching allowed setting in tomcat

2021-03-03 Thread Jalaj Asher
eClinicalWorks. Always use caution when opening attachments or clicking links from unknown senders or when receiving unexpected emails. On 02/03/2021 16:55, Jalaj Asher wrote: > --- Just to clarify when I disable cachingallowed setting does it stop > the compilation in the tomcat i.e the files

RE: Reg: caching allowed setting in tomcat

2021-03-02 Thread Jalaj Asher
sent from someone outside of eClinicalWorks. Always use caution when opening attachments or clicking links from unknown senders or when receiving unexpected emails. On 01/03/2021 16:03, Jalaj Asher wrote: > I see that the cachingallowed setting is primarily for static content caching. >

Reg: caching allowed setting in tomcat

2021-03-01 Thread Jalaj Asher
I see that the cachingallowed setting is primarily for static content caching. But considering my application we have a lot of static content data resulting in almost 100 to 150 MB of heap memory being used because of this caching. 1. Is there any way to do this caching on disk ? 1. My

RE: Reg: Jars under web-inf lib being accessed by tomcat even when the application is not running.

2021-01-22 Thread Jalaj Asher
application is not running. Attention: This email was sent from someone outside of eClinicalWorks. Always use caution when opening attachments or clicking links from unknown senders or when receiving unexpected emails. Jalaj, On 1/22/21 11:39, Jalaj Asher wrote: > We have not set the autorel

RE: Reg: Jars under web-inf lib being accessed by tomcat even when the application is not running.

2021-01-22 Thread Jalaj Asher
nicalWorks. Always use caution when opening attachments or clicking links from unknown senders or when receiving unexpected emails. Jalaj, On 1/19/21 14:34, Jalaj Asher wrote: > Yes the auto deploy is set to false in our environment. How about auto-reload for the application? auto-deploy is a pr

RE: Reg: Jars under web-inf lib being accessed by tomcat even when the application is not running.

2021-01-19 Thread Jalaj Asher
emails. Jalaj, On 1/18/21 11:13, Jalaj Asher wrote: > We have a situation where in we are seeing with tomcat 8.5 and higher that > even when the application is not in use , tomcat is accessing different jars > in that web-inf/ lib folder every few seconds or few minutes. > > The

Reg: Jars under web-inf lib being accessed by tomcat even when the application is not running.

2021-01-18 Thread Jalaj Asher
We have a situation where in we are seeing with tomcat 8.5 and higher that even when the application is not in use , tomcat is accessing different jars in that web-inf/ lib folder every few seconds or few minutes. These jars are not getting loaded in memory , we profiled it to check if they we

RE: jdbc connction pool issues [EXTERNAL]

2020-12-15 Thread Jalaj Asher
Hi Shawn, Check the Catalina home and see if your tomcat set up Is pointed to the correct path. You can check that from the registry as well to make sure the service is not pointed to another tomcat which might have these parameters setup. The registry path is HKEY_LOCAL_MACHINE --> software-->w