This tutorial describes how to launch Putty from WinSCP. You could face a situation where you saved your credentials in a WinSCP session and then forgot them after some time....
In this tutorial, we describe how to deploy a Tomcat web application on port 80. As known, 80 is the default port of the web, every time you access a...
This tutorial describes how to install a single SSL certificate on multiple Tomcat nodes. 1. Generate CSR The first thing you should do before generating an SSL certificate is to...
By default, web applications are deployed under this path: “WORKSPACE/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps” . Here below we define the needed steps to change the default deploy directory of Tomcat in Eclipse. 1- Custom Deploy Directory...
In some circumstances, it is mandatory to deploy your application on multiple tomcat instances instead of a single one, this usually happens when working with a heavy application which consumes...
By default, the memory size allocated for tomcat is not enough to handle heavy applications which require high memory usage, several OutOfMemoryError exceptions will be thrown if you keep the default...
Here below we provide a step-by-step guide for installing and setting up tomcat in unix environment, for those who are interested in windows machines you can refer to this guide. 1. Prerequisite...
Tomcat is an open source java application server provided by Apache, it is the most popular application server for java environment. In this article we provide a step-by-step guide for installing...