-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something about netty and tomcat and APR #331
Milestone
Comments
This is, unfortunately, a known issue with |
jchambers
pushed a commit
that referenced
this issue
Jul 29, 2016
…lication container" section. Closes #331.
jchambers
pushed a commit
that referenced
this issue
Jul 29, 2016
…lication container" section. Closes #331.
I updated the docs in dc3e957; while I'm still hoping the upstream issue will be fixed soon, I think this is all we can really do in the meantime. Thanks again! |
123avi
pushed a commit
to 123avi/pushy
that referenced
this issue
Aug 18, 2016
…lication container" section. Closes jchambers#331.
123avi
pushed a commit
to 123avi/pushy
that referenced
this issue
Aug 22, 2016
…lication container" section. Closes jchambers#331.
123avi
pushed a commit
to 123avi/pushy
that referenced
this issue
Aug 22, 2016
cleanup, reformat , remove redundant plugin from pom minor cleanup Made `ApnsClient#sendNotification` generic. Updated to Netty 4.1.4 and tcnative fork 19. Replaced the "known issues" section with a "using Pushy inside an application container" section. Closes jchambers#331. Rolled back fancy flush thresholds. minor refactor Updated the README for v0.8. Exclude .gitignore files from jars. [maven-release-plugin] prepare release pushy-parent-0.8 [maven-release-plugin] prepare for next development iteration Drop the fancy hostname workaround for Travis (since they've updated their images lately).
123avi
pushed a commit
to 123avi/pushy
that referenced
this issue
Aug 23, 2016
cleanup, reformat , remove redundant plugin from pom minor cleanup Made `ApnsClient#sendNotification` generic. Updated to Netty 4.1.4 and tcnative fork 19. Replaced the "known issues" section with a "using Pushy inside an application container" section. Closes jchambers#331. Rolled back fancy flush thresholds. minor refactor Updated the README for v0.8. Exclude .gitignore files from jars. [maven-release-plugin] prepare release pushy-parent-0.8 [maven-release-plugin] prepare for next development iteration Drop the fancy hostname workaround for Travis (since they've updated their images lately).
123avi
pushed a commit
to 123avi/pushy
that referenced
this issue
Sep 4, 2016
…lication container" section. Closes jchambers#331.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i use
pushy 0.7.3
andnetty-tcnative-boringssl-static 1.1.33.Fork17
andspring boot(tomcat embed)
.it's working well.and then ,i package my server to a war and deploy on tomcat 8.0.35 ( linux centos6.5 ,openssl 1.0.2h).
it throws some exceptions like:
java.lang.ClassNotFoundException: org.eclipse.jetty.alpn.ALPN$Provider
i think that it because tomcat8 which on linux doesn't use netty-tcnative-boringssl-static(apr in it) and it(tomcat) use linux own APR.and tomcat 8 doesn't support http2.0 until tomcat9.
Is my opinion right?
The text was updated successfully, but these errors were encountered: