2015-07-20 12:12 GMT+03:00 Felix Schumacher <felix.schumac...@internetallee.de>:
>
>
> Am 20. Juli 2015 09:26:04 MESZ, schrieb Thusitha Thilina Dayaratne 
> <thusithathil...@gmail.com>:
>>Hi All,
>>
>>Is it possible to set am empty string ("") as the root context in
>>Tomcat
>>7.0.59?
>>I'm currently using "/" as the root context path. But since tomcat
>>doesn't
>>like that I want to change the path to something similar.
>
> The context name would be ROOT.

The above is wrong.

> See naming in https://tomcat.apache.org/tomcat-7.0-doc/config/context.html.

The link is good, more specifically:
https://tomcat.apache.org/tomcat-7.0-doc/config/context.html#Naming

"ROOT" is "base name" or "Base File Name" as listed in the table
there. You use it when naming a file: ROOT.war, ROOT directory or
ROOT.xml for a context file.

The "context path" when used as explicit value in configuration
attribute or in various APIs is an empty string.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to