Skip to content

Commit 3aef228

Browse files
author
Arun Gupta
committed
Improving the message
1 parent e5d5031 commit 3aef228

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cdi/extension/src/main/webapp/index.jsp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@
4646
<html>
4747
<head>
4848
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
49-
<title>CDI : Bean Discovery Mode = All</title>
49+
<title>CDI Extension</title>
5050
</head>
5151
<body>
52-
<h1>CDI : Bean Discovery Mode = All</h1>
53-
Invoke the <a href="${pageContext.request.contextPath}/TestServlet"/>Greeting</a>.
54-
<br><br>Check "server.log" for output from the extension.
52+
<h1>CDI Extension</h1>
53+
Check "server.log" for output from the CDI extension (implemented in "extension-impl").
54+
55+
<br><br>Optionally invoke the <a href="${pageContext.request.contextPath}/TestServlet"/>Greeting</a>.
56+
5557
</body>
5658
</html>

0 commit comments

Comments
 (0)