ARS=false, autodeploy=false, deployOnStartup=true, deployXML=false,
appBase=/usr2/web/myhost
and Context Parameters :
docBase=/usr2/web/myhost/ROOT.war
BUT if I put unpackWARS=true, the tests are KO !!!
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Subject: Re: tomcat dep
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: Re: tomcat deployment changes since Tomcat 5.5.12
>
> But the result is the same :
> - exceptions in Tomcat logs,
> - getServletContext().getRealPath(...) is null
There's no guarantee that getRealPath() will
Thank you Chuck,
I tested (TC 5.5.17) what you suggest with a Context ROOT.xml like this :
But the result is the same :
- exceptions in Tomcat logs,
- getServletContext().getRealPath(...) is null
>> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>> Subject: tomcat deployment c
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Subject: tomcat deployment changes since Tomcat 5.5.12
>
> So, can anybody can say to me if it is a bug or what are the
> correct parameters for my needs ?
Quoting from the Tomcat doc for the path attribute of :
"The
Hi all,
I tested several tomcat versions (TC5.5.7->TC5.5.17) and, when deploying my
webapps, I don't see the same behaviour in these versions for the ROOT contexts.
The tomcat versions >= TC5.5.12 don't have the same behaviour and I don't know
if it is a bug or not
So, can anybody can say to me