Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/8/16 6:25 PM, André Warnier (tomcat) wrote: > On 08.02.2016 23:31, Christopher Schultz wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> All, >> >> On 2/8/16 3:43 PM, Mark Thomas wrote: >>> On 08/02/2016 18:41, Jason Ricles

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-09 Thread tomcat
On 09.02.2016 15:06, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 2/8/16 6:25 PM, André Warnier (tomcat) wrote: On 08.02.2016 23:31, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 2/8/16 3:43 PM, Mark Thomas wrote: On

Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread Jason Ricles
I have an application that sends binary websocket messages between a class and the web application using a websocket server written in java. The data being sent from the java class is encoded in a binary buffer with the bytes in ISO8859_1. However, when I receive the bytes on the websocket server

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread Mark Thomas
On 08/02/2016 18:41, Jason Ricles wrote: > I have an application that sends binary websocket messages between a > class and the web application using a websocket server written in > java. > > The data being sent from the java class is encoded in a binary buffer > with the bytes in ISO8859_1.

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread tomcat
On 08.02.2016 20:27, Jason Ricles wrote: The message is built and sent in a javaclass connected to a websocket server for the web application also written in java then the message is passed to the webpage which uses javascript 1) on this list, do not "top post". See :

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread Jason Ricles
The message is built and sent in a javaclass connected to a websocket server for the web application also written in java then the message is passed to the webpage which uses javascript On Mon, Feb 8, 2016 at 2:25 PM, André Warnier (tomcat) wrote: > On 08.02.2016 19:41, Jason

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread tomcat
On 08.02.2016 19:41, Jason Ricles wrote: I have an application that sends binary websocket messages between a class and the web application using a websocket server written in java. The data being sent from the java class is encoded in a binary buffer with the bytes in ISO8859_1. However, when

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 2/8/16 3:43 PM, Mark Thomas wrote: > On 08/02/2016 18:41, Jason Ricles wrote: >> I have an application that sends binary websocket messages >> between a class and the web application using a websocket server >> written in java. >> >> The

Re: Having Java websocket server in tomcat handle ISO8859_1

2016-02-08 Thread tomcat
On 08.02.2016 23:31, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, On 2/8/16 3:43 PM, Mark Thomas wrote: On 08/02/2016 18:41, Jason Ricles wrote: I have an application that sends binary websocket messages between a class and the web application using a