Md. Wahaduzzamanwahaduzzaman.hashnode.dev·Mar 27, 2024Tomcat installation and configuration and validation.Apache Tomcat is an open-source, lightweight, powerful and widely-used web server developed and maintained by Apache Foundation. It is an implementation of the Java Servlet, JavaServer Pages (JSP), Java Expression Language (EL) and Java WebSocket tec...Discussapache tomcat
VIBIN Rvibinblogs.hashnode.dev·Nov 18, 2023Guide to Connect Apache Tomcat with Eclipse for Java Web DevelopmentIntroduction Apache Tomcat is an effective environment for executing Java-based web applications and it's also an open-source application server. On the other side, Java development is made easier with Eclipse, an integrated development environment (...Discuss·2 likes·43 readsapache tomcat
Uzair Bagwanuzairbagwan.hashnode.dev·Sep 13, 2023Creating a 2-tier instances using Aws rds services and InstancesSteps: Create a free tier Rds Database in Amazon selecting the Database engine as MySql. Give an appropriate ID and password to the database. Now go to the Amazon Ec2 services and create an instance and then give the default VPC and Security as ...Discuss·53 readsDevops
Techbrein Serviceslatestnews0.hashnode.dev·Aug 10, 2023All You Need to Know About Apache TomcatFirstly, you should have an idea of servers. A server is a computer or system that provides resources, services, or functionality to other computers or devices, known as clients, over a network. It is designed to respond to client requests and fulfil...Discussapache
Komal Minhasiamkomal.hashnode.dev·Aug 8, 2023Automate and Conquer: Crafting an End-to-End CI/CD Pipeline for Spring Boot application using JenkinsOverview In this exciting Real Time CI/CD DevOps Project, we'll create an end-to-end CI/CD pipeline to build and deploy a real-world Spring Boot application. We'll leverage the power of Jenkins, a popular CI/CD tool, and other essential DevOps tools ...Discuss·4 likes·816 readsDevOps DecodedDevops
Karthikeyan RArakarthikeyan.hashnode.dev·Jul 29, 2023Install SSL on Tomcat 9As per documentation, tomcat9 supports JKS, PKCS11 or PKCS12 format key stores. In our case, we have certificates in .crt format which needs to be converted to either of these formats. To convert .crt to .pfx (PKCS12), use the openssl command openssl...Discuss·100 readsapache tomcat
ASHOK SANAashok198510.hashnode.dev·Jun 14, 2023Building a Web Application with Tomcat and MySQL: A Step-by-Step GuideIn today's digital era, web applications have become an integral part of our daily lives. From social media platforms to e-commerce websites, these applications provide us with seamless user experiences and powerful functionalities. Behind the scenes...Discuss·1 like·219 readsapache tomcat
Amrit Pandaamritpanda.hashnode.dev·Mar 2, 2023Tomcat server setupWhat is Tomcat? Apache Tomcat is an open-source software used to host java web applications. Pre-requisites to install tomcat? Java should be installed before installing tomcat on a machine. To install java jdk in Debian-based Linux systems use the b...Discuss·143 readsci-cd
Priyabrata Sahoopriyabrata.hashnode.dev·Dec 21, 2022Install Tomcat 10.0.27 in Ubuntu 20.04Create a server using AWS or any cloud or virtual machine for tomcat installation If you are using cloud server, then access it by git bash or putty ssh -i <Key Pair Path> <user>@<ip_address_of_server> Next, update the package manager cache by runni...Discuss·64 readsTomcat
Chime Chisimdindusimdeeclouder.hashnode.dev·Aug 23, 2022Install and Configure Apache Webserver on AWS EC2 Instance and Create An Image From it.OBJECTIVE By the end of this article, you will be able to: Understand the concept and importance of Apache Differentiate between Apache and Tomcat Launch an instance and install the webserver on your own instance WHAT IS APACHE WEBSERVER? Apache i...Discuss·32 readslogin