lucee-websocket
lucee-websocket copied to clipboard
Updates to README
Updated instructions on installation Updated instructions on testing Added section on additional topics / known issues
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
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?
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.
Good to know. I will update the document and re-push.
@isapir Any comments on ths pull request? Do you know if / when it will get accepted / merged? Thanks!
@isapir Are you considering this project dead? :)