A
autogoor
Hi, Here is my web app file structure:
To protect my jsps from direct access from users, I put them under
WEB-INF.
Here is my 1.jsp
<html>
<body>
<img src="1.jpg"/>
<img src="2.jpg"/>
</body>
</html>
My questions is where should I put my pic files?
My app requires user login with username and password. Only those who
login successfully could see my images.
Thanks,
autogoor
Tomact
To protect my jsps from direct access from users, I put them under
WEB-INF.
Here is my 1.jsp
<html>
<body>
<img src="1.jpg"/>
<img src="2.jpg"/>
</body>
</html>
My questions is where should I put my pic files?
My app requires user login with username and password. Only those who
login successfully could see my images.
Thanks,
autogoor