Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Konstantin Kolinko
2014-04-22 16:43 GMT+04:00 Thom Hehl : > > On 04/22/2014 07:50 AM, Konstantin Kolinko wrote: >> >> 2014-04-22 15:31 GMT+04:00 Thom Hehl : >>> >>> On 04/21/2014 04:30 PM, Daniel Mikusa wrote: On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: >> >> >> 1. What exactly version of Tomcat you

Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Thom Hehl
On 04/22/2014 07:50 AM, Konstantin Kolinko wrote: 2014-04-22 15:31 GMT+04:00 Thom Hehl : On 04/21/2014 04:30 PM, Daniel Mikusa wrote: On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: Tomcat 8/Ubuntu 12.04 I have my tomcat deployed with the example echo application. I wrote a tester that hits

Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Thom Hehl
On 04/22/2014 07:50 AM, Konstantin Kolinko wrote: 2014-04-22 15:31 GMT+04:00 Thom Hehl : On 04/21/2014 04:30 PM, Daniel Mikusa wrote: On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: Tomcat 8/Ubuntu 12.04 I have my tomcat deployed with the example echo application. I wrote a tester that hits

Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Konstantin Kolinko
2014-04-22 15:31 GMT+04:00 Thom Hehl : > > On 04/21/2014 04:30 PM, Daniel Mikusa wrote: >> >> On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: >> >>> Tomcat 8/Ubuntu 12.04 >>> >>> I have my tomcat deployed with the example echo application. I wrote a >>> tester that hits the URL provided and sends a

Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Thom Hehl
On 04/22/2014 07:35 AM, Mark Thomas wrote: On 22/04/2014 12:31, Thom Hehl wrote: I appreciate the help, but I've been through the tutorials. I've been debugging the code for tomcat 8.05 and this looks like a defect. It finds my class in ContextConfig.checkHandlesTypes and then passes it to Int

Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Mark Thomas
On 22/04/2014 12:31, Thom Hehl wrote: > I appreciate the help, but I've been through the tutorials. I've been > debugging the code for tomcat 8.05 and this looks like a defect. It > finds my class in ContextConfig.checkHandlesTypes and then passes it to > Introspection.loadClass(), but the class l

Re: Configuring a JSR-356 Websocket

2014-04-22 Thread Thom Hehl
On 04/21/2014 04:30 PM, Daniel Mikusa wrote: On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: Tomcat 8/Ubuntu 12.04 I have my tomcat deployed with the example echo application. I wrote a tester that hits the URL provided and sends a message and then receives the response back. I want to depl

Re: Configuring a JSR-356 Websocket

2014-04-21 Thread Daniel Mikusa
On Apr 21, 2014, at 9:58 AM, Thom Hehl wrote: > Tomcat 8/Ubuntu 12.04 > > I have my tomcat deployed with the example echo application. I wrote a tester > that hits the URL provided and sends a message and then receives the response > back. > > I want to deploy my own websocket. I have done so