Re: Skip resource path in TLD scanner?

2017-04-27 Thread Violeta Georgieva
Hi, 2017-04-27 23:17 GMT+03:00 Matt Cosentino : > > I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where is it? Check this wiki

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-27 Thread Rainer Jung
Am 27.04.2017 um 22:21 schrieb Mark Thomas: On 27/04/17 20:08, John Cartwright - NOAA Federal wrote: Thanks for your reply Mark! My sysadmin tells me just that we're using "the defaults" for event_mpm. However we are still using the BIO AJP connector: Is there a way I can tell from the Tomc

RE: Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
https://tomcat.apache.org/tomcat-8.0-doc/config/systemprops.html There is one for skipping jar files: tomcat.util.scan.StandardJarScanFilter.jarsToSkip I then looked at the source for TldScanner, here is the scanResourcePaths function: /** * Scan web application resources for TLDs, re

Re: Skip resource path in TLD scanner?

2017-04-27 Thread Mark Thomas
On 27/04/17 21:17, Matt Cosentino wrote: > I need to skip some of the resource paths within WEB-INF. I know > there's a property for skipping jar files, but I couldn't find one > for resource paths. I reported this as a bug and was told that the > property exists. Where is it? Where have you looke

Re: AW: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-04-27 Thread Mark Thomas
On 27/04/17 19:49, Dan Morrison wrote: > I'm still confused by JSSE vs OpenSSL. From all that I can figure I > think I'm setup for JSSE Ciphers ? (not counting the above test) The are two parts. Config style and implementation. As much as we can, we have tried to make all combinations work so

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, (Grr... my initial reply didn't go to the list) On 4/27/17 12:47 PM, John Cartwright - NOAA Federal wrote: > Hello All, > > We recently switched to Apache 2.4 and it's event mpm and are now > finding that some of our Tomcat 7 webapps are fa

Re: URL decoding

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steve, (Bringing this back into the list) On 4/27/17 1:49 PM, Stephen Crawford wrote: > Hi Chris, > > On 4/27/2017 12:47 PM, Christopher Schultz wrote: >> Steve, >> >> On 4/27/17 12:23 PM, Stephen Crawford wrote: >>> Hello All, >>> >>> We are ru

Re: 8.5.14 wildcard certificate Exception

2017-04-27 Thread Mark Thomas
On 27/04/17 19:42, Mark Thomas wrote: > On 27/04/17 19:36, Dan Morrison wrote: >> On 04/27/2017 02:29 PM, Mark Thomas wrote: >>> On 27/04/17 14:53, htsg...@htsweb.com wrote: Running SNI successfully 8.5.11 since mid January. Installed 8.5.14. Used same server.xml (snippet below). Wil

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-27 Thread Mark Thomas
On 27/04/17 20:08, John Cartwright - NOAA Federal wrote: > Thanks for your reply Mark! My sysadmin tells me just that we're > using "the defaults" for event_mpm. However we are still using the > BIO AJP connector: > > maxThreads="300" minSpareThreads="25" > maxSpareThreads="75"

Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where is it? - Matt

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-27 Thread John Cartwright - NOAA Federal
Thanks for your reply Mark! My sysadmin tells me just that we're using "the defaults" for event_mpm. However we are still using the BIO AJP connector: Is there a way I can tell from the Tomcat side when there is thread starvation? --john On Thu, Apr 27, 2017 at 12:34 PM, Mark Thomas wrote:

Re: URL decoding

2017-04-27 Thread Stephen Crawford
On 4/27/2017 2:27 PM, Mark Thomas wrote: On 27/04/17 17:23, Stephen Crawford wrote: Hello All, We are running Tomcat 8.5.13 on Linux, mostly as a container for Geoserver. We have a few apps (in Flash!) that have been running fine untouched for at least six years but stopped working a few weeks

Re: AW: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-04-27 Thread Dan Morrison
On 04/27/2017 01:32 PM, Dan Morrison wrote: On 04/27/2017 10:57 AM, Kreuser, Peter wrote: Hi (WhoEverYouMayBe - you may want to sign with a name???), Server version:Apache Tomcat/8.5.11 Server built: Jan 10 2017 21:02:52 UTC Server number: 8.5.11.0 OS Name:

Re: 8.5.14 wildcard certificate Exception

2017-04-27 Thread Mark Thomas
On 27/04/17 19:36, Dan Morrison wrote: > On 04/27/2017 02:29 PM, Mark Thomas wrote: >> On 27/04/17 14:53, htsg...@htsweb.com wrote: >>> Running SNI successfully 8.5.11 since mid January. Installed 8.5.14. >>> Used same server.xml (snippet below). >>> Wildcard certificate works under 8.5.11, but err

Re: 8.5.14 wildcard certificate Exception

2017-04-27 Thread Dan Morrison
On 04/27/2017 02:29 PM, Mark Thomas wrote: On 27/04/17 14:53, htsg...@htsweb.com wrote: Running SNI successfully 8.5.11 since mid January. Installed 8.5.14. Used same server.xml (snippet below). Wildcard certificate works under 8.5.11, but errors under 8.5.14. If Connector for port 443 with wild

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-27 Thread Mark Thomas
On 27/04/17 17:47, John Cartwright - NOAA Federal wrote: > Hello All, > > We recently switched to Apache 2.4 and it's event mpm and are now > finding that some of our Tomcat 7 webapps are failing sporadically > when accessed via Apache - generally reporting 503s back to the > browser. The webapps

Re: 8.5.14 wildcard certificate Exception

2017-04-27 Thread Mark Thomas
On 27/04/17 14:53, htsg...@htsweb.com wrote: > Running SNI successfully 8.5.11 since mid January. Installed 8.5.14. > Used same server.xml (snippet below). > Wildcard certificate works under 8.5.11, but errors under 8.5.14. > If Connector for port 443 with wildcard is removed, startup succeeds. > I

Re: URL decoding

2017-04-27 Thread Mark Thomas
On 27/04/17 17:23, Stephen Crawford wrote: > Hello All, > > We are running Tomcat 8.5.13 on Linux, mostly as a container for > Geoserver. We have a few apps (in Flash!) that have been running fine > untouched for at least six years but stopped working a few weeks ago. I > believe the issue appear

Re: AW: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-04-27 Thread Dan Morrison
On 04/27/2017 10:57 AM, Kreuser, Peter wrote: Hi (WhoEverYouMayBe - you may want to sign with a name???), Server version:Apache Tomcat/8.5.11 Server built: Jan 10 2017 21:02:52 UTC Server number: 8.5.11.0 OS Name: Linux OS Version:3.10.0-514.1

Re: 8.5.14 wildcard certificate Exception

2017-04-27 Thread Dan Morrison
On 04/27/2017 12:52 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 4/27/17 9:53 AM, htsg...@htsweb.com wrote: Running SNI successfully 8.5.11 since mid January. Installed 8.5.14. Used same server.xml (snippet below). Wildcard certifica

Re: 8.5.14 wildcard certificate Exception

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 4/27/17 9:53 AM, htsg...@htsweb.com wrote: > Running SNI successfully 8.5.11 since mid January. Installed > 8.5.14. Used same server.xml (snippet below). Wildcard certificate > works under 8.5.11, but errors under 8.5.14.

tuning to accommodate Apache 2.4 event mpm

2017-04-27 Thread John Cartwright - NOAA Federal
Hello All, We recently switched to Apache 2.4 and it's event mpm and are now finding that some of our Tomcat 7 webapps are failing sporadically when accessed via Apache - generally reporting 503s back to the browser. The webapps work reliably when accessed directly from Tomcat. We're using mod_j

URL decoding

2017-04-27 Thread Stephen Crawford
Hello All, We are running Tomcat 8.5.13 on Linux, mostly as a container for Geoserver. We have a few apps (in Flash!) that have been running fine untouched for at least six years but stopped working a few weeks ago. I believe the issue appeared before we upgraded from Tomcat 6.0.24, probably

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Zack Macomber
On 04/27/2017 11:16 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 11:12 AM, Zack Macomber wrote: The PPID of my tomcat process is 1 which corresponds to "/sbin/init splash". Just restarted my system and tomcat started up automatically. Where d

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 11:12 AM, Zack Macomber wrote: > The PPID of my tomcat process is 1 which corresponds to > "/sbin/init splash". Just restarted my system and tomcat started > up automatically. Where do I disable the automatic starting of > tomcat?

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Zack Macomber
On 04/27/2017 10:32 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 10:20 AM, Zack Macomber wrote: On 04/27/2017 10:09 AM, Christopher Schultz wrote: Zack, On 4/27/17 10:05 AM, Zack Macomber wrote: On 04/27/2017 10:00 AM, Christopher Schultz wr

AW: 8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-04-27 Thread Kreuser, Peter
Hi (WhoEverYouMayBe - you may want to sign with a name???), > Server version:Apache Tomcat/8.5.11 > Server built: Jan 10 2017 21:02:52 UTC > Server number: 8.5.11.0 > OS Name: Linux > OS Version:3.10.0-514.16.1.el7.x86_64 > Architecture:

8.5.11/8.5.14 using SSLHostConfig protocols and ciphers list ignored

2017-04-27 Thread htsguru
Server version:Apache Tomcat/8.5.11 Server built: Jan 10 2017 21:02:52 UTC Server number: 8.5.11.0 OS Name: Linux OS Version:3.10.0-514.16.1.el7.x86_64 Architecture: amd64 Java Home: /usr/java/jdk1.8.0_121/jre JVM Version:

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 10:20 AM, Zack Macomber wrote: > On 04/27/2017 10:09 AM, Christopher Schultz wrote: Zack, > > On 4/27/17 10:05 AM, Zack Macomber wrote: On 04/27/2017 10:00 AM, Christopher Schultz wrote: > Zack, > > On 4/27/17 9:5

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Zack Macomber
On 04/27/2017 10:09 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 10:05 AM, Zack Macomber wrote: On 04/27/2017 10:00 AM, Christopher Schultz wrote: Zack, On 4/27/17 9:55 AM, Zack Macomber wrote: I'm using Apache Tomcat 8.0.41 on Ubuntu 16.04

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 10:05 AM, Zack Macomber wrote: > On 04/27/2017 10:00 AM, Christopher Schultz wrote: >> Zack, >> >> On 4/27/17 9:55 AM, Zack Macomber wrote: >>> I'm using Apache Tomcat 8.0.41 on Ubuntu 16.04 LTS. When I >>> "kill -9" the tomcat pr

Re: Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Zack, On 4/27/17 9:55 AM, Zack Macomber wrote: > I'm using Apache Tomcat 8.0.41 on Ubuntu 16.04 LTS. When I "kill > -9" the tomcat process, it keeps restarting by itself. I don't > believe I've set tomcat up as a daemon so I don't know what is > c

Tomcat 8.0.41 keeps restarting after kill -9

2017-04-27 Thread Zack Macomber
I'm using Apache Tomcat 8.0.41 on Ubuntu 16.04 LTS. When I "kill -9" the tomcat process, it keeps restarting by itself. I don't believe I've set tomcat up as a daemon so I don't know what is causing it to restart after "kill -9". Please consider the following proof: zack@zack-Inspiron-5748:

8.5.14 wildcard certificate Exception

2017-04-27 Thread htsguru
Running SNI successfully 8.5.11 since mid January. Installed 8.5.14. Used same server.xml (snippet below). Wildcard certificate works under 8.5.11, but errors under 8.5.14. If Connector for port 443 with wildcard is removed, startup succeeds. I'm guessing the asterisk can't be stored in the bean.

Problem with Tomcat 8.0.17, ISAPI Redirector for IIS 7.5

2017-04-27 Thread Gulhane, Amol
Hello Experts, I have configured IIS website (port 8128) with ISAPI Redirector and deployed .war files on Tomcat as per instructions from this Tomcat website URL: https://tomcat.apache.org/connectors-doc/webserver_howto/iis.html When I run the Tomcat examples using http://localhost:8128/examp