Category Archives: Control Panels

How to connect with PgAdminIII to PostgreSQL with SSH tunnel

On a cPanel server remote connections to PostgreSQL server are disabled by default. See how to leverage SSH tunnel and connect with PgAdminIII and Putty. If your key-based connection works fine (refer ‘Steps to connect with Putty using key based … Continue reading

Posted in Control Panels, Databases, Non-Java | Leave a comment

How to connect with Putty using key based authentication – screenshots

On a cPanel server where password login is not allowed you will need to use SSH key. Follow this guide to have key based SSH connection set up in Putty. For SSH access from Windows we recommend PuTTY and PuTTYgen … Continue reading

Posted in Control Panels, Non-Java | Leave a comment

Web application (WAR) deployment on shared hosting server

3 simple steps (prepare DB, update DB credentials, upload WAR) explained in detail to have your web application (WAR) deployed and made accessible on our shared hosting servers. For our guide we will use database based, WAR packaged application. It … Continue reading

Posted in Control Panels, Databases, Java, Tomcat | Leave a comment

Install node.js on a cPanel based shared hosting account

See how to install node.js on a cPanel account alongside your JVM and appserver. Node.js is event-driven, asynchronous I/O server-side JavaScript environment based on V8 engine. On request you wil be assign a dedicted port or ports to use with … Continue reading

Posted in Control Panels, PHP/Perl/Python | 2 Comments

Mapping Apache to Tomcat and other application servers at JVM Host

We provide our clients with ability to map selected URLs or URL patterns to their application servers so that they could use Java and other language based applications in parallel from 1 account. An example is to have Drupal PHP … Continue reading

Posted in Control Panels, Java, Tomcat | Leave a comment

How to use SSL certificates with Java, Tomcat and cPanel?

In Java hosting there are 2 basic ways you can secure data flow to/from your application server. Get dedicated IP and setup SSL certificate for your domain in cPanel. This will secure any requests to your domain on HTTPS port, … Continue reading

Posted in Control Panels, Java, Tomcat | Leave a comment