Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Mark Thomas
On 22/03/17 16:20, Igal @ Lucee.org wrote: > Looks like all the threads are waiting on the same lock? > > parking to wait for <0x0006c09932f8> (a > java.util.concurrent.locks.ReentrantLock$NonfairSync) Agreed. But I don't see anything holding that lock. That looks like a JVM bug to me. Mark

RE: Migration

2017-03-22 Thread Berneburg, Cris J. - US
Osama > I have been asked by a company to update their existing working > tomcat 5 application, which is working on an old Windows 2003 > platform and accessing SQL 2005. The new servers are Windows and > SQL 2012. I downloaded and installed Tomcat 8.5.12. So, what I > need to do for migrating th

Re: Validator fpr policy files

2017-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Karsten, On 3/22/17 8:08 AM, Schöke, Karsten wrote: > if a tool exists, that parse one or more tomcat security policy > files, that are validate? I will use that in a continues > integration environment, for policy file deployment and to > guarantee

Re: Migration

2017-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Osama, On 3/21/17 3:43 PM, M. Osama Alghwell wrote: > On Mar 21, 2017 7:21 PM, "Christopher Schultz" > wrote: > > Osama, > > On 3/21/17 1:10 PM, M. Osama Alghwell wrote: I have been asked by a company to update their existing working to

Re: Migration

2017-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Osama, On 3/21/17 3:46 PM, M. Osama Alghwell wrote: > On Mar 21, 2017 7:25 PM, "Caldarale, Charles R" > wrote: > >>> From: M. Osama Alghwell [mailto:malghw...@gmail.com] Subject: >>> Migration >> >>> I have been asked by a company to update their

Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Igal @ Lucee.org
Looks like all the threads are waiting on the same lock? parking to wait for <0x0006c09932f8> (a java.util.concurrent.locks.ReentrantLock$NonfairSync) Igal Sapir Lucee Core Developer Lucee.org On 3/22/2017 8:50 AM, Igal @ Lucee.org wrote: I am running an application

Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Igal @ Lucee.org
Hi Violeta, On 3/22/2017 9:20 AM, Violeta Georgieva wrote: Please provide information for your Connector configuration (server.xml) The only connector that is in use is the http connector: connectionTimeout="2" /> All the others are commented out. Igal ---

Re: Tomcat 8.5.12 Not Responding

2017-03-22 Thread Violeta Georgieva
Hi, 2017-03-22 17:50 GMT+02:00 Igal @ Lucee.org : > > I am running an application on Tomcat 8.5.12 on Windows 2008R2 64bit with Server JRE 1.8.0u121. Right now the process is still running but no requests are being processed, or take a very long time to process. Please provide information for you

Tomcat 8.5.12 Not Responding

2017-03-22 Thread Igal @ Lucee.org
I am running an application on Tomcat 8.5.12 on Windows 2008R2 64bit with Server JRE 1.8.0u121. Right now the process is still running but no requests are being processed, or take a very long time to process. For example, I created a simple test.html file with one line of html and it took seve

Re: classloader for components in META-INF/context.xml?

2017-03-22 Thread Konstantin Kolinko
2017-03-17 23:21 GMT+03:00 Mike Wilson : > > I also ran into [1]. > > Some Tomcat configuration with custom components (Valves, Managers etc) may > be done from a webapp's META-INF/context.xml. But currently if those classes > are your own custom implementations they will not be found if residing >

Validator fpr policy files

2017-03-22 Thread Schöke , Karsten
Hi @all, if a tool exists, that parse one or more tomcat security policy files, that are validate? I will use that in a continues integration environment, for policy file deployment and to guarantee that the tomcat starts with new policy files... Regards Karsten

Re: classloader for components in META-INF/context.xml?

2017-03-22 Thread Mark Thomas
On 18/03/17 20:04, Olaf Kock wrote: > Am 18.03.2017 um 10:54 schrieb Mark Thomas: >> On 17/03/2017 20:21, Mike Wilson wrote: >>> I also ran into [1]. >>> >>> Some Tomcat configuration with custom components (Valves, Managers etc) may >>> be done from a webapp's META-INF/context.xml. But currently i