Multiple SSL certificates on same server

2010-03-08 Thread Richard Huntrods
Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server. The applications use different domains and URLs, so the single Tomcat instance can easily tell them apart. (Note: this part is currently working just fine).

RE: Multiple SSL certificates on same server

2010-03-09 Thread Richard Huntrods
On 03/08/2010 06:46 PM, Richard Huntrods wrote: Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server. The applications use different domains and URLs, so the single Tomcat instance can easily tell them apart. (Note: this part

Re: how to upgrade tomcat 8.5.x?

2017-05-17 Thread Richard Huntrods
On 16/05/2017 17:18, Igal @ Lucee.org wrote: On 5/16/2017 8:27 AM, Kreuser, Peter wrote: I'd say a more robust (and the documented way) is to use a Tomcat-Home directory and a Tomcat-Base Directory. $CATALINA_HOME holds the actual distributed Tomcat-"Binaries" (ZIP/TGZ), $CATALINA_BASE

Re: OT: Java Textbook?

2018-12-03 Thread Richard Huntrods
Completely off-topic.  But I figure this is the perfect group to ask this question to.  I will be teaching a university level intro to Java programming (for non-programming majors) in the spring semester.  I am looking for a good textbook to use.   I've been out of academia for years.  So I'm

Re: Re: Resource Request - MySQL Data Pool

2019-03-28 Thread Richard Huntrods
Chris, Thanks. Lots to go through... On 3/26/2019 9:00 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Richard, On 3/25/19 14:15, Richard Huntrods wrote: It's time to update my application to use "real" (i.e. current best practices) data connecti

Re: Re: Resource Request - MySQL Data Pool

2019-03-28 Thread Richard Huntrods
Everything depends on your application workload, how your queries looks like, etc, so I am afraid that there are no "silver bullets" in this domain. Hope it helps, Luis [1] https://tomcat.apache.org/tomcat-8.5-doc/jndi-datasource-examples-howto.html El lun., 25 mar. 2019 a las 19:

Resource Request - MySQL Data Pool

2019-03-25 Thread Richard Huntrods
It's time to update my application to use "real" (i.e. current best practices) data connection pooling. My application is Java Servlets, no beans, no JSP. Database is MySQL. System etc. details: Ubuntu live server 18.04.2, built March 6, 2019. MySQL - latest installed via 'apt-get install

Problem with SSH in latest Tomcat

2019-04-09 Thread Richard Huntrods
Greetings! I would like to 'do what's necessary' to remove the following error. Google tells me it's related to my security implementation, which is HTTPS by default. I am convinced the problem is in how I invoke the port 443 connector in my server.xml. I've been running this servlet on

Re: Is there a problem with the digest?

2019-04-12 Thread Richard Huntrods
Why google? Actually I was continuing to research the problem I'd posted, and the digest archive showed up as the first two hits. :-) -R On 4/12/2019 7:34 AM, Konstantin Kolinko wrote: пт, 12 апр. 2019 г. в 17:27, Richard Huntrods : It's been four days since I've seen a 'users-dig

Is there a problem with the digest?

2019-04-12 Thread Richard Huntrods
It's been four days since I've seen a 'users-dig...@tomcat.apache.org' email. I posted a question on April 9, and no digest since (I subscribed to the digest), yet I found a reply on the digest archive by searching with Google. So again... is there a problem with digest emails? I have no spam

Re: Is there a problem with the digest?

2019-04-17 Thread Richard Huntrods
Nothing changed since before your server crashed to after, and I've checked all junk and spam filters. I am still not receiving any of the digests anymore. Are the digests even being sent out? Thanks, -R On 12/04/2019 16:32, Mark Thomas wrote: > On 12/04/2019 16:29, Mark Thomas wrote: >>

Connector difference explanation request - two ways of getting SSL in server.xml

2019-06-22 Thread Richard Huntrods
Apologies if this is really basic, but I've seen two ways of handling https (SSL) for tomcat and don't understand the differences. The first example uses letsencrypt cert files 'in situ' (i.e. where they have been created). The second example uses the same files, but converted by a manual shell

Re: Is there a problem with the digest?

2019-04-18 Thread Richard Huntrods
hLLtMy+OOEim 6ENjntVTBQiTP/YqrxWDbCkaD7b2e9wY5N3JlRxMIQHfcHaND3PRdQSn7oHYXmJl Message-ID: Date: Thu, 18 Apr 2019 12:12:23 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit

Re: [NUCLEUS #813966] Urgent: Problem receiving email

2019-04-18 Thread Richard Huntrods
there are two email addresses that send the emails to me. Tomcat Users List and Tomcat Digest I used to get only the digest, but this week even emails from 'users' are not coming through at all. Cheers, -Richard On 4/18/2019 5:42 PM, Nigel Koppert via RT wrote: Hi Richard,

Re: Cannot receive email from tomcat.apache.org

2019-04-23 Thread Richard Huntrods
I'm still not receiving any email from either 'users@tomcat.apache.org' or 'users-dig...@tomcat.apache.org' - not since the tomcat listserv server crash in early April. I asked my mail server provider to check their logs, and this is the reply I received yesterday: Hello Richard, I

Re: Cannot receive email from tomcat.apache.org

2019-04-23 Thread Richard Huntrods
I have confirmed with my email provider that tomcat.apache.org does indeed have nucleus.com on a blacklist. I can provide proof if needed, but I do need to get nucleus.com REMOVED from this blacklist. Thank you. -Richard On 4/23/2019 9:14 AM, Richard Huntrods wrote: I'm still not receiving

Re: Re: Database timeout

2019-07-28 Thread Richard Huntrods
On 7/27/2019 7:18 AM, Mark Thomas wrote: > On 26/07/2019 02:44, Richard Huntrods wrote: >> I'm having an ongoing issue with the database connections timing out >> after a long period of inactivity (i.e. no-one connecting to the tomcat >> applicaton). >> >> Bu

Re: Re: Database timeout

2019-07-28 Thread Richard Huntrods
On 7/27/2019 9:43 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 7/25/19 21:44, Richard Huntrods wrote: >> I'm having an ongoing issue with the database connections timing >> out after a long period of inac

Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
he above auto-redirection, but this works and is simple. -R On 7/20/2019 7:47 AM, Richard Huntrods wrote: > OK. That was really weird. > > As I said in my message, following the directions on the web did NOT > work. It didn't force redirection from http to https. > > What

Re: Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
8 AM, logo wrote: Richard, Am 20.07.2019 um 04:19 schrieb Richard Huntrods <mailto:huntr...@athabascau.ca>: I tried implementing automatic redirection from HTTP to HTTPS on my tomcat today, but it's not working. First, my system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 (insta

Re: Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
Sorry for top-posting. It's the default with my mail program (thunderbird)... On 7/20/2019 11:27 AM, Konstantin Kolinko wrote: > сб, 20 июл. 2019 г. в 17:47, Richard Huntrods : >> OK. That was really weird. >> >> As I said in my message, following the directions on th

Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
instead. I'll try that today. But it was weird that the change in /conf/web.xml killed the servlet but didn't affect the ROOT static pages at all. Especially weird since the servlet application ONLY runs on port 443 (https). -R On 7/19/2019 7:18 PM, Richard Huntrods wrote: > I tried implement

Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
if editing web.xml is just as good... ? Thanks, -Richard On 7/20/2019 2:08 PM, Richard Huntrods wrote: > Sorry for top-posting. It's the default with my mail program > (thunderbird)... > > On 7/20/2019 11:27 AM, Konstantin Kolinko wrote: >> сб, 20 июл. 2019 г. в 17:4

HTTP to HTTPS redirect not happening

2019-07-19 Thread Richard Huntrods
I tried implementing automatic redirection from HTTP to HTTPS on my tomcat today, but it's not working. First, my system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 (installed from tomcat distribution, not via apt get) Java: OpenJDK "11.0.3" 2019-04-16 Mysql: Ver 14.14 Distrib 5.7.26 This

Database timeout

2019-07-25 Thread Richard Huntrods
I'm having an ongoing issue with the database connections timing out after a long period of inactivity (i.e. no-one connecting to the tomcat applicaton). But first... My system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 (installed from tomcat distribution, not via apt get) Java: OpenJDK

Re: Re: Proposal: Note on web site that Tomcat 10 is a milestone-release

2020-03-04 Thread Richard Huntrods
On 3/4/2020 6:28 AM, Martin Grigorov wrote: On Wed, Mar 4, 2020 at 4:02 PM Johan Compagner wrote: Or for now generate 2 build artifacts? (as long as it is really just the package rename) Hm, no. I just tested locally Tomcat 10.0.1 with Apache Wicket (9.x, master). Nothing more. Tomcat

Re: users Digest 22 Jun 2020 10:06:54 -0000 Issue 13885

2020-06-22 Thread Richard Huntrods
Brian & Calder, On 6/22/2020 3:06 AM, users-digest-h...@tomcat.apache.org wrote: On Mon, Jun 22, 2020, 01:04 Brian wrote [ snip ] - For some reason, the people at Ubuntu/Debian/Linux decided that Tomcat's log

Re: ClassFileTransformer in Tomcat 10 common classloader

2021-12-29 Thread Richard Huntrods
On 28.12.21 00:36, Chew Kok Hoor wrote: We're using the old javax.servlet namespace for compatibility reasons. Some of our jar files are re-used by different web-apps, therefore we placed them in the common classloader. Is it possible to convert them dynamically, just like how