Sorry, I could not find info on this topic on the internet, though I'm sure it's there.
My directory structure is like this: c:\webapps\ c:\webapps\ROOT\ c:\webapps\ROOT\index.html c:\webapps\secondApp\ c:\webapps\secondApp\index.html To use the second application I type http://localhost/secondApp/index.html Now suppose I have the following files c:\webapps\ROOT\secondApp\ c:\webapps\ROOT\secondApp\index.html When I enter the above URL, Tomcat still shows the contents of c:\webapps\secondApp\index.html So the questions are: (1) What are the reasons to create many applications? (2) Will an application with name X hide a folder with name X in the root/default application? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]