Location of jsp folder
Hello
jsp folder should be under application root or under WEB_INF folder like this:
myWebApplication
+jsp
first.jsp
second.jsp
-WEB_INF
+classes
first.class
second.class
Or like this:
myWebApplication
-WEB_INF
+jsp
first.jsp
second.jsp
+classes
first.class
second.class
And could you please explain why
Thank you
shoa

