Hello,
Does PASOE support HTTP/2 and how do you enable it?
Thanks in advance!
Alon
Well, it looks to have been added to Tomcat 8.5, which is what we ship in 11.7:
tomcat.apache.org/migration-85.html
So, it should work. Don't think it's supported, though.
PASOE is also a webserver that serves static files not just business logic. I think, it's a great benefit and it's not the only webserver that does that.
I don't think there's a need to argue the benefits of HTTP/2 over other alternatives. The whole world is moving to HTTP/2. Most websites have moved to HTTP/2.
Maybe we need to use a proxy or another webserver with PASOE?
"Most websites" is really only 24.3 % so far. Still, Alon is right: it is the way of the future.
If any of you are wondering what HTTP/2 is, this article might be illuminating:
-gus
Maybe most websites I visit :)
For one it will shorten and simplify the build tasks and likely improve performance whether or not you are concatenating code.
Here's also a cool couple of videos from Udacity -