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

Reply via email to