Sir, I am using XAMPP 1.7.3 (latest visrion) server for my localhost. I installed Tomcat add-on too. My server url is for php - http://localhost/ for jsp - http://localhost:8080/ My tomcat root dir is like bellow: .......\xampp\tomcat\webapps\ There are builtin 5 folder (projects) exists inside webapps, such as - docs, example, host-manager, manager & ROOT. Everything runs well. Problem: I have a new jsp project. project folder name is "xbank". I placed that project inside webapps dir. But that is not runing. It says- HTTP Status 503 - This application is not currently available If I put the project folder inside one of built-in foder such as 'example' then my project runs well. So the problem is no new file or folder not working inside webapps dir except built-in dir. I don't know what is the problem. PLEASE HELP ME