Hello, I have a problem with installing an application at root level in Tomcat. I have an application with a specified context:
<Context docBase="myApp" path="" workDir="work/Catalina/localhost/myApp"> I thought that leaving the path empty and removing the ROOT application was enough to install the application att root level so I can use http://localhost to reach the application instead of http://localhost/myApp. But this doesn't seem to work. When entering the root after deployment I end up in "Directory Listing for /" and all applications are shown. Is there a tutorial somewhere how to solve this or can anybody please help me with this. I'm using Tomcat 5.0.28. Thanks in advance /Kax --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
