Re: Tomcat `11.0.3` embedded fails to start with `InaccessibleObjectException`

2025-02-11 Thread David P. Caldwell
Note that I am experiencing this with Tomcat 9.0.99. So it seems the recent point releases are all affected. On Tue, Feb 11, 2025 at 12:56 PM David P. Caldwell wrote: > > Also experiencing this with Java 17. but not Java 8, 11, or 21. > > Example run: > https://github.com/david

Re: Tomcat `11.0.3` embedded fails to start with `InaccessibleObjectException`

2025-02-11 Thread David P. Caldwell
Also experiencing this with Java 17. but not Java 8, 11, or 21. Example run: https://github.com/davidpcaldwell/slime/actions/runs/13268650799/job/37043056764 - David. On Tue, Feb 11, 2025 at 11:23 AM Daniel Skiles wrote: > > I'm seeing the same thing in tomcat 10.1.35 with openjdk version "17.

Re: Can Tomcat act as an HTTPS proxy?

2017-01-19 Thread David P. Caldwell
On Thu, Jan 19, 2017 at 7:15 PM, Daniel Savard wrote: > 2017-01-19 12:21 GMT-05:00 David P. Caldwell > : > >> Chris, >> >> Good questions, I'll try to clarify. >> >> 1. The backend server serves files via HTTPS. (I control this, and may >> switch

Re: Can Tomcat act as an HTTPS proxy?

2017-01-19 Thread David P. Caldwell
x27;ll help (because I'm not sure how I can implement the "direct all HTTPS requests to this host/port" without the Java client attempting to establish a tunnel) but I'll explore it. -- David. On Thu, Jan 19, 2017 at 11:42 AM, Christopher Schultz wrote: > -BEGIN PGP

Re: Can Tomcat act as an HTTPS proxy?

2017-01-19 Thread David P. Caldwell
erver-side implementation that can make the request of the backend server and return the response to the front end. On Thu, Jan 19, 2017 at 10:38 AM, David P. Caldwell wrote: > I'm trying to forward HTTPS requests through a Tomcat HTTP (or HTTPS) > server to a backend HTTPS server. > > The

Can Tomcat act as an HTTPS proxy?

2017-01-19 Thread David P. Caldwell
erstanding of the concepts is a bit murky, so I might be wrong. Am I on the right track? If so, is there something configurable that will allow those requests to be forwarded rather than rejected? -- David P. Caldwell http://www.davidpcaldwell.com/ -

Re: How a script can determine latest version of Tomcat

2015-02-18 Thread David P. Caldwell
better in every way? On Fri, Sep 5, 2014 at 7:18 PM, Konstantin Kolinko wrote: > 2014-09-04 22:46 GMT+04:00 Daniel Mikusa : >> On Thu, Sep 4, 2014 at 1:48 PM, David P. Caldwell < >> da...@code.davidpcaldwell.com> wrote: >> >>> I have a small program that down

How a script can determine latest version of Tomcat

2014-09-04 Thread David P. Caldwell
rather stable So my challenge isn't coming up with *a* way to do it, but coming up with the best way. Suggestions? -- David P. Caldwell http://www.davidpcaldwell.com/ - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.or