|
From: Trevor F. S. <tr...@tr...> - 2007-11-08 17:09:43
|
Hey, Aaron. Use the webapps directory which is under the directory specified in your tomcat.home property in ~/.m2/settings.xml. When you start tomcat be sure you're using the bin/startup.sh under that same dir. Even before you build with maven you can test that tomcat is looking in the right place by manually placing an index.html file in the /og/ dir and then pointing a browser at http://127.0.0.1:8080/og/index.html . Once you see your index.html then try the maven build. - Trevor On Nov 8, 2007 7:54 AM, Aaron Sarazan <aa...@sa...> wrote: > To the best of my knowledge, I do. The thing is that Tomcat seems to have > two separate webapps directories on Gentoo: > /usr/share/tomcat-6/webapps/ > /var/lib/tomcat-6/webapps/ > > I did all the things mentioned on the tutorial inside the /usr/share one, > including `mkdir og' |