atmosphere-samples icon indicating copy to clipboard operation
atmosphere-samples copied to clipboard

nettosphere-samples/jersey-chat gives wrong build instructions, and doesn't work

Open lwahonen opened this issue 8 years ago • 0 comments

Readme.md says

`### Using the sample

bash % mvn % cd target % unzip nettosphere-jersey-chat.jar % chmod a+x ./bin/nettosphere.sh % ./bin/nettosphere.sh `

But the jar created by maven doesn't even have a /bin/ inside of it. Manually running org.nettosphere.samples.chat.NettosphereJerseyChat seems to work otherwise, but browsers pointed to 127.0.0.1:8080 cannot find atmosphere.js. Naturally, the chat functionality doesn't work either.

lwahonen avatar May 09 '17 09:05 lwahonen