From 4a505711a055e46502466e500838658c577d986d Mon Sep 17 00:00:00 2001
From: Anand-DevOps <135973445+anand1590@users.noreply.github.com>
Date: Tue, 27 Jan 2026 12:54:19 +0530
Subject: [PATCH] Update home.jsp
---
src/main/webapp/jsps/home.jsp | 95 +++++++++++++++++++++--------------
1 file changed, 57 insertions(+), 38 deletions(-)
diff --git a/src/main/webapp/jsps/home.jsp b/src/main/webapp/jsps/home.jsp
index e340db6f9e..8a97f68e7d 100644
--- a/src/main/webapp/jsps/home.jsp
+++ b/src/main/webapp/jsps/home.jsp
@@ -1,58 +1,77 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="java.net.*" %>
-
+
-MithunTechnologies- Home Page
-
-
+Greens Technologies - Home Page
+
+
-Welcome to Mithun Technologies
+
+Welcome to Greens Technologies
Phone Number: +91 9980923216
-Mithun Technologies is a Very Good Training Center for DevOps, Cloud, Kubernetes and Terraform
+
+ Greens Technologies is a Very Good Training Center for DevOps, Cloud,
+ Kubernetes and Terraform
+
-Trainer Name: Bhaskar Reddy Lacchannagari
+Trainer Name: Anandhakumar
-
-
- Server Side IP Address
+
-<%
-String ip = "";
-InetAddress inetAddress = InetAddress.getLocalHost();
-ip = inetAddress.getHostAddress();
-out.println("Server Host Name :: "+inetAddress.getHostName());
+Server Side IP Address
+<%
+ InetAddress inetAddress = InetAddress.getLocalHost();
+ String ip = inetAddress.getHostAddress();
+ out.println("Server Host Name :: " + inetAddress.getHostName());
%>
-<%out.println("Server IP Address :: "+ip);%>
-
-
- Client Side IP Address
-<%out.print( "Client IP Address :: "+request.getRemoteAddr()); %>
-<%out.print( "Client Name Host :: "+request.getRemoteHost() );%>
+<%= "Server IP Address :: " + ip %>
+
+
+
+Client Side IP Address
+<%= "Client IP Address :: " + request.getRemoteAddr() %>
+<%= "Client Host Name :: " + request.getRemoteHost() %>
+
+
-
-
-
-
- Mithun Technologies,
- Marathahalli,
- Bengaluru,
- +91 9980923216 and
- Devopstrainingblr@Gmail.com
-
- Mail to Mithun Technologies
-
+
+
+
+
+ Greens Technologies,
+ Marathahalli,
+ Bengaluru,
+ +91 9980923216
+ Devopstrainingblr@gmail.com
+ Mail to Greens Technologies
+
+
- Service : Get Employee Details
-
+
+
+ Service :
+ Get Employee Details
+
+
-Mithun Technologies - Consultant, Training and Development Center.
-Copyrights 2025 by Mithun Technologies,Bengaluru
+
+
+ Greens Technologies - Consultant, Training and Development Center.
+
+
+
+
+ Copyright © 2025 by
+ Greens Technologies, Bengaluru
+
+
-