Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
In order to make it work, please follow the instructions below:

> [!IMPORTANT]
> Make sure you have JAVA 21 (<b>JDK</b> and not <b>JRE standalone</b>) running on your laptop
> Make sure you have JAVA or JDK 21 (<b>JDK</b> and not <b>JRE standalone</b>) running on your laptop

<ul>
<li>Get Tomcat 9 (not version 10) - prefer the Core > Zip from <a href=https://tomcat.apache.org/download-90.cgi target=new>here</a></li>
Expand Down
2 changes: 1 addition & 1 deletion build-war/src/main/webapp/index.jsp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%@page import="org.nirkoren.maven.demo.HelloHandler"%>
<html>
<body style="background-color:silver; font-family: arial;">
<body style="background-color:yellow; font-family: arial;">
<h2>Welcome to DevOpsCon Demo repo</h2>
CI/CD Workshop, Maven / Tomcat WAR example<P>
<%
Expand Down