Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Trouble with Jsp on Cpanel box

When ever you get a chance to install Tomcat freshly on a brand new Cpanel server, jsp fails to work. You might skip to notice a strange error which is normally lost in the debug information displayed in log files. Watch out this log file...

Tomcat Dummies for Cpanel Server

How to enable tomcat support for an account created under Cpanel Server? Quite simple. If you’re a server admin, Login to WHM and search for “Install Servlets” option. Select the domain name and click on Install. Now, this feature will make the...

Apache/Tomcat and JkMount with Servlets

What if I like to access the servlets directly via port 80 instead of using :portnumber on my URL? You can do a trick, Edit apache virtualhost entry and add the JkMount directive. For example: I wanted to access a servlet which was under seed directory of my document...