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
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
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
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
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
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
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
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