Does CloudBees allow you to define custom error pages beyond what you can to with a traditional Java web app (via web.xml
)?
For instance, if a CloudBees app-cell instance goes down due to infrastructure issues, is there a type of exception it will throw that can be caught and handled by the application backend? Or a special exception/error page that can be defined if the app runs out of memory/PermGen? Thanks in advance!