setting up ssl on apache webserver

This  tutorial describes how to setup SSL on Apache webserver. The tools needed to set ssl up a linux server are openssl, a user with sudo privileges and apache webserver.

changing oracle user profile and expired status

I recently had an oracle user(schema) that was created with a profile of 'DEFAULT' which meant the user's password would expire. The user should have been created with a profile that does not expire its password. Well, the password expired and I have to change the password without actually…

display errors on custom JSP page

Sometimes customization of the 500 and 400 error pages might be desired.  To do this, configuring the  web.xml file to send these errors to the customized page(s) would help achieve the task.