users@tyrus.java.net

Re: GFv4, WebSockets sample app

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Wed, 19 Jun 2013 12:50:56 +0200

Hi Kristian,

I just replied on glassfish users ;) but lets keep it here..

this blog post uses deprecated API, final version does have major
changes compared to what is mentioned there.

please see http://tyrus.java.net for more details (there is up-to-date
user guide) and/or check our samples bundle [1].

Regards,
Pavel

[1]
http://search.maven.org/remotecontent?filepath=org/glassfish/tyrus/bundles/tyrus-samples/1.0/tyrus-samples-1.0-all.zip


On 6/19/13 12:38 PM, Kristian Rink wrote:
> Folks;
>
> reposting this here as being recommended to do so on the glassfish
> mailing list. Maybe someone can provide me with some insights...
>
> Not sure whether it's Glassfish or just me: Downloaded the
> NetBeans+GFv4 bundle. Followed Aruns pretty good write-up / chat
> tutorial [1]. Built. Deployed. Outcome: It's "not working". Not much
> more. App deploys, but I neither see any evidence that WebSocket
> support is there, nor does the chat application work. It mainly ends up
> with a "can't connect to ws://localhost:8080/...".
>
> Found this command...
>
> [...]
> asadmin set
> configs.config.server-config.network-config.protocols.protocol.http-listener-1.http.websockets-support-enabled=true
>
>
> Command set executed successfully
> [...]
>
>
> ... somewhere on the 'net, which seems to successfully do "something"
> yet it doesn't change much about the result.
>
> Is there anything I should know about that? Anything I can do to at
> least track down what's happening here?
>
> TIA and all the best,
> Kristian
>
>
> [1]https://blogs.oracle.com/arungupta/entry/websocket_applications_using_java_jsr
>
>
>