> and I am able to access a single virtual host (e.g. myapplication) located
> in the tomcat/webapps/myapplication directory using a url like that:
> http://www.mydomain.com/myapplication/index.jsp
> However I would like to be able to access the files in that directory
> without using the path /myapplication, i.e.
>
> http://www.mydomain.com/index.jsp
Have you tried to rename myapplication/ to ROOT/, or adjust your <Context
path="" ... /> element?
--- Noel
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@jakarta.apache.org>
|