We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d5031 commit 3aef228Copy full SHA for 3aef228
cdi/extension/src/main/webapp/index.jsp
@@ -46,11 +46,13 @@
46
<html>
47
<head>
48
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
49
- <title>CDI : Bean Discovery Mode = All</title>
+ <title>CDI Extension</title>
50
</head>
51
<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.
+ <h1>CDI Extension</h1>
+ Check "server.log" for output from the CDI extension (implemented in "extension-impl").
+
55
+ <br><br>Optionally invoke the <a href="${pageContext.request.contextPath}/TestServlet"/>Greeting</a>.
56
57
</body>
58
</html>
0 commit comments