←back to thread

166 points feep | 1 comments | | HN request time: 0.249s | source
Show context
Traubenfuchs ◴[] No.44464611[source]
Try an apache tomcat 11 next. You can just dump .jsp files or whole java servlet applications as .war file via ssh and it will just work!

One shared JVM for maximum performance!

It can also share db connection pools, caches, etc. among those applications!

Wow!

replies(4): >>44464663 #>>44464883 #>>44470934 #>>44477758 #
1. palmfacehn ◴[] No.44477758[source]
I'm still happily using Jetty for webapp backends.