I used the sudo apt-get install tomcat7-examples.
They were installed in /usr/share/tomcat7-examples/examples directory.
Tomcat could not locate them from the URL :
127.0.0.1:8080/examples/
HTTP Status 404 - /examples/
I attempted to copy them to the webapps directory but that failed.
$ sudo cp /usr/share/tomcat7-examples/examples/* /var/lib/tomcat7/webapps/examples/.
cp: omitting directory 'jsp'
cp: omitting directory 'servlets'
cp: omitting directory 'WEB-INF'
What am I missing?
Havingsame problem with docs, common, and admin.
