Hi,

i am trying to run my first spring application....
i am following http://static.springsource.org/docs/...tep/part1.html tutorials...

when I run the 'list' task from our build file to see if Tomcat has picked up the new application it says my application status as stopped

Buildfile: C:\Users\Shilpu\workspace\springSample\build.xml
list:


[list] OK - Listed applications for virtual host localhost
[list] /:running:0:ROOT
[list] /manager:running:0:manager
[list] /docs:running:0:docs
[list] /host-manager:running:0:host-manager
[list] /springSample:stopped:0:springSample

BUILD SUCCESSFUL
Total time: 700 milliseconds

And i am unable to open my application on browser....

please help me ....

thanks in advance