status « J2EE « JSP-Servlet Q&A





1. Websphere 7 Portal: Servlet checking for login status to Portal?    stackoverflow.com

I run a WebSphere 7.0 Portal. One has to log in to be able to see any information which is fine for all portlets. But additionally there are a couple of ...

2. custom 503 error page thrown from servlet java    stackoverflow.com

This is pretty simple and straight forward. I want to thrown an error 503 from servlet side. Pretty simple right ?

response.sendError(503); 
When this is thrown , i need it to hit ...