Maarten,
On 10/14/20 16:21, Maarten Van Den Broek wrote:
>
>
>> Op 14 okt. 2020 om 21:09 heeft Christopher Schultz
>> het volgende geschreven:
>>
>> Maartin,
>>
>>> On 10/14/20 09:07, Maarten van den Broek wrote:
>>> Op 14-10-2020 om 14:10 schreef Rémy Maucherat:
On Wed, Oct 14, 2020 at
> Op 14 okt. 2020 om 21:09 heeft Christopher Schultz
> het volgende geschreven:
>
> Maartin,
>
>> On 10/14/20 09:07, Maarten van den Broek wrote:
>> Op 14-10-2020 om 14:10 schreef Rémy Maucherat:
>>> On Wed, Oct 14, 2020 at 11:38 AM Maarten van den Broek <
>>> mbr...@messagedesign.nl> wrote
Maartin,
On 10/14/20 09:07, Maarten van den Broek wrote:
> Op 14-10-2020 om 14:10 schreef Rémy Maucherat:
>> On Wed, Oct 14, 2020 at 11:38 AM Maarten van den Broek <
>> mbr...@messagedesign.nl> wrote:
>>
>>> I use tomcat 9.0.33 with windows10 home and amazon corretto
>>> jdk1.8.0_212.
>>>
>>> Belo
Op 14-10-2020 om 14:10 schreef Rémy Maucherat:
On Wed, Oct 14, 2020 at 11:38 AM Maarten van den Broek <
mbr...@messagedesign.nl> wrote:
I use tomcat 9.0.33 with windows10 home and amazon corretto jdk1.8.0_212.
Below a snapshot of two different Connector definitions in server.xml
On Wed, Oct 14, 2020 at 11:38 AM Maarten van den Broek <
mbr...@messagedesign.nl> wrote:
> I use tomcat 9.0.33 with windows10 home and amazon corretto jdk1.8.0_212.
>
> Below a snapshot of two different Connector definitions in server.xml
>
> maxThreads="150" SSLEnabled="true
On 14/10/2020 10:38, Maarten van den Broek wrote:
> I use tomcat 9.0.33 with windows10 home and amazon corretto jdk1.8.0_212.
> Using the first Connector everything is working fine. Debugging the
> setKeystorePass method of the class
> nl.messagedesign.tomcatlib.EncryptedPassword_Http11Nio2Proto
I use tomcat 9.0.33 with windows10 home and amazon corretto jdk1.8.0_212.
Below a snapshot of two different Connector definitions in server.xml
maxThreads="150" SSLEnabled="true" scheme="https"
secure="true"
protocol="nl.messagedesign.tomcatlib.EncryptedPassword_Http11Nio2Pr
proprietary protocol. Since the endpoint for those devices is the
web-service application as well in the end, I was think about how we could
host this custom protocol inside tomcat cleanly.
A quick and dirty approach would be to create a servlet loaded on startup
creating a listening socket on a desired
Title: How do I install custom protocol handler in my Tomcat (4.1.31)?
Hi,
I have a need for a custom URLConnection class in my application. I have written a Handler class that returns one. I also set -Djava.protocol.handler.pkgs=com.ubs.fi.confine.networking in my startup script for
gt;>
>>>I looked into server.xml to find a way to starts it... I tought Connector
>>>would be suitable for my needs but it seems strictly related to HTTP
>>>request handling.
>>>
>>>
>>
>>In theory, you can write a ProtocolHandler for any protocol you
r, you are right that this is for Request
processing.
Is server.xml supports a custom protocol Handler? For what I looked it
seem to be predefined connector one for HTTP, HTTPS and AJP/1.3.
If it possible in some way to hook by there I can live whith the fact
that is not the way tha
"David Gagnon" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
> I need to have my tomcat servers to broadcast their state (custom
> information) in order for them to collaborate.
>
> I look into the cluster code, org.apache.catalina.cluster.mcast.* it a
> good example o
Hi all,
I need to have my tomcat servers to broadcast their state (custom
information) in order for them to collaborate.
I look into the cluster code, org.apache.catalina.cluster.mcast.* it a
good example of what I need : send a multicast message each X seconds
and keep a member list with th
13 matches
Mail list logo