Hi Christian, MyWebApp is a Context (web application ) in Web Container (Tomcat) terminology.
It appears to me that you would like MyWebApp to function as a path or a directory. One approach I would try myself is: instead of deploying the app at some context such as MyWebApp, I would deploy it at the ROOT context -- this way my application would be accessible at http://localhost:8080/ instead of at http://localhost:8080/MyWebApp/ Once the application is configured to be accessible at http://localhost:8080/ , it gives a lot of flexibility with path or directory structure under the app. Perhaps the reason why you are accessing your apps at http://localhost:8080/MyWebApp/ is because you may have multiple applications. In this case each app could also be accessed on it's own ROOT context by configuring virtual hosts as in http://first_host:8080/ http://second_host:8080/ etc. Regards -Rashmi --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]