[OT] Re: DBAs?

2023-04-02 Thread Chris Cheshire
On Apr 2, 2023, at 4:41 PM, Kevin Huntly wrote:Are there any DBAs in here? If so, are you aware of a MySQL user mailinglist? I'm having an issue with some stored procedures and need some helpHave you tried the forums?MySQL Forumsforums.mysql.com

Re: Conditional access logs

2022-04-25 Thread Chris Cheshire
w_to_submit_patches_and_enhancement_requests > > -Tim Good to know. I’m going to try the logback route first - if that fails I’ll look at an enhancement request or patch. Chris > > >> On Thu, Apr 21, 2022 at 5:08 PM Chris Cheshire wrote: >> >> Tomcat 9. >&

Re: Conditional access logs

2022-04-25 Thread Chris Cheshire
> On Apr 22, 2022, at 7:21 PM, Aleks wrote: > > Hi. > >> On Thu, 21 Apr 2022 17:07:27 -0400 >> Chris Cheshire wrote: >> >> Tomcat 9. >> >> I wanted to separate out access logs for external api calls to log different >> info than the s

Conditional access logs

2022-04-21 Thread Chris Cheshire
Tomcat 9. I wanted to separate out access logs for external api calls to log different info than the standard access log line. For example, the api key used which is set as a request header. Adding that to the pattern was easy. However the conditional logging was clunky. I found the ‘conditio

Re: Checksum Validation of Release 9.0.53 on a Mac

2021-09-23 Thread Chris Cheshire
c2e0213f154d23e5f94a430f429165b5df51f786f > Darryl, The checksums are pgp and sha512. On my Mac I used $ shasum -a 512 apache-tomcat-9.0.53.tar.gz and the checksums match. Chris - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: Connector Port Issue

2021-08-11 Thread Chris Strickland
hanks,ChrisOn Thursday, August 5, 2021, 03:37:54 PM EDT, Peter Kreuser wrote: Chris, > Am 05.08.2021 um 18:32 schrieb Rob Sargent : > >  >>        Caused by: java.lang.IllegalArgumentException: No SSLHostConfig >>element was found with the hostNam

Re: Connector Port Issue

2021-08-05 Thread Chris Strickland
Thank you. I will check out the info. chris On Thursday, August 5, 2021, 03:37:54 PM EDT, Peter Kreuser wrote: Chris, > Am 05.08.2021 um 18:32 schrieb Rob Sargent : > >  >>        Caused by: java.lang.IllegalArgumentException: No SSLHostConfig >>element was fo

Connector Port Issue

2021-08-05 Thread Chris Strickland
3]     server.xml     -->             Thanks,Chris

Reload rewrite rules

2021-05-19 Thread Chris Cheshire
Tomcat 9.0.45 - is there a way to reload the config for the rewrite valve at runtime without reloading the web app entirely? JMX operation perhaps? - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comma

Re: [OT] visualvm time stamps

2021-04-12 Thread Chris Cheshire
> On Apr 12, 2021, at 5:00 PM, Christopher Schultz > wrote: > > Chris, > > On 4/12/21 12:50, Chris Cheshire wrote: >>>> On Apr 9, 2021, at 3:02 PM, Chris Cheshire wrote: >>> My googlefu is failing me here. >>> I am trying to figure out s

Re: [OT] visualvm time stamps

2021-04-12 Thread Chris Cheshire
> On Apr 9, 2021, at 3:02 PM, Chris Cheshire wrote: > > My googlefu is failing me here. > > I am trying to figure out some anomalous database connection behavior in my > tomcat web app. I have enabled JMX/RMI and have visualvm running on my local > machine. >

Re: [OT] visualvm time stamps

2021-04-12 Thread Chris Cheshire
> On Apr 11, 2021, at 12:24 PM, Suvendu Sekhar Mondal wrote: > > Hi Chris, > >> On Sat, Apr 10, 2021 at 12:33 AM Chris Cheshire wrote: >> >> My googlefu is failing me here. >> >> I am trying to figure out some anomalous database connection

[OT] visualvm time stamps

2021-04-09 Thread Chris Cheshire
function. This export creates a csv with what is supposed to be a time stamp and a count but the time stamp is in a 5.6 format. I have never seen this before. How do I convert this into something normal - millis since epoch or even a human readable ISO format? Example 44295.607552 Chris

Re: Join tables from different databases with tomcat datasource

2021-01-11 Thread Chris Cheshire
> On Jan 11, 2021, at 1:19 PM, Jerry Malcolm wrote: > > I have a query that needs to access tables in two different databases on the > same mysql instance. I see how that can be done with the JOIN syntax in > mysql. But datasource pools reference a single database, correct? I really > n

Re: File "catalina.out" not being created/populated when using Tomcat 9.0.31 + Ubuntu 20.04, and content goes to the Ubuntu syslog instead?

2020-06-22 Thread Chris Cheshire
ade is that the implementation (logback, log4j, juli) can be changed with configuration and a new jar instead of code changes everywhere you write to the logs. With either method you can write logs at different levels (trace, debug, info, war

Re: ajp connector, nio vs nio2

2020-03-13 Thread Chris Cheshire
On Fri, Mar 13, 2020 at 10:09 AM Mark Thomas wrote: > > On 13/03/2020 13:54, Chris Cheshire wrote: > > Using 9.0.31 on Java 8, I have my AJP connector configured as > > > > > secretRequired="false" /> > > > > According to the logs, this is de

ajp connector, nio vs nio2

2020-03-13 Thread Chris Cheshire
APR/native installed)? What are the fundamental differences between the two protocols? Chris PS Yes I have the AJP port only on localhost and firewalled off :) [1] http://tomcat.apache.org/tomcat-9.0-doc/config/ajp.html#Connector_

Re: CrawlerSessionManagerValve

2020-02-28 Thread Chris Cheshire
On Fri, Feb 28, 2020 at 12:51 PM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris and Mark, > > On 2/28/20 11:51, Mark Thomas wrote: > > On 28/02/2020 14:51, Chris Cheshire wrote: > >> (9.0.31) > >> > >

CrawlerSessionManagerValve

2020-02-28 Thread Chris Cheshire
(9.0.31) What is the reason why the pattern isn't compiled with the case insensitive flag? Is it due to performance? Chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: us

Re: At wits end: Difficulties with IIS ISAPI connector and Tomcat

2020-02-24 Thread Chris Cheshire
logs" > prefix="127_0_01_access_log" suffix=".txt" > pattern="%h %l %u %t "%r" %s %b" /> > > > > workers.properties > > # Set properties for worker1 (ajp13) > worker.worker1.type=ajp

Re: lower/uppercase rewrite maps

2020-01-09 Thread Chris Cheshire
On Thu, Jan 9, 2020 at 11:15 AM Felix Schumacher wrote: > > > Am 09.01.20 um 17:01 schrieb Chris Cheshire: > > Looking through the documentation for the rewrite valve [1], I see > > there is an example of how to write and use a rewrite map to convert a > > value to uppe

lower/uppercase rewrite maps

2020-01-09 Thread Chris Cheshire
default but I couldn't see anything in catalina.jar. Is this something that would be included if I create a patch for it, and how would I go about it? Chris [1] http://tomcat.apache.org/tomcat-9.0-doc/rewrite.html - To unsubs

Re: remote jmx monitoring through ssh tunnel

2019-12-13 Thread Chris Cheshire
On Thu, Dec 12, 2019 at 10:05 AM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 12/11/19 15:52, Chris Cheshire wrote: > > On Wed, Dec 11, 2019 at 12:24 PM Christopher Schultz > > wrote: > >> > >&

Re: remote jmx monitoring through ssh tunnel

2019-12-13 Thread Chris Cheshire
must be "undergrid" with an additional library, e.g. > > visualvm --cp:a jmxremote_optional.jar > > and the connection URL must use the alternative protocol > > service:jmx:jmxmp://: > > > with greetings > > Guido > > Guido, Thanks for the pointers.

Re: remote jmx monitoring through ssh tunnel

2019-12-11 Thread Chris Cheshire
On Wed, Dec 11, 2019 at 12:24 PM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > > > On 12/10/19 12:59, Chris Cheshire wrote: > > On Tue, Dec 10, 2019 at 11:58 AM Chris Cheshire > > wrote: > >> > >>

Re: remote jmx monitoring through ssh tunnel

2019-12-11 Thread Chris Cheshire
Peter, On Wed, Dec 11, 2019 at 2:38 AM Peter Kreuser wrote: > > Chris‘, > > > Am 10.12.2019 um 18:59 schrieb Chris Cheshire : > > > > On Tue, Dec 10, 2019 at 11:58 AM Chris Cheshire > > wrote: > >> > >>> On Tue, Dec 10, 2019 at 9:42 AM Ch

Re: remote jmx monitoring through ssh tunnel

2019-12-10 Thread Chris Cheshire
On Tue, Dec 10, 2019 at 11:58 AM Chris Cheshire wrote: > > On Tue, Dec 10, 2019 at 9:42 AM Christopher Schultz > wrote: > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Chris, > > > > On 12/9/19 17:10, Chris Cheshire wro

Re: remote jmx monitoring through ssh tunnel

2019-12-10 Thread Chris Cheshire
On Tue, Dec 10, 2019 at 9:42 AM Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 12/9/19 17:10, Chris Cheshire wrote: > > In CATALINA_BASE/bin/setenv.sh I have the following : > > > > CATALI

remote jmx monitoring through ssh tunnel

2019-12-09 Thread Chris Cheshire
he error "Connection failed: non-JRMP server at remote endpoint". Connecting to port 10002 I get the error "Connection failed: no such object in table" I've been through the tomcat configuration documentation a couple times but I can't see what else I n

Re: problem running digest.sh

2019-12-02 Thread Chris Cheshire
> On Dec 2, 2019, at 4:21 PM, Mark Thomas wrote: > > On 02/12/2019 21:07, Chris Cheshire wrote: > > > >> File on bugzilla? > > No need. It is https://bz.apache.org/bugzilla/show_bug.cgi?id=63815 > > It is fixed as far as we can until the jdg issue i

problem running digest.sh

2019-12-02 Thread Chris Cheshire
t know enough about the scripts though to know whether the unquoting is breaking anything else. It didn't seem to affect start/stop via catalina.sh however. File on bugzilla? Chris - To unsubscribe, e-mail: users-unsubscr..

Re: catalina_out env var

2019-11-01 Thread Chris Cheshire
On Fri, Nov 1, 2019 at 1:59 PM Mark Thomas wrote: > > On November 1, 2019 3:25:36 PM UTC, Chris Cheshire > wrote: > >(Tomcat 9, Debian & Centos Unix) > > > >I use systemd to start tomcat with base and home separated using > >catalina.sh. For the

catalina_out env var

2019-11-01 Thread Chris Cheshire
(Tomcat 9, Debian & Centos Unix) I use systemd to start tomcat with base and home separated using catalina.sh. For the service script, values for JAVA_HOME, CATALINA_HOME, CATALINA_BASE and CATALINA_OUT are defined there. Inside catalina.sh it says this about CATALINA_OUT # CATALINA_OUT(Op

Re: Redirecting a naked domain to sub domain

2019-08-15 Thread Chris Cheshire
On Thu, Aug 15, 2019 at 2:54 PM Simon Funnell wrote: > > On Thu, 15 Aug 2019 at 01:00, Chris Cheshire wrote: > > > On Wed, Aug 14, 2019 at 5:18 PM Simon Funnell > > wrote: > > > > > > On Tue, 6 Aug 2019 at 14:33, John Larsen > > wrote: >

Re: Redirecting a naked domain to sub domain

2019-08-14 Thread Chris Cheshire
ewriteRule ^(.*)$ https://www.domain.org/$1 [R=301,L] > > It looks like the first line is an error and I don't know enough about > regex to fix it. > > Any help is great thanks. > > The \ after .org is misplaced (it's trying to quote the space following it), re

rewritevalve logging

2019-01-21 Thread Chris Cheshire
e Add rule with pattern ^(.*)\.[0-9]{13}\.(css|js)$ and substitution $1.$ (plus other lines for other rules) on startup but this is all I see. The few rules I have in there work, but I would like to debug as I go when adding more rules. Does the valve not log anything as it is processing rul

Re: lingering mysql connections

2018-12-27 Thread Chris Cheshire
starting tomcat (since it's really only a sandbox issue where I do a lot of redeploys) Cheers Chris On Fri, Dec 14, 2018 at 3:00 AM Greg Huber wrote: > > I resolved the same using this link > > https://stackoverflow.com/questions/11872316/tomcat-guice-jdbc-memory-leak >

lingering mysql connections

2018-12-13 Thread Chris Cheshire
ct of doing business with MySQL, or is there something I need to configure/change in code to clean this up? Thanks Chris - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Connection pool and parallel deployment problem

2018-11-26 Thread Chris Cheshire
be wrong, I'll leave it up to the gurus to decide :) > -Message d'origine- > De : Chris Cheshire [mailto:yahoono...@gmail.com] > Envoyé : lundi 26 novembre 2018 15:27 > À : Tomcat Users List > Objet : Re: Connection pool and parallel deployment problem > >

Re: Connection pool and parallel deployment problem

2018-11-26 Thread Chris Cheshire
I'm interested in what solution there is for this because I have the exact same problem but without parallel deployment. [snip] On Mon, Nov 26, 2018 at 3:54 AM Gilles SCHLIENGER wrote: > > Hi Christopher, > > Thanks for your email. > > About connection pools not being closed, maybe the connectio

Re: best practice for temporary file

2018-07-17 Thread Chris Cheshire
and write permission by the tomcat user at the OS level and then you can serve files with a uri starting with /images/. HTH Chris On Tue, Jul 17, 2018 at 10:21 AM James Finnall wrote: > > Hello all, > > What is the best practice under Tomcat to create a data file and then > allow

Re: Weird problem: slow upload via Manager

2018-07-06 Thread Chris Cheshire
> On Jul 6, 2018, at 12:56 PM, James H. H. Lampert > wrote: > > Forgive the top-post. > > The reason why this particular case of an extremely slow Manager upload > sticks out is because we've done, by now, hundreds of uploads of this same > WAR file (or earlier versions of it), via Manager

log4j

2018-05-18 Thread Cheltenham, Chris
Hello, How do I configure Tomcat 8.5.x to use log4j? Is there a good document to follow? I am not very familiar with java but it looks like you configure to logs to accept java logging for Tomcat. === Thank You; Chris Cheltenham Technology Services

Re: Tomcat 4.0.6 / 6.0.37 Struts 1.2.8 XSS CVE-2006-1548

2018-05-17 Thread Chris Bonk
18 at 11:46 Mark Thomas wrote: > On 17 May 2018 15:46:07 BST, Chris Bonk wrote: > >Hello, > > > >I have a strange issue, I am trying to track down the root cause for an > >ancient CVE-2006-1548 > > > > > http://struts.1045723.n5.nabble.com/DO-NOT-REPL

Tomcat 4.0.6 / 6.0.37 Struts 1.2.8 XSS CVE-2006-1548

2018-05-17 Thread Chris Bonk
Hello, I have a strange issue, I am trying to track down the root cause for an ancient CVE-2006-1548 http://struts.1045723.n5.nabble.com/DO-NOT-REPLY-Bug-38749-New-XSS-vulnerability-in-LookupDispatchAction-td3510079.html I can replicate the XSS in Tomcat 4.0.6, however in Tomcat 6.0.37 the html

Re: tomcat connection pool not closing properly

2018-04-26 Thread Chris Cheshire
On Thu, Apr 26, 2018 at 10:23 AM, Chris Cheshire wrote: [snip] I've done some more testing with older and newer versions of tomcat, and also swapping to use commons dbcp. All of them exhibit the same behaviour. So the question becomes is this expected behaviour (previous connection

tomcat connection pool not closing properly

2018-04-26 Thread Chris Cheshire
[ tomcat 8.5.30, mysql server 5.7.22, connector/j 5.1.46, centos 6, debian 8. ] I recently upgraded my sandboxes from 8.5.24 to 8.5.28 and now .30 and I have noticed that when a webapp is reloaded via the host manager, the associated connection pool is not getting closed down properly in the datab

RE: setupenv.sh

2018-04-20 Thread Cheltenham, Chris
Thanks buddy I assumed that but you never know, and I don't like to assume. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Robert Sulliman Sent: F

RE: setupenv.sh

2018-04-20 Thread Cheltenham, Chris
I see thank you. Seems like a unneeded option unless you are running multiple platforms on the same machine. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message

setupenv.sh

2018-04-20 Thread Cheltenham, Chris
Hello, I have been trying to find out what this meand starting up Tomcat to no avail. Please help. I mean -d64 that is. JAVA_OPTS="-d64" === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025

Re: Question regarding running Tomcat 7.0.57 offline

2018-04-19 Thread Chris P.
it to work, perhaps it's hanging on DNS resolution. Cheers, Chris On Thu, Apr 19, 2018 at 1:38 PM John Dale wrote: > Greetings; > > I have a 2006 era macbook pro with the latest osx. > > I run MySQL, which binds to localhost just fine when the network cable > is unplugged an

tomcat clustering multicast IGMPv3 SSM

2018-04-13 Thread Chris P.
Is Tomcat clustering supported with Source Specific Multicast (IGMPv3). I can't find any documentation about this (and my attempts have failed), if this is not supported, is my best bet to use StaticMembershipInterceptor so that I can cluster accross VLANs?

RE: tomcat

2018-04-05 Thread Cheltenham, Chris
start ExecStop=/opt/apache-tomcat/bin/catalina.sh stop User=root Group=root UMask=0007 RestartSec=15 Restart=always [Install] WantedBy=multi-user.target === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301

RE: tomcat

2018-04-05 Thread Cheltenham, Chris
Chris, Thanks for answering. It's not a big problem just a bit annoying. I created a system service. Maybe I did not format it correctly. What si generally do is stop tomcat #systemctl stop tomcat And then blow out the /opt/apache-tomcat/logs files. Then restart it as #systemctl start t

tomcat

2018-04-05 Thread Cheltenham, Chris
. Does anyone know why that happens? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571

Re: Binding a non root user to port 443

2018-03-16 Thread Cheltenham, Chris
Thank You Olaf === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 - Original Message - From: "Olaf Kock" To: "users" Sent: Friday, March 16, 2018 7:

RE: Binding a non root user to port 443

2018-03-15 Thread Cheltenham, Chris
http. Authbind is an install of a potentially buggy or unsecure software. I am not really sure how my post warranted so much attention but I appreciate it. Thanks === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025

RE: Binding a non root user to port 443

2018-03-14 Thread Cheltenham, Chris
/jdk1.8.0_161/jre/bin/java So now what? How does it know to bind java process to 443? $netstat -an says 443 is not open and it does not work using curl. That is where I am right now. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia

RE: Binding a non root user to port 443

2018-03-14 Thread Cheltenham, Chris
Chris, I am kind of lost. I am not sure what you guys are asking. If I asked the same thing twice its because whatever was sent by someone else other than you did not work or I cannot use. === Thank You; Chris Cheltenham Technology Services The School District of

RE: Binding a non root user to port 443

2018-03-14 Thread Cheltenham, Chris
Coty, Oh this thread was long ago and answered by someone else. Thanks === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Cheltenham, Chris

RE: Binding a non root user to port 443

2018-03-14 Thread Cheltenham, Chris
Hello Coty, I am not sure what you mean? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent

RE: Binding a non root user to port 443

2018-03-13 Thread Cheltenham, Chris
Hasan, the answer is , I don't really know why they hesitated on that request. Can do it myself, I have root , I was just being cooperative. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301

RE: Binding a non root user to port 443

2018-03-13 Thread Cheltenham, Chris
Pushing back mean they were stuttering about reconfiguring the local firewalld zone that they created. I am trying to figure out a different way but I just don’t know java that well. If they box me in a corner , I will figure it out however. === Thank You; Chris

RE: Binding a non root user to port 443

2018-03-13 Thread Cheltenham, Chris
Chris, Do you believe this is the best way to redirect the ports or is it better all around for the OS to handle that. I.E. iptables I may lobby for iptables but the admins are pushing back. === Thank You; Chris Cheltenham Technology Services The School District of

RE: Binding a non root user to port 443

2018-03-13 Thread Cheltenham, Chris
Chris, I see JSVC will allow a non root user to bund to 443 Somehow I have to get these libraries into TOMCAT? Correct? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original

RE: Binding a non root user to port 443

2018-03-13 Thread Cheltenham, Chris
Thanks Chris, I don’t know what that is , JSVC. I will look into it. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher Schultz [mailto:ch

Binding a non root user to port 443

2018-03-13 Thread Cheltenham, Chris
Hello Everyone, Is there a way to redirect ports 80 and 443 to 8443. I have a non root user but I cannot use CentOS firewalld nor iptables. I have tried these things. But it still fails. === Thank You; Chris Cheltenham Technology Services The School

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Thank You Sir. I will go through the wiki and try it out. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher Schultz [mailto:ch

RE: Running Tomcat 9 using OpenJDK 10

2018-03-02 Thread Cheltenham, Chris
pulled back to java 8_161. But that's been my brief experiences with TCAT 9 and Java 9 === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Mark A. Cla

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
All, I am not sure is this out of scope with Tomcat's policies? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Cheltenham, Chris [mailto:cchelt

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
[root@cjc logs]# === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Johan Compagner [mailto:jcompag...@servoy.com] Sent: Friday, March 2, 2018 10:23 AM To: Tomcat

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Thanks Andre. People have nothing better to do I suppose. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
Mark, Can you elaborate on what is going on there? What trolls? I don’t know what that means. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Mark Thomas

RE: tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
What? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: THOMAS, NEFERTA C [mailto:nt1...@att.com] Sent: Friday, March 2, 2018 9:16 AM To: Tomcat Users List

tomcat 8.5.28

2018-03-02 Thread Cheltenham, Chris
in and out of 443 CentOS 7 by the way - === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571

RE: Security of AJP

2018-03-02 Thread Cheltenham, Chris
ledge requirements , that would help. To me , if there is no declaration of whom you are speaking to; then its written for the general populous. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301

RE: Security of AJP

2018-02-28 Thread Cheltenham, Chris
Chris, Poor choice of words. Not meaning it maliciously; just frustrated. My apologies. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher

RE: [OT] Security of AJP

2018-02-28 Thread Cheltenham, Chris
In this case are you tunneling into tomcat via 8009 AJP connector? === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher Schultz [mailto:ch

RE: Security of AJP

2018-02-28 Thread Cheltenham, Chris
Yes thank you a little bit. Maybe I need to see It in action to fully understand what its for. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: George

RE: Security of AJP

2018-02-28 Thread Cheltenham, Chris
n the web application, and/or utilize Apache's SSL processing. That is mumbo jumbo. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Christopher Sch

RE: Running as user tomcat

2018-02-23 Thread Cheltenham, Chris
YES! Thank you. I forgot about that. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From: Peter@Kreuser-Online [mailto:l...@kreuser.name] Sent: Friday

Running as user tomcat

2018-02-23 Thread Cheltenham, Chris
initialize connector [Connector[HTTP/1.1-443]] org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-443]] I'm using java 9.0.4 and Tomcat 8.5.28 === Thank You; Chris Cheltenham Technology Services The School Distri

Re: using default cacerts AND custom keystore

2018-02-19 Thread Chris Cheshire
On Fri, Feb 16, 2018 at 2:11 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 2/14/18 3:34 PM, Chris Cheshire wrote: >> On Wed, Feb 14, 2018 at 12:30 PM, Mark Thomas >> wrote: >>> On 14/02/18 17:17, Chris

Re: using default cacerts AND custom keystore

2018-02-14 Thread Chris Cheshire
On Wed, Feb 14, 2018 at 12:30 PM, Mark Thomas wrote: > On 14/02/18 17:17, Chris Cheshire wrote: >> I am trying to set up my webapp to connect to an external database via >> ssl. The database uses a self-signed certificate. I have created a >> keystore with the self-signed

using default cacerts AND custom keystore

2018-02-14 Thread Chris Cheshire
I am trying to set up my webapp to connect to an external database via ssl. The database uses a self-signed certificate. I have created a keystore with the self-signed CA and the client key & cert. This keystore is configured via JAVA_OPTS in setenv.sh JAVA_OPTS="-Djavax.net.ssl.keyStore=$CATALINA

RE: Is it Normal for Tomcat 8 to Use 20-80% More Memory Than Tomcat 6?

2017-12-22 Thread Cheltenham, Chris
see in another thread you went from Java 1.6_xxx to 1.8_xxx That could be the whole story right there. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 -Original Message- From

RE: Is it Normal for Tomcat 8 to Use 20-80% More Memory Than Tomcat 6?

2017-12-22 Thread Cheltenham, Chris
more memory. It may also be leaking. Java is a pig get used to it. === Thank You; Chris Cheltenham Technology Services The School District of Philadelphia Work # 215-400-5025 Cell # 215-301-6571 From: Eric Robinson [mailto:eric.robin...@psmnv.com] Sent: Friday

Re: file permission problem SOLVED

2017-12-19 Thread Chris Cheshire
On Mon, Dec 18, 2017 at 1:11 PM, Chris Cheshire wrote: > Since moving from a yum controlled installation of tomcat and starting > tomcat via jsvc I have a problem with permissions of uploaded files. > > Now all files that are written by tomcat have permissions of 0600, > where

file permission problem

2017-12-18 Thread Chris Cheshire
Since moving from a yum controlled installation of tomcat and starting tomcat via jsvc I have a problem with permissions of uploaded files. Now all files that are written by tomcat have permissions of 0600, where they used to be 0644. I need the to be group readable, world readable is not necessar

Re: context resources, replacement parameters

2017-12-11 Thread Chris Cheshire
until I can get around to figuring ant out and building them dynamically. On Sat, Dec 9, 2017 at 11:19 AM, Mark Thomas wrote: > On 08/12/17 22:13, Chris Cheshire wrote: >> On Fri, Dec 8, 2017 at 3:36 PM, Mark Thomas wrote: >>> On 08/12/17 18:49, Chris Cheshire wrote: >>

Re: context resources, replacement parameters

2017-12-08 Thread Chris Cheshire
On Fri, Dec 8, 2017 at 3:36 PM, Mark Thomas wrote: > On 08/12/17 18:49, Chris Cheshire wrote: >> I have a directory resource set defined in my context.xml to handle images : >> >> >> > base="${catalina.base}/cdn/p/images"

Re: 8.5 - multiple host configuration question

2017-12-08 Thread Chris Cheshire
On Fri, Dec 8, 2017 at 11:25 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 12/7/17 2:08 PM, Chris Cheshire wrote: >> On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz >> wrote: >>>> >>>>

context resources, replacement parameters

2017-12-08 Thread Chris Cheshire
I have a directory resource set defined in my context.xml to handle images : The /p in there actually represents the context path - a given sandbox might have the same webapp deployed at different context paths representing different development branches. Is it possible to use a replacement

Re: daemon.sh and multiple tomcat instances

2017-12-08 Thread Chris Cheshire
On Fri, Dec 8, 2017 at 11:33 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 12/7/17 3:47 PM, Chris Cheshire wrote: >> Apologies in advance for semi-OT sysadmin question. >> >> Tomcat 8.5.24, running on Cent

daemon.sh and multiple tomcat instances

2017-12-07 Thread Chris Cheshire
Apologies in advance for semi-OT sysadmin question. Tomcat 8.5.24, running on Centos 6. I have built jsvc according to instructions in distribution. I have two tomcat instances under different users (sandbox1, sandbox2) that have their own CATALINA_BASE. I can start these manually from the command

Re: 8.5 - multiple host configuration question

2017-12-07 Thread Chris Cheshire
On Thu, Sep 7, 2017 at 5:30 PM, Christopher Schultz wrote: >> >> What should the permissions, owner & group be set to for >> CATALINA_HOME if I am running separate instances per user? > > It doesn't really matter. You just need to make sure that your "users" > can read the default config files --

Re: [ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Chris Cheshire
Dec 1, 2017 at 10:11 AM, Olaf Kock wrote: > > On 01.12.2017 15:54, Chris Cheshire wrote: >> >> Has 9 had an official release yet, or is it still almost there? >> >> On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas wrote: >>> >>> The Apache Tomcat team a

SSL connectors

2017-12-01 Thread Chris Cheshire
I see in the changelog for 8.5.24 60762: Add the ability to make changes to the TLS configuration of a connector at runtime without having to restart the Connector. (markt) Does this mean we can now update SSL certificates without bouncing the connector? -

Re: [ANN] Apache Tomcat 9.0.2 available

2017-12-01 Thread Chris Cheshire
Has 9 had an official release yet, or is it still almost there? On Fri, Dec 1, 2017 at 9:05 AM, Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 9.0.2 (beta). > > Apache Tomcat 9 is an open source software implementation of the Java > Servlet, Ja

Re: stopping scanning of TLDs

2017-11-08 Thread Chris Cheshire
On Wed, Nov 8, 2017 at 11:24 AM, Ray Holme wrote: > In a prior post, I asked if there was a way to see if a jar uses a tag > library. > Chris responded - look for ".tld" in the files. > So I looked (turns out ecj.. has no ".tld": > $ grep "tld&qu

  1   2   3   4   5   6   7   8   >