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
do u get any prob while running localhost:8080/example/ if it is ok... the possible reasons will be 1. Start/Reload the webapplication using localhost:8080/manager/html 2. jar file missing
Sir Vinoth, Thank you for your reply. 1. http://localhost:8080/manager/html ---------- not woked. Because there is no file or folder named 'html' inside 'manager' folder. 2. What .jar file missing ? Where have to put it? http://localhost:8080/examples/----------running well. And if my project put inside 'examples' folder then its run too.
1. Sorry the link location is http://localhost:8080/manager/html/list While running this url it will ask you the admin user name and password 2. And make sure that jstl.jar, servlet-api.jar should be in Tomcat Dir/lib folder
Now everythink is OK but my new project folder not running. My same project runs fine few months ago.