"Bio Jazz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am setting up Tomcat on my Linux machine, and am curious about > ../webapps/examples and ../webapps/tomcat-docs directories. I have removed > the context for the examples directory from the server.xml file, and > restarted Tomcat (and the machine). However, I am still able to access files > within the examples directory via a web browser. Is there a way to prevent > the examples and tomcat-docs directories from being accessible via the web > browser (other than deleting the directories). >
Urm, no. Tomcat will auto-config all directories under $CATALINA_HOME/webapps (same as all 3.x versions that I know). Nuke the directories, and re-start Tomcat and you are working. > Thanks... > > Brian > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
