isapir / lucee-websocket

Enables server WebSockets for Lucee via JSR-356 compliant servlet containers (e.g. Tomcat 8, Jetty 9.1, etc.)
GNU Lesser General Public License v2.1
17 stars 6 forks source link

Updates to README #28

Open psarin opened 2 years ago

psarin commented 2 years ago

Updated instructions on installation Updated instructions on testing Added section on additional topics / known issues

cubiclabs commented 2 years ago

Something that you might not be aware of is that the SessionInitializerFilter was added to Tomcat some time ago, so if you are using that server you do not need to add the additional jar in - you do still need to modify the web.xml file though: https://dev.lucee.org/t/installing-the-websocket-extension-on-tomcat-got-much-easier/3012

redtopia commented 2 years ago

Wow... I never saw that post on the Lucee Dev forum. The jar that you're referring to is servlet-filter-utils-1.1.1.jar correct?

cubiclabs commented 2 years ago

Yes, that is correct. If you are using Tomcat you do not need the additional jar. Just add the filter as described in the forum post.

psarin commented 2 years ago

Good to know. I will update the document and re-push.

psarin commented 2 years ago

@isapir Any comments on ths pull request? Do you know if / when it will get accepted / merged? Thanks!

psarin commented 11 months ago

@isapir Are you considering this project dead? :)