|
|
|
|
|
by Traubenfuchs
353 days ago
|
|
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! |
|