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]

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

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

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

2020-06-22 Thread Richard Huntrods
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]<https://www.avast.com/sig-em

Re: learning tomcat 7 on Linux

2020-04-08 Thread Richard Monson-Haefel
r comes with CentOS. Access permissions on > the files of a development server are far simpler than on fully > public-server-enabled installs. > > Olaf > > > - > To unsubscribe, e-mail: users-unsubscr...@tom

Re: learning tomcat 7 on Linux

2020-04-08 Thread Richard Monson-Haefel
n 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, and

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-Hae

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
e - 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 08:26, Richard Monson-Hae

Re: Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
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 but kee

Role/Path Based Access Valve?

2020-03-03 Thread Richard Monson-Haefel
-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 the i

this.getServletConfig() returns null

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

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 > the

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

2020-02-10 Thread Richard Monson-Haefel
our 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
; 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 is I don't understand why th

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

Database timeout

2019-07-25 Thread Richard Huntrods
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 addressed, and may contain confidential, per

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

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

HTTP to HTTPS redirect not happening

2019-07-19 Thread Richard Huntrods
ONFIDENTIAL 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 am I missing? Thanks, -Richard --- This email ha

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

2019-07-19 Thread richard coleman
can 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

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

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

Problem with SSH in latest Tomcat

2019-04-09 Thread Richard Huntrods
. Thanks, -Richard **   className="org.apache.catalina.startup.VersionLoggerListener" />           className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />   className="org.apache.catalina.mbeans.GlobalR

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
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 test.

Resource Request - MySQL Data Pool

2019-03-25 Thread Richard Huntrods
t; 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 - To unsubscribe, e-mail: users-uns

Re: Tomcat behind Apache web server ProxyPass settings for WebSocket

2018-12-07 Thread richard
. 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] RewriteCond %{HTTP:Upgrade} !=websocket

Tomcat behind Apache web server ProxyPass settings for WebSocket

2018-12-04 Thread richard
/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 wrong here? Thanks. Richard

Re: OT: Java Textbook?

2018-12-03 Thread Richard Huntrods
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. Cheers, -Richard --- This email has bee

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
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-mail: users-h

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
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 strictly co

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
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 other side

Re: Connection closed error and certificateVerification="required"

2018-04-18 Thread Richard Tearle
On 17 April 2018 at 16:45, Richard Tearle <richard.tea...@northgateps.com> wrote: > On 17 April 2018 at 14:54, Mark Thomas <ma...@apache.org> wrote: >> On 17/04/18 11:36, Mark Thomas wrote: >>> On 17/04/18 10:14, Richard Tearle wrote: >> >> >> &

Re: Connection closed error and certificateVerification="required"

2018-04-17 Thread Richard Tearle
On 17 April 2018 at 14:54, Mark Thomas <ma...@apache.org> 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 (pr

Re: Connection closed error and certificateVerification="required"

2018-04-17 Thread Richard Tearle
On 16 April 2018 at 22:04, Mark Thomas <ma...@apache.org> 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 up

Re: Connection closed error and certificateVerification="required"

2018-04-11 Thread Richard Tearle
On 5 April 2018 at 08:35, Richard Tearle <richard.tea...@northgateps.com> wrote: > > On 4 April 2018 at 17:58, Mark Thomas <ma...@apache.org> wrote: > > On 26/03/18 08:25, Richard Tearle wrote: > > > > > > > > Thanks. I've got the test application

Re: Connection closed error and certificateVerification="required"

2018-04-05 Thread Richard Tearle
On 4 April 2018 at 17:58, Mark Thomas <ma...@apache.org> 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

Re: Connection closed error and certificateVerification="required"

2018-03-26 Thread Richard Tearle
Hi On 24 March 2018 at 23:06, Mark Thomas <ma...@apache.org> wrote: > On 23/03/18 15:00, Richard Tearle wrote: >> On 22 March 2018 at 23:06, Mark Thomas <ma...@apache.org> wrote: >>> On 22/03/18 15:27, Richard Tearle wrote: >>>> On 22 March 2018 at 1

Re: Connection closed error and certificateVerification="required"

2018-03-23 Thread Richard Tearle
On 22 March 2018 at 23:06, Mark Thomas <ma...@apache.org> wrote: > On 22/03/18 15:27, Richard Tearle wrote: >> On 22 March 2018 at 14:49, Mark Thomas <ma...@apache.org> wrote: > > > > OK. Time to think about this. NIO + JSSE works whereas NIO + OpenSSL > doesn

Re: Connection closed error and certificateVerification="required"

2018-03-22 Thread Richard Tearle
On 22 March 2018 at 14:49, Mark Thomas <ma...@apache.org> wrote: > On 22/03/18 07:46, Richard Tearle wrote: >> On 21 March 2018 at 14:54, Mark Thomas <ma...@apache.org> wrote: [snip] > Excellent. > > There have been a few moving parts here so I'd like to get some &g

Re: Connection closed error and certificateVerification="required"

2018-03-22 Thread Richard Tearle
help us track > 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

Re: Connection closed error and certificateVerification="required"

2018-03-21 Thread Richard Tearle
On 20 March 2018 at 19:58, Mark Thomas <ma...@apache.org> 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

Re: Connection closed error and certificateVerification="required"

2018-03-20 Thread Richard Tearle
On 20 March 2018 at 14:49, Richard Tearle <richard.tea...@northgateps.com> wrote: > Hello > > On 20 March 2018 at 11:29, Mark Thomas <ma...@apache.org> wrote: >> >> >> >> There are rather too many factors at play here. It would be good to

Re: Connection closed error and certificateVerification="required"

2018-03-20 Thread Richard Tearle
Hello On 20 March 2018 at 11:29, Mark Thomas <ma...@apache.org> 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

Connection closed error and certificateVerification="required"

2018-03-20 Thread Richard Tearle
sue; 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 Limited (together "Northgate Public Services") and is strictly confidenti

Re: Tomcat 8.5.28 SSL - Cannot store non-PrivateKeys

2018-03-14 Thread Richard Tearle
example 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.co

Re: Tomcat behind IIS on windows 2012

2018-03-07 Thread richard
/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 or so

Tomcat behind IIS on windows 2012

2018-03-02 Thread richard
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'll copy

Re: where to put jars used by several apps

2017-11-27 Thread richard
, 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 problems, so that's good. I'm

where to put jars used by several apps

2017-11-25 Thread richard
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 <ch...@christopherschultz.net> 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 ke

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 <ch...@christopherschultz.net> 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.1

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 <l...@kreuser.name> wrote: > > > > > Richard, > > > > > >> Gesendet: Mittwoch, 22. November 2017 um 14:40 Uhr >> Von: "Richard Tearle" >> <richard.tea...@northgateps.com[mai

Trouble with TLS/SSL and Tomcat 8.5.23

2017-11-22 Thread Richard Tearle
INA_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 (UK) Limited

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, > > >

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: BackupManager Heterogeneous Environment / Functionality?

2016-05-05 Thread Decker, Richard M
: SHA1 Richard, On 5/5/16 3:29 PM, Decker, Richard M wrote: > 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

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

Re: Tomcat 7: wrong realm being used?

2016-04-17 Thread richard
tart, 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
hout 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 - To unsubscribe, e-mail: user

Re: Cors-Filter

2016-02-26 Thread RICHARD DOUST
> On Feb 26, 2016, at 3:40 PM, Christopher Schultz > <ch...@christopherschultz.net> 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 &l

Re: Cors-Filter

2016-02-26 Thread RICHARD DOUST
from my iPad > On Feb 26, 2016, at 2:42 AM, André Warnier (tomcat) <a...@ice-sa.com> 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 insta

Cors-Filter

2016-02-25 Thread RICHARD DOUST
oes 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

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:

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

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

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 dmik...@pivotal.io 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 but are considering moving away from

How to force Tomcat to use the system clock?

2015-03-06 Thread Salisbury, Richard W DLA CTR INFORMATION OPERATIONS
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 advance for any ideas that are shared. Richard

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-10 Thread RICHARD DOUST
in resolving the issue Konstantin. Richard On Feb 9, 2015, at 2:12 PM, RICHARD DOUST rdo...@me.com 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 instructions on that web site say that I should

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-09 Thread RICHARD DOUST
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 knst.koli...@gmail.com wrote: 2015-02

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 rdo...@me.com wrote: We are running 7.0.57. I

Re: IIS 6.0 isapi_redirect 1.2.40 Tomcat 7.0 403 Forbidden

2015-02-09 Thread RICHARD DOUST
? It's running remotely. Thanks, Richard On Feb 9, 2015, at 10:47 AM, RICHARD DOUST rdo...@me.com 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 review that page you sent the link

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

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 2014

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

2014-11-22 Thread Richard Aubry
. 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

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

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 dmik...@gopivotal.com 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 never had issues with using mod_jk to connect

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

Re: CorsFilter denying some same-origin requests.

2014-03-11 Thread Richard Hart
). 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 ma...@apache.org wrote: On 10/03/2014 14:30, Richard

CorsFilter denying some same-origin requests.

2014-03-10 Thread Richard Hart
and 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   >