On Thu, Jan 19, 2017 at 7:15 PM, Daniel Savard <daniel.sav...@gmail.com> wrote:
> 2017-01-19 12:21 GMT-05:00 David P. Caldwell <da...@code.davidpcaldwell.com>
> :
>
>> Chris,
>>
>> Good questions, I'll try to clarify.
>>
>> 1. The backend server serves files via HTTPS. (I control this, and may
>> switch it to HTTP; see below.)
>>
>> 2. The proxy server has an HTTPS connector like this (but under my
>> initial solution I wasn't thinking I should use it).
>> (...)
>>
>> -- David.
>>
>
>
> You just need a web application doing this job. There are many, here is a
> link to a short list: https://wiki.apache.org/tomcat/ServletProxy

Yeah, I realized after I described what I was doing that it's somewhat
misleading. Part of the mock is implemented in the middle server; it's
not just a passthrough. It really implements most of the behavior,
delegating a portion of it to the back end.

Possibly if I adopted url-pattern rules that were complex enough I
could separate that part out.

Thanks for the suggestion.

-- David.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to