Re: How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?

2016-08-01 Thread Mark Thomas
On 01/08/2016 08:58, Cothren, Craig wrote: > I'm trying to prevent the... > > [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At > least one JAR was scanned for TLDs yet contained no TLDs. Enable debug > logging for this logger for a complete list of JARs that were scanned

RE: Tomcat 8 RemoteIpValve Issues

2016-08-01 Thread Kasa, Nubli
Hi Chuck, I downloaded the following package: http://www-us.apache.org/dist/tomcat/tomcat-8/v8.0.36/bin/apache-tomcat-8.0.36.tar.gz Simply unpackaged it and started it with /bin/catalina.sh. Nothing was done except setting up localhost context and added the RemoteIpValve section in

RE: Tomcat 8 RemoteIpValve Issues

2016-08-01 Thread Caldarale, Charles R
> From: Kasa, Nubli [mailto:mmohd...@iu.edu] > Subject: RE: Tomcat 8 RemoteIpValve Issues > This doesn't seem to be the case with a fresh new install on Tomcat 8 on > Ubuntu. Our sysadmin > also did a fresh install on Redhat with the same result. Install of what? A real Tomcat from

RE: Tomcat 8 RemoteIpValve Issues

2016-08-01 Thread Kasa, Nubli
Chris, This doesn't seem to be the case with a fresh new install on Tomcat 8 on Ubuntu. Our sysadmin also did a fresh install on Redhat with the same result. -Nubli -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Sunday, July 31, 2016 8:43 AM

jdbc check available database

2016-08-01 Thread Andrea Galli
Hello guys, I’ve SQL Server database with Tomcat 7 and, when I restart only database, webapps on Tomcat didn’t works , it show me error to connect to database .. In webapp context I use jdbc driver for connect, so there is a kind of method for retry to connect to database when it return

How to stop org.apache.jasper.servlet.TldScanner.scanJars via my war file's local context.xml rather than altering Tomcat 8?

2016-08-01 Thread Cothren, Craig
I'm trying to prevent the... [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded

Re: Finding proper jar archive

2016-08-01 Thread leonidprokopets
Thank you for your hint. It partly helped and gave me the direction. Appreciate it, man. Leonid. From: Mark Thomas Sent: Sunday, July 31, 2016 8:52 PM To: Tomcat Users List Subject: Re: Finding proper jar archive On 31/07/2016 16:20,

Problem with Cluster after upgrade to Tomcat 8.0.36.

2016-08-01 Thread false
Hi all. Tomcat-8.0.36; JDK 1.8.0_102; CentOS 6.8. After upgrade from 8.0.28 to 8.0.36 I have problem with my cluster. I use static membership cluster with two nodes with BackupManager. After update I have errors in default.log: "WARN org.apache.catalina.tribes.tipis.AbstractReplicatedMap -

RE: Issue with Tomcat7

2016-08-01 Thread Caldarale, Charles R
> From: Olaf Kock [mailto:tom...@olafkock.de] > Subject: Re: Issue with Tomcat7 > If you want 1:1 attention, go the paid route. If you want community > support: State your problem. If you want free community 1:1 attention: > Good luck - state explicitly that this is what you're looking for and >

Re: Issue with Tomcat7

2016-08-01 Thread Olaf Kock
Am 01.08.2016 um 10:26 schrieb Syed Mudassir Ahmed: > I indeed wanted the help from Tomcat community users. I didn't want > to type a long message here to explain the problem. The way someone > is reading an email can also view the screen and give instant and > better help (out of their

java.nio.BufferOverflowException: null

2016-08-01 Thread Dimitar Valov
Hello, When using WsWebSocketContainer.connectToServer with ClientEndpointConfig I get java.nio.BufferOverflowException in case the HTTP headers are more than 4k. The used ByteBuffer is 4k:

Re: Issue with Tomcat7

2016-08-01 Thread Syed Mudassir Ahmed
ok, thanks. Thanks, On Mon, Aug 1, 2016 at 2:16 PM, Mark Thomas wrote: > On 1 August 2016 09:26:22 BST, Syed Mudassir Ahmed < > syed.mudas...@gaianconsultants.com> wrote: > >I indeed wanted the help from Tomcat community users. I didn't want to > >type a long message here

Re: Issue with Tomcat7

2016-08-01 Thread Mark Thomas
On 1 August 2016 09:26:22 BST, Syed Mudassir Ahmed wrote: >I indeed wanted the help from Tomcat community users. I didn't want to >type a long message here to explain the problem. The way someone is >reading an email can also view the screen and give instant

Re: Issue with Tomcat7

2016-08-01 Thread Syed Mudassir Ahmed
I indeed wanted the help from Tomcat community users. I didn't want to type a long message here to explain the problem. The way someone is reading an email can also view the screen and give instant and better help (out of their willingness). I am in indian time zone. How about thursday?

RE: Hanging threads in tomee 1.7.4

2016-08-01 Thread Kuldeep Sagoo (C)
Hi Chris, I analysed the thread dump using TDA (Thread Dump Analyser) and got the following summary: Overall Thread Count69 Overall Monitor Count 33 Number of threads waiting for a monitor 0 Number of threads locking a monitor 7

Re: Issue with Tomcat7

2016-08-01 Thread Olaf Kock
Am 01.08.2016 um 09:25 schrieb Syed Mudassir Ahmed: > Thanks for the quick response. Can we setup a meeting this Friday as > per your convenience on google hangout? I would like to share the > screen and show the errors I am facing. This would be a great help. > I thought you were looking for

Re: Issue with Tomcat7

2016-08-01 Thread Syed Mudassir Ahmed
Thanks for the quick response. Can we setup a meeting this Friday as per your convenience on google hangout? I would like to share the screen and show the errors I am facing. This would be a great help. Thanks, On Mon, Aug 1, 2016 at 12:35 PM, Olaf Kock wrote: > > Am

Re: Issue with Tomcat7

2016-08-01 Thread Olaf Kock
Am 01.08.2016 um 08:20 schrieb Syed Mudassir Ahmed: > Can someone help us what wrong we are doing? Not without more information - from the information you give us, we don't even know if your WebApp1 or WebApp2 was causing the "connection refused" reply. Please give: * Exact versions of

Issue with Tomcat7

2016-08-01 Thread Syed Mudassir Ahmed
Hi, I have two web applications deployed into tomcat 7. Lets call them WebApp1 and WebApp2. I am invoking WebApp1 using a rest call thru JMeter. WebApp1 internally calls WebApp2 for a service. We tried making 1000 calls from JMeter. Unfortunately, for all the requests we are getting 500