• 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

Errors in JSP and connecting to two databases?

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have just started working in JSP since a few days. I am using beans also in in my JSP page and when try I to execute this page, I get a traslation error.
I would like to know how to debug these errors as a JSP is compiled to a servlet and then executed. When looked at the corresponding java code its quite hard to figure where the error is?
Could any one please help me out and also advise how to debug a JSP error page?
Any idea how to connect to two databases from a java/servlet program. Also can the two databases be accessed from a my (single) java program??
Sharath
reply
    Bookmark Topic Watch Topic
  • New Topic