According to http://www.herongyang.com/JSP/JavaBean-Set-and-Get-JavaBean-Properties.html
Compile and deploy the class file to the Tomcat class folder:
C:>\Progra~1\java\jdk1.7.0_07\bin\javac herong\DemoBean.java
C:>xcopy herong \local\apache-tomcat-7.0.32\webapps**ROOT**\WEB-INF\classes\herong
If I have my jsp under \local\apache-tomcat-7.0.32\webapps\app1\ with WEB-INF can I use it instead of webapps\ROOT
If yes what's the advantage of one or the other ?