• 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:

No Context configured to process this request

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Have anyone came across this err? I'm using Tomcat-4.1 and
my directory for struts application is
HTTP Status 500 - No Context configured to process this request
Tomcat->Webapps->Root->rr_lesson_1->WEB-INF->classes....
Seems everything OK to me :roll:
Can any body help me out here?
thanks in advance!
-PC
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the name of your application? ROOT or rr_lesson_1? The application name should be directly placed under Webapps and the WEB-INF should be directly under the application name.
 
Priyanka Chopda
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Tomcat->Webapps->rr_lesson_1->WEB-INF->classes....
My application name is rr_lesson_1 and seems everything allright but still I'm getting the same error
HTTP Status 500 - No Context configured to process this request
when I try to request index.jsp in rr_lesson_1 dir!!!
I'm giving http://localhost/rr_lesson_1/index.jsp in browser address field
Any specific reason I'm getting this err?
Thanks in advance
-pC
 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have the same problem

can anybody help
reply
    Bookmark Topic Watch Topic
  • New Topic