We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f09ff2 commit 393e960Copy full SHA for 393e960
1 file changed
senior-java/servelt-jsp/index.md
@@ -72,7 +72,10 @@ The directory structure of a typical Java Servlet web application follows a spec
72
73
---
74
75
-## Standard Directory Layout
+
76
+<body>
77
+ <h1> Standard Directory Layout</h1>
78
+ <pre>
79
YourWebAppRoot/
80
│
81
├── WEB-INF/
@@ -100,10 +103,11 @@ YourWebAppRoot/
100
103
│ └── (JSP files)
101
104
102
105
└── index.html (or other entry point files)
-
106
+ </pre>
107
+</body>
108
109
<br/>
-<div align="center" width=700 height=200>
110
+<div align="center" width=600 height=100>
111
<img src="IMAGES\directly.png" class="execution" alt="exception hierarchy">
112
</div><br/>
113
0 commit comments