Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 57 additions & 38 deletions src/main/webapp/jsps/home.jsp
Original file line number Diff line number Diff line change
@@ -1,58 +1,77 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page import="java.net.*" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MithunTechnologies- Home Page</title>
<link href="images/mithunlogo.jpg" rel="icon">
</head>
<title>Greens Technologies - Home Page</title>
<link href="images/greentechlogo.jpg" rel="icon">
</head>

<body>
<h1 align="center">Welcome to Mithun Technologies</h1>

<h1 align="center">Welcome to Greens Technologies</h1>
<h1 align="center">Phone Number: +91 9980923216</h1>
<h1 align="center">Mithun Technologies is a Very Good Training Center for DevOps, Cloud, Kubernetes and Terraform</h1>
<h1 align="center">
Greens Technologies is a Very Good Training Center for DevOps, Cloud,
Kubernetes and Terraform
</h1>

<h1 align="center">Trainer Name: Bhaskar Reddy Lacchannagari</h1>
<h1 align="center">Trainer Name: Anandhakumar</h1>

<hr>
<br>
<h1><h3> Server Side IP Address </h3><br>
<hr><br>

<%
String ip = "";
InetAddress inetAddress = InetAddress.getLocalHost();
ip = inetAddress.getHostAddress();
out.println("Server Host Name :: "+inetAddress.getHostName());
<h3>Server Side IP Address</h3>
<%
InetAddress inetAddress = InetAddress.getLocalHost();
String ip = inetAddress.getHostAddress();
out.println("Server Host Name :: " + inetAddress.getHostName());
%>
<br>
<%out.println("Server IP Address :: "+ip);%>
</h1>
<br>
<h1><h3> Client Side IP Address </h3><br>
<%out.print( "Client IP Address :: "+request.getRemoteAddr()); %><br>
<%out.print( "Client Name Host :: "+request.getRemoteHost() );%><br></h1>
<%= "Server IP Address :: " + ip %>

<br><br>

<h3>Client Side IP Address</h3>
<%= "Client IP Address :: " + request.getRemoteAddr() %><br>
<%= "Client Host Name :: " + request.getRemoteHost() %>

<hr>

<div style="text-align: center;">
<span>
<img src="images/mithunlogo.jpg" alt="" width="100">
</span>
<span style="font-weight: bold;">
Mithun Technologies,
Marathahalli,
Bengaluru,
+91 9980923216 and
Devopstrainingblr@Gmail.com
<br>
<a href="mailto:Devopstrainingblr@Gmail.com">Mail to Mithun Technologies</a>
</span>
<span>
<img src="images/greentechlogo.jpg" alt="" width="100">
</span>
<span style="font-weight: bold;">
Greens Technologies,<br>
Marathahalli,<br>
Bengaluru,<br>
+91 9980923216<br>
Devopstrainingblr@gmail.com<br>
<a href="mailto:Devopstrainingblr@gmail.com">Mail to Greens Technologies</a>
</span>
</div>

<hr>
<p> Service : <a href="services/employee/getEmployeeDetails">Get Employee Details </p>
<hr>

<p>
Service :
<a href="services/employee/getEmployeeDetails">Get Employee Details</a>
</p>

<hr>
<p align=center>Mithun Technologies - Consultant, Training and Development Center.</p>
<p align=center><small>Copyrights 2025 by <a href="http://mithuntechnologies.com/">Mithun Technologies,Bengaluru</a> </small></p>

<p align="center">
Greens Technologies - Consultant, Training and Development Center.
</p>

<p align="center">
<small>
Copyright © 2025 by
<a href="http://greenstechnologies.com/">Greens Technologies, Bengaluru</a>
</small>
</p>

</body>
</html>
</html>