• 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

jsp is not executing in tomcat

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi rancher,
i have installed tomcat , servlet is executing but jsp is not executing .

please help me.
thanks
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Manish
Are youputting the .jsp at the end of the request? You dont need it with servlet but you do with JSPs so people often forget them when using both.
If that's not the case then lets us know a bit more about the problem. directory structures, class names, the address you entered into the browser, etc...
 
MANISH KUMAR singh
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi dave
i have installed tomcat in c:\tomcat directory , in my system jsdk is also installed in the same location, i have written the jsp and seved in my context c:\tomcat\webaps\myflodername, then i start tomcat in my ie i have given http://localhost:8080/myflodername/a.jsp but its not executing , then i was trying to execute the jsp examples which is given in tomcat even that is also not executing , Dave please help me dear.
thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic