<html>
<head><title>Title</title></head>
<body>
<h3>Welcome to.</h3>
<p>
<u>List:</u>: <br>
<%
Set rpaths = application.getResourcePaths("/");
if (rpaths != null) { for (Object rpath : rpaths) { out. print(rpath); out. println("<br>"); } }
%>
</body>
</html>