Hi David,
I downloaded the Servlet Spec 2.5 pdf, but it says nothing about "ROOT".
http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html
David Smith-2 wrote:
>
> Have you thought about renaming $CATALINA_HOME/webapps/myroot to
> $CATALINA_HOME/webapps/ROOT ? The servlet spec i
Strange that is it possible when I define to context in server.xml, but not
possible when I define it in conf/catalina/localhost/ROOT.xml
Caldarale, Charles R wrote:
>
>> From: FastGorilla [mailto:[EMAIL PROTECTED]
>> Subject: Changing ROOT context
>>
>> How can I change ROOT to myroot, and
Yes, I have tried $CATALINA_HOME/conf/catalina/localhost/ROOT.xml
Filip Hanik - Dev Lists wrote:
>
> have you tried to create a file called ROOT.xml in
> conf/Catalina/localhost containing your tag?
> (of course, remove webapps/ROOT first)
> Filip
>
> FastGorilla wrote:
>> Hi,
>>
>> I have