java - CloudBees and Custom Error Pages -


does cloudbees allow define custom error pages beyond can traditional java web app (via web.xml)?

for instance, if cloudbees app-cell instance goes down due infrastructure issues, there type of exception throw can caught , handled application backend? or special exception/error page can defined if app runs out of memory/permgen? in advance!

error page in web.xml used render application errors, , suppose application server up-and-running. container errors / maintenance / shutdown can't benefit application resources nature.

if app-cell instance goes down, application has no chance throw exception have been killed app-cell. oom error automatically trigger application restart. speaking, platform ensure have 1 instance running.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -