2013/9/20 Jeanfrancois Arcand <jfarcand....@gmail.com>
>
>
> On 2013-09-20 6:26 AM, Mark Thomas wrote:
>>
>> On 20/09/2013 11:24, Jeanfrancois Arcand wrote:
>>>
>>> Hi,
>>>
>>> [X] Broken - do not release
>>>
>>> I do test/use Tomcat with WebSocket since 7.0.27. 8.0.0-RC1 worked well
>>> with jsr356, but 7.0.43 is broken. You can try it by deploying
>>>
>>>
http://search.maven.org/remotecontent?filepath=org/atmosphere/samples/atmosphere-chat/2.0.0/atmosphere-chat-2.0.0.war
>>
>> Just a quick question, were you running on Java 7?
>
> Ah! No I wasn't. I think a log message or warning should be written
because the jsr356's ServerApplicationConfig is scanned and created with
jdk 6, hence initialized.

You should be able to see the following in the console:

INFO: WebSocket support is not available when running on Java 6. To
suppress thi
s message, run Tomcat on Java 7, remove the WebSocket JARs from
$CATALINA_HOME/l
ib or add the WebSocketJARs to the
tomcat.util.scan.DefaultJarScanner.jarsToSkip
 property in $CATALINA_BASE/conf/catalina.properties

Regards
Violeta

Reply via email to