Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6dda5cb
Updated index page
rameshkunchala Jan 28, 2025
7035d0f
Updated maven compailer version
rameshkunchala Jan 29, 2025
de2dae8
Updated index page
rameshkunchala Jan 29, 2025
1be6fbd
updated index page for testing
rameshkunchala Jan 29, 2025
24074fa
Updated batch 2
rameshkunchala Jan 29, 2025
179edcb
Updated Batch in index file
rameshkunchala Jan 31, 2025
3b74f50
updated bata name
rameshkunchala Jan 31, 2025
aa26fbd
removied a line in dokerfile
Naveenkunchala2001 Feb 4, 2025
0fc58a8
i am change batch number
Naveenkunchala2001 Feb 4, 2025
b962c0a
small changed
Naveenkunchala2001 Feb 6, 2025
5b68d5e
Updated index.jsp file
rameshkunchala Mar 13, 2025
2165784
updated index file
rameshkunchala Mar 13, 2025
71abcb9
Merge branch 'master' into Anil
rameshkunchala Mar 13, 2025
067d381
Merge pull request #1 from Naveenkunchala2001/Anil
rameshkunchala Mar 13, 2025
53a2863
Updated to bacth 7
rameshkunchala Mar 13, 2025
9eab2dd
Merge branch 'master' into test-venu
rameshkunchala Mar 13, 2025
36b01a8
Merge pull request #2 from rameshkunchala/test-venu
rameshkunchala Mar 13, 2025
0e83c84
Updated batchname in index.jsp
rameshkunchala Mar 26, 2025
77e2992
Merge branch 'test-venu' of https://github.com/rameshkunchala/hello-w…
rameshkunchala Mar 26, 2025
5142533
Merge pull request #3 from rameshkunchala/test-venu
rameshkunchala Mar 26, 2025
7a9c787
Update index.jsp
rameshkunchala May 3, 2025
9a89cc8
Update pom.xml
rameshkunchala Jul 25, 2025
54dbb86
updated index.jsp file
rameshkunchala Jul 25, 2025
c559931
updated index.jsp file
rameshkunchala Jul 25, 2025
41e3db8
Merge pull request #4 from rameshkunchala/devops
rameshkunchala Jul 25, 2025
42a905d
updated version
rameshkunchala Dec 24, 2025
0b8147c
updated plugin
rameshkunchala Dec 24, 2025
4d12b37
updated batch number
rameshkunchala Dec 27, 2025
2cd93cc
Updated display message
rameshkunchala Dec 27, 2025
ff1de8a
Update greeting message in index.jsp
rameshkunchala Jan 21, 2026
3169813
Update index.jsp
rameshkunchala Jan 21, 2026
04110e6
Updated index.jsp file
rameshkunchala Jan 27, 2026
b07a0a7
Updated welcome page
rameshkunchala Mar 27, 2026
96a8ca3
Updated welcome message
rameshkunchala Mar 27, 2026
1f5a3a5
Added new user to disply page
rameshkunchala Mar 27, 2026
a09a211
Updated bacth details
rameshkunchala Mar 27, 2026
ac8c90b
updated jsp file
rameshkunchala Mar 30, 2026
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ From tomcat:8-jre8

# Maintainer
MAINTAINER "valaxytech@gmail.com"
COPY ./webapp.war /usr/local/tomcat/webapps

2 changes: 2 additions & 0 deletions file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
created one file in github
created one branch name of that Anil
36 changes: 25 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,38 @@
<module>webapp</module>
</modules>

<distributionManagement>
<site>
<id>site-server</id>
<name>Test Project Site</name>
<url>file:///tmp/maven-project-site</url>
</site>
</distributionManagement>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Nexus Release Repository</name>
<url>http://localhost:8082/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>Nexus Snapshot Repository</name>
<url>http://localhost:8082/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>


<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>8</source>
<target>8</target>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.4.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
Expand Down Expand Up @@ -118,7 +132,7 @@

<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<version>3.4.0</version>
</plugin>

<plugin>
Expand Down
Binary file added server/target/classes/com/example/Greeter.class
Binary file not shown.
5 changes: 5 additions & 0 deletions server/target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Generated by Maven
#Fri Mar 27 19:22:01 IST 2026
groupId=com.example.maven-project
artifactId=server
version=1.0-SNAPSHOT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com/example/Greeter.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/ramesh/hello-world-1/server/src/main/java/com/example/Greeter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
com/example/TestGreeter.class
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/home/ramesh/hello-world-1/server/src/test/java/com/example/TestGreeter.java
Binary file added server/target/server.jar
Binary file not shown.
64 changes: 64 additions & 0 deletions server/target/surefire-reports/TEST-com.example.TestGreeter.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite tests="2" failures="0" name="com.example.TestGreeter" time="0.024" errors="0" skipped="0">
<properties>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="java.vm.version" value="17.0.18+8-LTS"/>
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-17-openjdk-17.0.18.0.8-1.0.1.el9.x86_64/lib"/>
<property name="maven.multiModuleProjectDirectory" value="/home/ramesh/hello-world-1"/>
<property name="java.vm.vendor" value="Red Hat, Inc."/>
<property name="java.vendor.url" value="https://www.redhat.com/"/>
<property name="guice.disable.misplaced.annotation.check" value="true"/>
<property name="path.separator" value=":"/>
<property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
<property name="user.country" value="US"/>
<property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="java.vm.specification.name" value="Java Virtual Machine Specification"/>
<property name="user.dir" value="/home/ramesh/hello-world-1"/>
<property name="java.vm.compressedOopsMode" value="Zero based"/>
<property name="java.runtime.version" value="17.0.18+8-LTS"/>
<property name="os.arch" value="amd64"/>
<property name="java.io.tmpdir" value="/tmp"/>
<property name="line.separator" value="
"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="os.name" value="Linux"/>
<property name="classworlds.conf" value="/usr/share/maven/bin/m2.conf"/>
<property name="sun.jnu.encoding" value="UTF-8"/>
<property name="java.library.path" value="/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib"/>
<property name="maven.conf" value="/usr/share/maven/conf"/>
<property name="jdk.debug" value="release"/>
<property name="java.class.version" value="61.0"/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="os.version" value="6.6.87.2-microsoft-standard-WSL2"/>
<property name="library.jansi.path" value="/usr/share/maven/lib/jansi-native"/>
<property name="user.home" value="/home/ramesh"/>
<property name="user.timezone" value="Asia/Calcutta"/>
<property name="file.encoding" value="UTF-8"/>
<property name="java.specification.version" value="17"/>
<property name="user.name" value="ramesh"/>
<property name="java.class.path" value="/usr/share/maven/boot/plexus-classworlds-2.6.0.jar"/>
<property name="java.vm.specification.version" value="17"/>
<property name="sun.arch.data.model" value="64"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher clean install"/>
<property name="java.home" value="/usr/lib/jvm/java-17-openjdk-17.0.18.0.8-1.0.1.el9.x86_64"/>
<property name="user.language" value="en"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="java.vm.info" value="mixed mode, sharing"/>
<property name="java.version" value="17.0.18"/>
<property name="native.encoding" value="UTF-8"/>
<property name="java.vendor" value="Red Hat, Inc."/>
<property name="sun.stderr.encoding" value="UTF-8"/>
<property name="java.specification.maintenance.version" value="1"/>
<property name="maven.home" value="/usr/share/maven"/>
<property name="file.separator" value="/"/>
<property name="java.version.date" value="2026-01-20"/>
<property name="java.vendor.url.bug" value="https://access.redhat.com/support/cases/"/>
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="sun.cpu.endian" value="little"/>
<property name="java.vendor.version" value="(Red_Hat-17.0.18.0.8-1.0.1)"/>
<property name="sun.stdout.encoding" value="UTF-8"/>
</properties>
<testcase classname="com.example.TestGreeter" name="greetShouldIncludeTheOneBeingGreeted" time="0.003"/>
<testcase classname="com.example.TestGreeter" name="greetShouldIncludeGreetingPhrase" time="0.002"/>
</testsuite>
4 changes: 4 additions & 0 deletions server/target/surefire-reports/com.example.TestGreeter.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------------------
Test set: com.example.TestGreeter
-------------------------------------------------------------------------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Binary file not shown.
4 changes: 2 additions & 2 deletions webapp/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<h1> Hello, Welcome to Valaxy Technologies !!! </h1>

<h1> Hi, ramesh Welcome to devops classes </h1>
<h1> This is Batch 6 </h1>
3 changes: 3 additions & 0 deletions webapp/target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
artifactId=webapp
groupId=com.example.maven-project
version=1.0-SNAPSHOT
Binary file added webapp/target/webapp.war
Binary file not shown.
17 changes: 17 additions & 0 deletions webapp/target/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<display-name>Webapp</display-name>
<!--
<servlet>
<servlet-name>HelloWorldExample</servlet-name>
<servlet-class>com.example.HelloWorldExample</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>HelloWorldExample</servlet-name>
<url-pattern>/hello</url-pattern>
</servlet-mapping>
-->
</web-app>
3 changes: 3 additions & 0 deletions webapp/target/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<h1> Hi, This is devops demo class </h1>
<h1> Hi, Welcome to Demo </h1>
<h1> Hi, Ramesh </h1>