Re: [OT] Custom protocol implementation not found

2020-10-15 Thread Christopher Schultz
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

Re: [OT] Custom protocol implementation not found

2020-10-14 Thread Maarten Van Den Broek
> 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

Re: [OT] Custom protocol implementation not found

2020-10-14 Thread Christopher Schultz
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

Re: Custom protocol implementation not found

2020-10-14 Thread Maarten van den Broek
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

Re: Custom protocol implementation not found

2020-10-14 Thread 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 > > maxThreads="150" SSLEnabled="true

Re: Custom protocol implementation not found

2020-10-14 Thread Mark Thomas
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

Custom protocol implementation not found

2020-10-14 Thread Maarten van den Broek
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

Custom protocol

2012-06-17 Thread Sebastian Götz
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

How do I install custom protocol handler in my Tomcat (4.1.31)?

2006-09-19 Thread Aaron . Kats
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

Re: Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-28 Thread Bill Barker
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

Re: Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-28 Thread David Gagnon
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

Re: Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-27 Thread Bill Barker
"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

Is there a clean way to add Custom protocol endpoint to tomcat 5.5

2006-04-27 Thread David Gagnon
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