Re: Java Session in JSP



Thiago Jorge wrote:

So I did what you said. I put the ListItem class in a folder called
MyPackage inside WEB-INF/classes.
However, my WEB-INF folder is inside a folder called masters and not
directly inside the ROOT directory. Does that make a difference?

I expect it would. Tomcat looks for the WEB-INF at the root of the site, as a top-level directory.

E.G.  http://www.thesite.com/WEB-INF/
.