Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Magnificent points altogether, you just gained a emblem new reader. What could you recommend about your publish that you made a few days ago? Any sure?
- small links
I implemented your code and am very pleased with the results. I am using the AppExceptionHandler to store log records in a database. I mapped 7 error codes plus the ServletException to /AppExceptionHandler. Using eclipse (kepler) with a maven project, I see within the web.xml eight eclipse warnings that "location references to “/AppExceptionHandler” that does not exist in web content. The application functions without any problems including trapping exceptions and error pages. Any idea how I might eliminate the warnings ? BTW, thank you very much for publishing this well written article … I’ll be using this new tool in all my future webapps.
- Gerry Matte
Need Help badly: I always get this error when I try to use a XMPP based support system running in Java (Tomcat). The application does not require any database to run. Couldn’t find any solution. --------------------------------------------------- HTTP Status 500 - Server does not support account creation.: type Exception report message Server does not support account creation.: description The server encountered an internal error (Server does not support account creation.: ) that prevented it from fulfilling this request. exception javax.servlet.ServletException: Server does not support account creation.: msg.jabber.web.InitChat.doPost(InitChat.java:83) javax.servlet.http.HttpServlet.service(HttpServlet.java:641) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:170) root cause Server does not support account creation.: org.jivesoftware.smack.AccountManager.createAccount(AccountManager.java:185) msg.jabber.chat.Messenger.(Messenger.java:45) msg.jabber.chat.Manager.getMessenger(Manager.java:51) msg.jabber.web.InitChat.doPost(InitChat.java:61) javax.servlet.http.HttpServlet.service(HttpServlet.java:641) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:170)
- Ehan Rawh
It would be better to override service() rather than doGet() and doPost(), so it handles all HTTP methods and not just GET/POST. As-is, if there is an error for other methods it will result in a Method Not Allowed error from the error page, which on most servlet contains will result in a blank page or a nasty error page.
- James Livingston
I am trying to integrate hibernate with jsp servlet in a web application. The servlet does not show any error, but it generates a BLANK PAGE in the browser. When I removed a single line of code (whose purpose was, to call a method to insert data into sql table) then it was showing output. Please Help. No amount of Google-ing could solve it.
- Madhavi
I very thankful to your website .this is very much helpful to me .and i leran ervery thing in java easily
- Anjanee kumar
I just want to ask for help on how to trap the same data entered in the database using java servlet code…tnx in advance and merry christmas!!!
- Jethruel Bustamante