I did deployment as below: --webapp |--myWeb |--jsp |--WEB-INF |--classes and modified server.xml in conf, <Context path="/examples".....> .... </Context> <Context path="/myWeb" docBase="webapps/myWeb" debug="0" reloadable="true" crossContext="true"> </Context> However I still cannot run my own directory "myWeb".