Hi everyone. I'm trying to get my instance of Tomcat to serve out an
application that I'm working on in Eclipse.
But it looks like there is a problem. I think Tomcat expects a WEB-INF
folder and inside that folder to have a folder called "classes", which
keeps the .class files and the Tapestry's .tml files. But according to
the standard Maven project layout, the WEB-INF folder is in
/src/main/webapp, and the classes folder is in /target. Why isn't
"classes" inside of "WEB-INF"? And how can it be put there?
Thanks.
--
Tim Koop
t...@timkoop.com <mailto:t...@timkoop.com>
www.timkoop.com <http://www.timkoop.com>