Thanks Andre,

> If that interpretation is correct, it would mean that docBase is "wherever
> Tomcat happens to be running now" + a subdirectory "Employee".
> Is that what you mean here ?
No I mean my doc base is outside the tomcat directory.
I mean my context to be inside the appBase(/home/bijesh/webapps)

my absolute context directories are
/home/bijesh/webapps/Employee
/home/bijesh/webapps/Employee/Reports

my tomcat directory is in
/home/bijesh/tomcat

Thanks,
Bijesh


On Fri, Aug 12, 2011 at 12:51 PM, André Warnier <a...@ice-sa.com> wrote:
> Bijesh Vijayan wrote:
> ...
>
>>
>> file name = CATALINA_BASE/conf/Catalina/localhost/Employee.xml
>>                               <Context path="/Employee"
>>                                        docBase="./Employee"
>
> Hi.
> I find this docBase "suspicious", in the sense that it is (I think ) an
> absolute path specification, based on "." which usually means "the current
> directory".
> If that interpretation is correct, it would mean that docBase is "wherever
> Tomcat happens to be running now" + a subdirectory "Employee".
> Is that what you mean here ?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

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

Reply via email to