• 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

Inernal server error

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Iam calling a servlet from a jsp page. after submitting it gives me a Internal Server Error,
"The server encountered an internal error or misconfiguration and was unable to complete your request."
Ususally this error occurs when default server is down..but the server is up since all other pages are getting displayed.
When I execute the servlet directly from the browser it is executing fine...so there is no problem with servlet code. All path problems are taken care of.
Am I missing something ?.
Thanks for your time.
 
reply
    Bookmark Topic Watch Topic
  • New Topic