• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

FAIL - Application at context path

 
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
was working on a webapp quite nicely. suddenly got an error,

Http: 404
FAIL - Application at context path /btm-ut

, from tomcat. i just deleted the "work" directory under tomcat home. and i used to do that usually when changes doesn't reflect. couldn't figure out wht the problem should be. the application is there under "tomcat/webapps". and it is showing me, when i request list of all the deployed apps.

plz. help me out
thanx
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when u delete work folder,server is running or not?
if then,i think u have to restart tomcat.
 
Adeel Ansari
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i restarted tomcat more then 10 times mate. i restarted my computer twice. nothin worked .

do i need to install tomcat again? but it should not be like that.
thanx
 
Adeel Ansari
Ranch Hand
Posts: 2874
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
got the error after lunch : )
my colleague made some changes in listener element of deployment descriptor.

if i know that i surely wouldn't have bugged you people.
anyways thanx mates
 
reply
    Bookmark Topic Watch Topic
  • New Topic