SrcCodes

Configure SSL/HTTPS support on Apache Tomcat 7

By default, HTTPS / SSL is not configured and enabled in Tomcat Web server. SSL setup is required to make your web application accessible over HTTPS protocol. This post will guide you to configure SSL in Tomcat 7 Web server. Tools and Technologies used in this article : 1. Tomcat 7.0.

Build Android application package file (APK) using Eclipse IDE and Android Developer Tools (ADT) Plugin

Android application package file (APK) is program binary used to distribute and install Android application onto the Android operating system. Here we'll see step by step procedure of creating .apk file ready to be installed in Android device.

Android Hello World Example using Eclipse IDE and Android Developer Tools (ADT) Plugin

This tutorial will help you to write your first Android 'Hello World!' program. Here, we'll use Eclipse IDE with Android Developer Tools (ADT) plugin to build the application and Android Emulator - Android Virtual Device (AVD) to run the application which will draw 'Hello World!' text on the

SrcCodes © 2026