• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

running simple jsp

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai

under webapp directory of tomcat5.0 i created myjsp and saved in it myjsp.jsp file after running tomcat and try to access through browser,
iam getting this type of error .


HTTP Status 404 - /myjsp/myjsp.jsp

--------------------------------------------------------------------------------

type Status report

message /myjsp/myjsp.jsp

description The requested resource (/myjsp/myjsp.jsp) is not available.


--------------------------------------------------------------------------------

Apache Tomcat/5.0.30


do need ful to me

 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi arekonda,
Do you have WEB-INF/web.xml in that folder. If no please add it and give a try.

Hope this helps
 
reply
    Bookmark Topic Watch Topic
  • New Topic