New project not running on Tomcat with XAMPP

Discussion in 'Site & Server Administration' started by KingCobra, Aug 8, 2010.

  1. #1
    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
     
    KingCobra, Aug 8, 2010 IP
  2. vinoth.t

    vinoth.t Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    vinoth.t, Aug 9, 2010 IP
  3. KingCobra

    KingCobra Well-Known Member

    Messages:
    289
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    KingCobra, Aug 10, 2010 IP
  4. vinoth.t

    vinoth.t Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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
     
    vinoth.t, Aug 10, 2010 IP
  5. KingCobra

    KingCobra Well-Known Member

    Messages:
    289
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    Now everythink is OK but my new project folder not running.

    My same project runs fine few months ago.
     
    KingCobra, Aug 10, 2010 IP