CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

web server

Apache Tomcat 8.x: How to install and configure?

Apache Tomcat is a pretty famous open-source web server, developed by the Apache Software Foundation. It provides an environment to run Java code within. In this article, I am going to explain the steps to install and configure Apache Tomcat on “Windows 7” based system. We need Java to run Apache Tomcat web-server; I am assuming […]

JSP – An Introduction

Java Server Pages (JSP) is a technology used to create dynamic content for web pages. How different it is from a normal HTML file? There is a lot of difference. Normal HTML files are served by the web servers whenever the user requests the file. Also, JSP pages are served by web servers. But there […]

Scroll to top