Update to 10.1.14 breaks our application

2023-10-12 Thread Richard Cook
Hi, We have a spring boot application (v3.1.4) It currently uses org.apache.tomcat tomcat-jdbc 10.1.13 A renovate bot updated this package to 10.1.14 and now our app fails on startup, with the following exception.. 2023-10-11T22:27:16.981Z WARN 7 — [ main] o.h.e.j.e.i.JdbcEnvironmentInitiator

Installing Jenkins (WAR) on Tomcat - Corrupts SMTP / Email for Java Apps

2022-03-31 Thread Decker, Richard
Tomcat Users, Sorry if this is a bit off base, but does anyone have experience with this unusual problem? As soon as I uninstall Jenkins (& restart tomcat), I can send java emails just fine through Tomcat. When I load the Jenkins war it breaks emails being sent immediately, by our other install

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 we

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

2020-06-22 Thread Richard Huntrods
nt and my Java versions consistent with the current Tomcat. I've found that although the upgrade process can sometimes be painful, it is at least well documented. Cheers, -Richard [https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]<htt

Re: learning tomcat 7 on Linux

2020-04-08 Thread Richard Monson-Haefel
> Use that, rather than whatever comes with CentOS. Access permissions on > the files of a development server are far simpler than on fully > public-server-enabled installs. > > Olaf > > > - > To unsubsc

Re: learning tomcat 7 on Linux

2020-04-08 Thread Richard Monson-Haefel
s than 2 hours each. You can find "Tomcat for Java Development" on Pluralsight.com today and "Java Application Development with Tomcat" later in the week. Good luck! Richard On Wed, Apr 8, 2020 at 7:56 AM Andy Sloane wrote: > Hi, > I have set up a Linux CentOS 7 host

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: Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
Thanks, Chris. As I said it was hypothetical but I appreciate the help! On Tue, Mar 3, 2020 at 2:42 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 3/3/20 09:14, Richard Monson-Haefel

Re: Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
Ok. That makes sense. Thanks again, Mark. On Tue, Mar 3, 2020 at 8:18 AM Mark Thomas wrote: > On 03/03/2020 13:50, Christopher Schultz wrote: > > Richard, > > > > On 3/3/20 08:26, Richard Monson-Haefel wrote: > >> Thank you, Mark. I was actually aware of how t

Re: Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
ivileges users should have - that's the role of operations or management or if hosting the client. On Tue, Mar 3, 2020 at 7:51 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 3/3/20

Re: Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
re it even gets to the web application. In that way, no matter what the developers put into the WAR I have multiple control from Tomcat. Make sense? On Tue, Mar 3, 2020 at 7:04 AM Mark Thomas wrote: > On 03/03/2020 12:27, Richard Monson-Haefel wrote: > > I've tried to find this bu

Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
ion - role-based authorization. -- Richard Monson-Haefel https://twitter.com/rmonson https://www.linkedin.com/in/monsonhaefel/

Re: this.getServletConfig() returns null

2020-02-14 Thread Richard Monson-Haefel
That worked! Thank you! On Fri, Feb 14, 2020 at 1:10 PM Mark Thomas wrote: > On 14/02/2020 18:29, Richard Monson-Haefel wrote: > > Hi, > > > > I'm experimenting with using annotations. I created a Servlet with > > annotations and then attempt to get

this.getServletConfig() returns null

2020-02-14 Thread Richard Monson-Haefel
name="myservlet", urlPatterns={"/"}, initParams={ @WebInitParam(name="name", value="Richard"), @WebInitParam(name="greeting", value="Hola") } ) public class TheServlet extends HttpSer

Re: Expression Language ${initParam.whatever} not working

2020-02-10 Thread Richard Monson-Haefel
Thanks, Mark. Your explanation was good but the code didn't do it. On Mon, Feb 10, 2020 at 12:10 PM Mark Thomas wrote: > On 10/02/2020 18:03, Richard Monson-Haefel wrote: > > Hi Simon, > > > > Thanks for the response but I don't think that is the issue. I can use

Re: Expression Language ${initParam.whatever} not working

2020-02-10 Thread Richard Monson-Haefel
> In your web.xml you want: > > > greeting_color > green > > > I think you have defined an initialization parameter for the servlet, not > the context. > > On Mon, 10 Feb 2020 at 17:54, Richard Monson-Haefel < > monsonhae...@gmail.com> > wrote:

Expression Language ${initParam.whatever} not working

2020-02-10 Thread Richard Monson-Haefel
/ns/javaee/web-app_4_0.xsd"; version="4.0" metadata-complete="true"> HiJsp /hello.jsp greeting_color green HiJsp /hola/* Here is the output (source) Hello richard from hello.jsp color

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 in

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). >> >&g

Database timeout

2019-07-25 Thread Richard Huntrods
s 9.3 hours, maximum was 166.1 hours with an average since April 2019 of 35 hours. Thanks in advance. -Richard --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -- This communication is intended for the use of the recipient to whom it is

Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
lves, but 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 г. в

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 t

Re: Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
oblem, so I'm very happy with the solution. -R On 7/20/2019 3:48 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 workin

Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
out what I did wrong trying to use web.xml to do the 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 r

Re: HTTP to HTTPS redirect not happening

2019-07-20 Thread Richard Huntrods
OT/web.xml 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: &g

HTTP to HTTPS redirect not happening

2019-07-19 Thread Richard Huntrods
/* CONFIDENTIAL just before the final I did this and restarted tomcat. It doesn't work. After restarting tomcat, if I type in "http://mydomain.com"; I still see the unsecured version. It does not auto-redirect to https. What

Re: tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread richard coleman
be packaged in the .war file and automatically applied whenever the application is deployed. Thanks again for your help, rik. On Fri, Jul 19, 2019 at 2:44 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richa

tomcat 7.0.90 ubuntu web-security.xml doesn't work.

2019-07-19 Thread richard coleman
Hi all, Running tomcat 7.0.90, I am trying to add a security block to a struts 1 application to redirect *most* urls to https. It works fine when I add it to the web.xml file in the webapps//WEB-INF/web.xml file. That file states that I should be able to add it to a separate web-security.xml fil

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 sc

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 rece

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 yester

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:

Re: Is there a problem with the digest?

2019-04-18 Thread Richard Huntrods
qlGlBn4a4me3hWthLLtMy+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-E

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: >> W

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 se

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

Problem with SSH in latest Tomcat

2019-04-09 Thread Richard Huntrods
fter the *** THIS IS MY CONNECTOR ... *** comment. Thanks, -Richard **   className="org.apache.catalina.startup.VersionLoggerListener" />           className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />  

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 con

Re: Re: Resource Request - MySQL Data Pool

2019-03-28 Thread Richard Huntrods
Luis, Thanks very much. I'll have a look. Cheers, -Richard On 3/26/2019 1:43 AM, Luis Rodríguez Fernández wrote: Hello Richard, In my experience the best is to "start simple". I would have a look at the apache tomcat doc [1], configure your pool with a minimal setup and t

Resource Request - MySQL Data Pool

2019-03-25 Thread Richard Huntrods
the difference between "really really good" and "blogger who has not really tried it". Thanks very much in advance. -Richard --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: Tomcat behind Apache web server ProxyPass settings for WebSocket

2018-12-07 Thread richard
at's wrong here? Thanks. Richard Luis & Christopher, thanks for your suggestions. I've now got a VirtualHost that works, the key section being: RewriteEngine On RewriteCond %{HTTP:Upgrade} =websocket [NC] RewriteRule /(.*) ws://localhost:8080/$1 [P,L] Rewr

Tomcat behind Apache web server ProxyPass settings for WebSocket

2018-12-04 Thread richard
like this: ProxyPass/http://127.0.0.1:8080/ #works ok ProxyPassReverse /http://127.0.0.1:8080/ #works ok ProxyPass/ws://127.0.0.1:8080/ ProxyPassReverse /ws://127.0.0.1:8080/ Could anyone tell me what's

Re: OT: Java Textbook?

2018-12-03 Thread Richard Huntrods
k as long as you observe the OER rules, which basically state you keep the authorship intact. Frankly, I think OER is the wave of the future in texts simply because it takes the power away from the book publishers and puts it back in the hands of those who directly benefit from having free, good texts.

Re: One tomcat server with different webapps on different ports?

2018-11-25 Thread richard
On 2018-11-24 23:25, Geraldo Netto wrote: Hello Richard/Friends, I might be wrong, but I guess the best approach would be to use apache httpd or nginx as a reverse proxy and leave tomcat alone Kind Regards, Geraldo Netto Sapere Aude => Non dvcor, dvco http://exdev.sf.net/ On Sun, 25

One tomcat server with different webapps on different ports?

2018-11-24 Thread richard
I would of course want to use the manager application on 444 to manage the applications visible on 443. Is this possible? Richard - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mai

Re: Translation help wanted

2018-11-16 Thread Richard HO
.jpeg] But in the afternoon, I suddenly found that the progress became 3%, and I saw your name in the contributor. Excuse me, did you clear some content? Is the translated content unqualified? [image: 3abc.jpg] [image: translator.jpg] Richard Mark Thomas 于2018年11月12日周一 下午7:49写道

Re: SSL Errors and Warnings with various version of Tomcat

2018-11-13 Thread Richard Tearle
On Tue, 13 Nov 2018 at 14:10, Mark Thomas wrote: > > On 13/11/2018 14:00, Rémy Maucherat wrote: > > On Tue, Nov 13, 2018 at 2:50 PM Richard Tearle < > > richard.tea...@northgateps.com> wrote: > > > >> Hi > >> > >> Our applications are a

SSL Errors and Warnings with various version of Tomcat

2018-11-13 Thread Richard Tearle
et twitchy when they see warnings, even more so when it's around SSL/TLS...) Richard -- This email is sent on behalf of Northgate Public Services (UK) Limited and its associated companies including Rave Technologies (India) Pvt Limited (together "Northgate Public Services") and is

Re: [EXTERNAL] Re: Configuring CORS filter

2018-06-20 Thread Bradley, Richard
Thank you Mark! For the quick reply! Yeah...Apache reports it as LOW and they report as MEDIUM. We have to mitigate all MEDIUM and HIGH vulnerabilities. Best regards, Rick On Wed, Jun 20, 2018 at 1:00 PM, Mark Thomas wrote: > On 20/06/18 18:16, Bradley, Richard wrote: > &

Configuring CORS filter

2018-06-20 Thread Bradley, Richard
the default of "true". Thanks, Rick -- Richard M. Bradley (Rick) *Geospatial Engineer* BLM NOC EGIS Sanborn Map Company, Inc. Phone number: (303) 236-4538 rmbrad...@blm.gov "Decide that you want it more than you're afraid of it. Your greatest dreams are all on the o

Re: Connection closed error and certificateVerification="required"

2018-04-18 Thread Richard Tearle
On 17 April 2018 at 16:45, Richard Tearle wrote: > On 17 April 2018 at 14:54, Mark Thomas wrote: >> On 17/04/18 11:36, Mark Thomas wrote: >>> On 17/04/18 10:14, Richard Tearle wrote: >> >> >> >>> Now all we need to to do is to figure out how to fi

Re: Connection closed error and certificateVerification="required"

2018-04-17 Thread Richard Tearle
On 17 April 2018 at 14:54, Mark Thomas wrote: > On 17/04/18 11:36, Mark Thomas wrote: >> On 17/04/18 10:14, Richard Tearle wrote: > > > >> Now all we need to to do is to figure out how to fix this. With the >> understanding of what is (probably) going wrong, the pro

Re: Connection closed error and certificateVerification="required"

2018-04-17 Thread Richard Tearle
On 16 April 2018 at 22:04, Mark Thomas wrote: > On 11/04/18 09:22, Richard Tearle wrote: > > > >> I've built tomcat from source using the link you provided, and rebuilt the >> containers with this tomcat, and can still reproduce the issue. I've uploaded >

Re: Connection closed error and certificateVerification="required"

2018-04-11 Thread Richard Tearle
On 5 April 2018 at 08:35, Richard Tearle wrote: > > On 4 April 2018 at 17:58, Mark Thomas wrote: > > On 26/03/18 08:25, Richard Tearle wrote: > > > > > > > > Thanks. I've got the test application and UI running but I haven't yet > > reprodu

Re: Connection closed error and certificateVerification="required"

2018-04-05 Thread Richard Tearle
On 4 April 2018 at 17:58, Mark Thomas wrote: > On 26/03/18 08:25, Richard Tearle wrote: > > > > Thanks. I've got the test application and UI running but I haven't yet > reproduced the problem. What parameters are you calling run-test.sh with? This usually get'

Re: Connection closed error and certificateVerification="required"

2018-03-26 Thread Richard Tearle
Hi On 24 March 2018 at 23:06, Mark Thomas wrote: > On 23/03/18 15:00, Richard Tearle wrote: >> On 22 March 2018 at 23:06, Mark Thomas wrote: >>> On 22/03/18 15:27, Richard Tearle wrote: >>>> On 22 March 2018 at 14:49, Mark Thomas wrote: >>> >

Re: Connection closed error and certificateVerification="required"

2018-03-23 Thread Richard Tearle
On 22 March 2018 at 23:06, Mark Thomas wrote: > On 22/03/18 15:27, Richard Tearle wrote: >> On 22 March 2018 at 14:49, Mark Thomas wrote: > > > > OK. Time to think about this. NIO + JSSE works whereas NIO + OpenSSL > doesn't with the same configuration apart from

Re: Connection closed error and certificateVerification="required"

2018-03-22 Thread Richard Tearle
On 22 March 2018 at 14:49, Mark Thomas wrote: > On 22/03/18 07:46, Richard Tearle wrote: >> On 21 March 2018 at 14:54, Mark Thomas wrote: [snip] > Excellent. > > There have been a few moving parts here so I'd like to get some > clarification on exactly where we are. I

Re: Connection closed error and certificateVerification="required"

2018-03-22 Thread Richard Tearle
down where the problem may lie. > > Thanks, > > Mark > I created the PKCS12 as you showed above used my 8.0.x configuration and ran my test application for 8 hours without a single connection closed error . -- Richard -- This email is sent on behalf of Northgate Public Services (UK

Re: Connection closed error and certificateVerification="required"

2018-03-21 Thread Richard Tearle
On 20 March 2018 at 19:58, Mark Thomas wrote: > On 20/03/18 14:49, Richard Tearle wrote: > OK. Can you share you configuration and the steps you used to create the > self-signed certificate. I'd like to see if I can reproduce this. > > > Mark > I thought it m

Re: Connection closed error and certificateVerification="required"

2018-03-20 Thread Richard Tearle
On 20 March 2018 at 14:49, Richard Tearle wrote: > Hello > > On 20 March 2018 at 11:29, Mark Thomas wrote: >> >> >> >> There are rather too many factors at play here. It would be good to try >> and eliminate some of them. >> >> What are the kno

Re: Connection closed error and certificateVerification="required"

2018-03-20 Thread Richard Tearle
Hello On 20 March 2018 at 11:29, Mark Thomas wrote: > > On 20/03/18 07:52, Richard Tearle wrote: > > Hello > > > > We have 4 applications built on the same architecture with a web UI > > and camel based ESB running in separate Tomcat's, using REST/XML to >

Connection closed error and certificateVerification="required"

2018-03-20 Thread Richard Tearle
ate that I haven't included all the information required to help resolve this issue; so please tell me what extra information is required. -- Richard -- This email is sent on behalf of Northgate Public Services (UK) Limited and its associated companies including Rave Technologies (India) Pvt Limit

Re: Tomcat 8.5.28 SSL - Cannot store non-PrivateKeys

2018-03-14 Thread Richard Tearle
le server.xml entries show naming PEM > files directly, and the connector docs seem to imply that pem files are > supported. > > Can anyone give me a pointer on what to do here? > > -- > George S. > *MH Software, Inc.* > Voice: 303 438 9585 > http://www.mhsoftware.com >

Re: Tomcat behind IIS on windows 2012

2018-03-07 Thread richard
osoft/httpplatformhandler or, use the Apache Tomcat Connectors https://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.30/ia64/ Is either considered best practice, to be preferred over the other? Regards Richard ps: I posted this same question over at javaranch a week

Tomcat behind IIS on windows 2012

2018-03-02 Thread richard
omcat Connectors https://archive.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win64/jk-1.2.30/ia64/ Is either considered best practice, to be preferred over the other? Regards Richard ps: I posted this same question over at javaranch a week or so back, but with no responses as yet. I&#x

Re: where to put jars used by several apps

2017-11-27 Thread richard
d in the wars, is this an acceptable technique? Or is it going to land me in trouble? Does the order of locations in common.loader matter? Thanks for any advice Richard Ray & Nasry, thanks for your observations. Seems like my approach, in my situation at least, isn't going to cause me pr

where to put jars used by several apps

2017-11-25 Thread richard
hnique? Or is it going to land me in trouble? Does the order of locations in common.loader matter? Thanks for any advice Richard - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-23 Thread Richard Tearle
On 23 November 2017 at 17:20, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 11/23/17 8:28 AM, Richard Tearle wrote: >> Yes I read through that thread, but we don't really like Java key >> stores, and I don

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-23 Thread Richard Tearle
On 23 November 2017 at 05:33, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Richard, > > On 11/22/17 8:40 AM, Richard Tearle wrote: >> Hello >> >> Apache Tomcat 8.5.23 Centos 7.4 (3.10.0-514.16.1.el7.x86_64) Java >&

Re: Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Richard Tearle
Peter On 22 November 2017 at 15:08, Peter Kreuser wrote: > > > > > Richard, > > > > > >> Gesendet: Mittwoch, 22. November 2017 um 14:40 Uhr >> Von: "Richard Tearle" >> mailto:richard.tea...@northgateps.com]> >> An: users@tomcat.

Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Richard Tearle
CATALINA_OPTS and viewing the resultant logging, seems to indicate that the certificate is being loaded, but not the trust store, with the only truststore loaded coming from: /opt/jre1.8.0_152/lib/security/cacerts Best Regards Richard -- This email is sent on behalf of Northgate Public Services (U

RE: Tomcat on macOS

2017-05-19 Thread Decker, Richard M
Mark, > -Original Message- > From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID] > Sent: Friday, May 19, 2017 10:44 AM > To: Tomcat Users List > Subject: Re: Tomcat on macOS > > Chris, > > On 5/19/2017 7:33 AM, Christopher Schultz wrote: > > Israel, > > > > On 5/18/17 10:52 AM, Isr

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 hol

RE: BackupManager Heterogeneous Environment / Functionality?

2016-05-05 Thread Decker, Richard M
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Thursday, May 05, 2016 4:26 PM To: Tomcat Users List Subject: Re: BackupManager Heterogeneous Environment / Functionality? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, On 5/5/16 3:29

BackupManager Heterogeneous Environment / Functionality?

2016-05-05 Thread Decker, Richard M
ASF Tomcat Members, I'm trying to configure & demo an Apache Tomcat [v8] cluster env, that supports different apps functioning on different systems. Basically, I'm trying to setup an environment where an app can be on only 1 or 2 (deployed or running) out of the 3 Tomcat systems in the cluster.

Re: Tomcat 7: wrong realm being used?

2016-04-17 Thread richard
tch on a service restart, so I don't know why I saw the previous behaviour. Regards Richard - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 7: wrong realm being used?

2016-04-17 Thread richard
igurations. Without any declaration of a UserDatabaseRealm I don't see how any applications would get to look at tomcat-users.xml. I'm wondering if anyone here could help me diagnose what's wrong. Richard

Re: Cors-Filter

2016-02-26 Thread RICHARD DOUST
> On Feb 26, 2016, at 3:40 PM, Christopher Schultz > wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jose, > > On 2/26/16 7:08 AM, Jose María Zaragoza wrote: >> 2016-02-26 9:08 GMT+01:00 RICHARD DOUST : >>> My question is, w

Re: Cors-Filter

2016-02-26 Thread RICHARD DOUST
think. Thanks Sent from my iPad > On Feb 26, 2016, at 2:42 AM, André Warnier (tomcat) wrote: > >> On 25.02.2016 22:59, RICHARD DOUST wrote: >> Hi, >> >> I’m running Tomcat 7.0. Can’t find the version.bat file, so I don’t know >> more than that. It’s install

Cors-Filter

2016-02-25 Thread RICHARD DOUST
cors not allow http to https? Anyway, any help would be appreciated. Thanks, Richard

users@tomcat.apache.org

2016-02-12 Thread richard
I have several webapps on tomcat, and in ROOT I have a login.jsp and login-error.jsp. Is it possible to have that one login jsp referenced by the elements of other webapps on the same server? If so, how would I reference it? ???/login.jsp ???/login-error.jsp -

RE: 1catalina.org.apache.juli.FileHandler

2016-02-05 Thread richard
On 2016-02-05 19:04, Caldarale, Charles R wrote: From: rich...@xentu.com [mailto:rich...@xentu.com] Subject: 1catalina.org.apache.juli.FileHandler I'm trying to understand logging.properties. Make sure you carefully read this first: http://tomcat.apache.org/tomcat-8.0-doc/logging.html Shou

1catalina.org.apache.juli.FileHandler

2016-02-05 Thread richard
I'm trying to understand logging.properties. Should I have jar on my system somewhere containing 1catalina.org.apache.juli.FileHandler? If so, other than asking!, how would I go about finding what jar a particular class would be in? I've tried this tool: https://github.com/javalite/jar-explor

Tomcat 8 - server.xml Not Updating

2015-09-06 Thread Richard Morey
Hi -- I have just installed Tomcat 8 on Windows 2008 R2. I go into the host manager and add two virtual hosts. However, the server.xml file does not get updated. When I restart the Tomcat service the two virtual hosts no longer appear in the host manager web UI. Additionally, if I manually

Re: Session replication/fail-over for medium sized tomcat farm

2015-07-03 Thread Charles Richard
On Fri, Jul 3, 2015 at 9:58 AM, Daniel Mikusa wrote: > On Fri, Jul 3, 2015 at 8:36 AM, Charles Richard < > charle...@thelearningbar.com> wrote: > > > Hi, > > > > We are currently using a product called Terracotta to do session > > fail-over/replication bu

Session replication/fail-over for medium sized tomcat farm

2015-07-03 Thread Charles Richard
Hi, We are currently using a product called Terracotta to do session fail-over/replication but are considering moving away from this product as it doesn't seem to support Java 7 and Tomcat 7. What products exist out there that would help with session fail-over/replication? I only know of 3: - T

How to force Tomcat to use the system clock?

2015-03-06 Thread Salisbury, Richard W DLA CTR INFORMATION OPERATIONS
mekeeping has been modified to be based on these "ticks". (If the system time is being used, then the tick count at any particular moment is calculated from the system time rather than from the counter.) " Thanks in ad

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-10 Thread RICHARD DOUST
Thanks for your help in resolving the issue Konstantin. Richard > On Feb 9, 2015, at 2:12 PM, RICHARD DOUST wrote: > > I have removed the CORS Filter from the web.xml, redeployed, and the behavior > is the same. Still get the 403 Forbidden return code. > > The instruction

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-09 Thread RICHARD DOUST
file? It's running remotely. Thanks, Richard > On Feb 9, 2015, at 10:47 AM, RICHARD DOUST wrote: > > Ok. Found the archives for source. Now all I've got to do is figure out how > to get Eclipse to look at the source when I'm running Tomcat remotely. I'll &g

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-09 Thread RICHARD DOUST
Ok. Found the archives for source. Now all I've got to do is figure out how to get Eclipse to look at the source when I'm running Tomcat remotely. I'll review that page you sent the link to. Richard > On Feb 9, 2015, at 10:14 AM, RICHARD DOUST wrote: > > We are ru

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-09 Thread RICHARD DOUST
executable and use the source for 7.0.59. I will try removing the CORS filter from the deployment and see if that changes the behavior. I'll update this thread when I know the results. Thanks for your input. Richard > On Feb 6, 2015, at 6:29 PM, Konstantin Kolinko wrote: > > 20

IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-06 Thread RICHARD DOUST
Hi, I've got an application that ran well with Tomcat 6.0, but is causing me problems on Tomcat 7.0. The front end is IIS (listening on port 80, passing requests to the isapi_redirect (1.2.40) filter which is configured to send some urls on to ajp13, then to port 8009 were Tomcat is listening),

Re: How to get rid of that Tomcat page? Please help!

2014-11-23 Thread Richard Aubry
Neven Thank you very much. Your help was invaluable. I looked at /etc/hosts and found and entry for the site I was trying to reach. I removed that entry and all is fine now. How, when and why that line was added to the hosts file is a mystery for me. Thank you again. Richard Aubry > Le 2

How to get rid of that Tomcat page? Please help!

2014-11-22 Thread Richard Aubry
an access the site without problems. Could someone tell me how to get rid of that? Richard Aubry - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: mod_jk "NetworkError: 400 Bad Request - https://xxx.xx.xxx.xxx"

2014-07-21 Thread Charles Richard
On Mon, Jul 21, 2014 at 11:39 AM, Daniel Mikusa wrote: > On Mon, Jul 21, 2014 at 10:32 AM, Charles Richard < > charle...@thelearningbar.com> wrote: > > > Hi, > > > > I am using Apache 2.2.3 with mod_jk 1.2.31 and Tomcat 6.0.30 . > > > > I have nev

mod_jk "NetworkError: 400 Bad Request - https://xxx.xx.xxx.xxx"

2014-07-21 Thread Charles Richard
Hi, I am using Apache 2.2.3 with mod_jk 1.2.31 and Tomcat 6.0.30 . I have never had issues with using mod_jk to connect my Apache requests to a tomcat instance before now but I am now running into a situation where Apache requests going to a tomcat instance on another server are giving me an "400

tomcat heap gc marksweep outage

2014-06-30 Thread Charles Richard
Hi, I'm trying to help out my old company who has no IT staff to look at this. This might be a bad coding issue but I'm hoping to be able to understand this issue. They are using Tomcat 6.0.35 and Java 1.6.0_26 . The application is a Java, hibernate, c3p0 application, not really sure if it is Spr

Re: CorsFilter denying some same-origin requests.

2014-03-11 Thread Richard Hart
eader). Do you think that this is something that Apache would consider incorporating into the CORS filter? This would be preferable to maintaining our own copy of the filter indefinitely. Thanks Richard On Mon, Mar 10, 2014 at 3:55 PM, Mark Thomas wrote: > On 10/03/2014 14:30, Richard Ha

CorsFilter denying some same-origin requests.

2014-03-10 Thread Richard Hart
and modify it to allow requests for which the Origin and Host headers both resolve to the same IP address. However, if somebody has already implemented a solution for this problem could you please let us know.. Thanks Richard Hart

  1   2   3   4   5   6   >